diff --git a/publichealth/static/css/modules/_footer.scss b/publichealth/static/css/modules/_footer.scss index 4af75a3..fd17d3e 100644 --- a/publichealth/static/css/modules/_footer.scss +++ b/publichealth/static/css/modules/_footer.scss @@ -50,6 +50,7 @@ article footer .btn { } } +// Base style for social network buttons as used in header .social-networks > a { width: 14px; height: 14px; font-size: 0px !important; diff --git a/publichealth/static/css/modules/_forms.scss b/publichealth/static/css/modules/_forms.scss index 1b90782..f63f55a 100644 --- a/publichealth/static/css/modules/_forms.scss +++ b/publichealth/static/css/modules/_forms.scss @@ -1,4 +1,4 @@ -// Contact page +// Contact page form #contact-page { form { @@ -32,21 +32,6 @@ } -// Footer search form -#search-form { - - input { - float: left; - width: auto; - color: white; - } - button { - background: none; border: none; - padding-top: 0.5em; - } - -} - // Search result form #search-page { input[type='text'] {