diff options
-rw-r--r-- | web/cobrands/bromley/layout.scss | 12 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/_layout.scss | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss index bd9ae28fe..6c2ded2fc 100644 --- a/web/cobrands/bromley/layout.scss +++ b/web/cobrands/bromley/layout.scss @@ -31,6 +31,18 @@ body.frontpage { } } } +#user-meta { + p { + top: -1em; + } +} +body.frontpage { + #user-meta { + p { + top: -2em; + } + } +} // Don't want FixMyStreet logo on desktop, and we have a skip to content in // Bromley header diff --git a/web/cobrands/fixmystreet/_layout.scss b/web/cobrands/fixmystreet/_layout.scss index 77db753ab..ae4e88e2f 100644 --- a/web/cobrands/fixmystreet/_layout.scss +++ b/web/cobrands/fixmystreet/_layout.scss @@ -799,7 +799,7 @@ body.frontpage { p { top:-4em; right:0; - color:#FFD000; + color:$primary; background:none; @include box-shadow(rgba(0, 0, 0, 0) 0 0 0); a { |