diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-03-12 15:05:00 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-03-12 15:05:21 +0000 |
commit | 39509ed66694bd055f693280c23d1decec82173d (patch) | |
tree | d9ea16a5c5e40646d14b1f331345dd90011ae2b4 /web | |
parent | bcf9858a20adbf75f09a6a3b54d63c8012f54fe9 (diff) |
Some bits of layout.scss override are variables now, yay.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixamingata/_colours.scss | 7 | ||||
-rw-r--r-- | web/cobrands/fixamingata/layout.scss | 22 |
2 files changed, 7 insertions, 22 deletions
diff --git a/web/cobrands/fixamingata/_colours.scss b/web/cobrands/fixamingata/_colours.scss index 31615c012..45138e5a1 100644 --- a/web/cobrands/fixamingata/_colours.scss +++ b/web/cobrands/fixamingata/_colours.scss @@ -4,6 +4,13 @@ $primary: #00b1da; $primary_b: #0087a6; $primary_text: #222; +$base_bg: #eee url(/cobrands/fixamingata/images/tile.jpg) 0 0 repeat; +$base_fg: $primary_text; + +$map_nav_bg: #eee; +$nav_fg: $primary_text; +$nav_fg_hover: #444; + $col_click_map: #00BD08; $col_click_map_dark: #4B8304; $col_fixed_label: #00BD08; diff --git a/web/cobrands/fixamingata/layout.scss b/web/cobrands/fixamingata/layout.scss index 8ff3cb443..a50de3694 100644 --- a/web/cobrands/fixamingata/layout.scss +++ b/web/cobrands/fixamingata/layout.scss @@ -68,34 +68,12 @@ h3, h4 { @import "_colours"; @import "../sass/layout"; -body { - background: #eee url(/cobrands/fixamingata/images/tile.jpg) 0 0 repeat; -} - .nav-wrapper { .nav-wrapper-2 { border-top: 0; } } -body.mappage { - .nav-wrapper { - .nav-wrapper-2 { - background: #eee; - } - } -} - -#main-nav { - ul { - li { - a, span { - color: $primary_text; - } - } - } -} - #front-main { background: $primary url(/cobrands/fixamingata/images/tile-y.jpg); } |