diff options
author | Dave Arter <davea@mysociety.org> | 2017-02-08 17:34:24 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2017-02-14 14:35:47 +0000 |
commit | e9660b7b73e041c536ce47f015d55362c65b164a (patch) | |
tree | 4ceb6b5ecc502297b4bcd521b40bff71eaa86152 /web | |
parent | b7443da57856dfa6295aad9c2cd3e69065553b70 (diff) |
[UK Councils] Use new main_nav.html for main menu
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/bromley/layout.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss index 71d7cbc47..2e23d1755 100644 --- a/web/cobrands/bromley/layout.scss +++ b/web/cobrands/bromley/layout.scss @@ -23,6 +23,12 @@ body.mappage { #site-header { height: 5em; } + + // Make the report button match the rest of the nav + .nav-menu--main a.report-a-problem-btn { + padding: 1.4em 0.75em 1.35em; + margin: 0; + } } // We have to specify this again for IE, since FMS overrides it @@ -49,6 +55,18 @@ body.mappage { // Override the FMS main menu to give it a background colour .nav-menu--main { background-color: $bromley_blue; + + // Bromley doesn't have a special styling for the report button in the nav + a.report-a-problem-btn { + color: $nav_fg; + background: none; + padding: 0.75em; + margin: 0; + @include border-radius(0); + &:hover { + background: $nav_fg_hover; + } + } } .nav-menu--main span { color: $nav_fg; |