From ca383fc91ddfe63cf37b72b2994164439fd8fb45 Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Wed, 10 May 2017 16:44:32 +0200 Subject: [PATCH] Restore Formspree contact form, fix styling --- publichealth/home/templates/tags/contact_form.html | 10 +++++----- publichealth/static/css/modules/_footer.scss | 10 +++++++++- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/publichealth/home/templates/tags/contact_form.html b/publichealth/home/templates/tags/contact_form.html index 78197fd..157b8e7 100644 --- a/publichealth/home/templates/tags/contact_form.html +++ b/publichealth/home/templates/tags/contact_form.html @@ -1,12 +1,12 @@ -
+
-
- + +
+
+
diff --git a/publichealth/static/css/modules/_footer.scss b/publichealth/static/css/modules/_footer.scss index fd17d3e..ef942c2 100644 --- a/publichealth/static/css/modules/_footer.scss +++ b/publichealth/static/css/modules/_footer.scss @@ -39,17 +39,25 @@ article footer .btn { } -// Footer contact form +// Footer contact information #contact-info { address { margin-bottom: 0px; } + .social-networks > a { border: 2px solid white; width: 32px; height: 32px; } } +// Footer contact form +#footer #contact-form { + textarea.form-control, input.form-control { + color: white; + } +} + // Base style for social network buttons as used in header .social-networks > a { width: 14px; height: 14px;