diff --git a/app/controllers/queryReview.js b/app/controllers/queryReview.js index d3fb888..76cf977 100644 --- a/app/controllers/queryReview.js +++ b/app/controllers/queryReview.js @@ -102,7 +102,8 @@ const postQueryReview = async (req, res) => { res.render("queryReview", { error, title, - queryReviewData + queryReviewData, + email: "" }); return; } @@ -112,7 +113,8 @@ const postQueryReview = async (req, res) => { res.render("queryReview", { error, title, - queryReviewData + queryReviewData, + email: "" }); return; } diff --git a/app/public/fonts/altehaasgroteskbold.ttf b/app/public/fonts/altehaasgroteskbold.ttf new file mode 100644 index 0000000..4f1db68 Binary files /dev/null and b/app/public/fonts/altehaasgroteskbold.ttf differ diff --git a/app/public/fonts/altehaasgroteskregular.ttf b/app/public/fonts/altehaasgroteskregular.ttf new file mode 100644 index 0000000..046a2f8 Binary files /dev/null and b/app/public/fonts/altehaasgroteskregular.ttf differ diff --git a/app/public/main.css b/app/public/main.css index 84f6863..aa7d733 100644 --- a/app/public/main.css +++ b/app/public/main.css @@ -1,3 +1,14 @@ +@font-face { + font-family: "Alte Haas Grotesk"; + src: url("./fonts/altehaasgroteskregular.ttf"); +} + +@font-face { + font-family: "Alte Haas Grotesk"; + src: url("./fonts/altehaasgroteskbold.ttf"); + font-weight: bold; +} + .welcome-center-button { width: 100%; } @@ -18,6 +29,10 @@ width: 95%; } +.noUi-connect { + background: #02adba; +} + .centered-element { margin-top: 200px; } @@ -26,6 +41,19 @@ margin-top: 100px; } +.btn, .btn-floating { + background: #02adba; + font-weight: bold; +} + +.kivi-color { + color: #02adba; +} + +.kivi-spinner-color { + border-color: #02adba; +} + #map { height: 50%; } @@ -35,7 +63,7 @@ body { height: 100%; margin: 0; padding: 0; - font-family: "Tangerine", serif; + font-family: "Alte Haas Grotesk", serif; } #floating-panel { @@ -43,10 +71,9 @@ body { left: 25%; z-index: 5; background-color: #fff; - padding: 5px; border: 1px solid #999; text-align: center; font-family: "Roboto", "sans-serif"; line-height: 30px; - padding-left: 10px; + padding: 5px 5px 5px 10px; } diff --git a/app/views/layout.ejs b/app/views/layout.ejs index d256919..c4aed53 100644 --- a/app/views/layout.ejs +++ b/app/views/layout.ejs @@ -23,9 +23,9 @@ <%if (title) { %> -