diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-01-24 16:53:39 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-01-24 16:53:39 +0000 |
commit | 44f4da454f42e1be4980212a082528fd05fa6fb4 (patch) | |
tree | 2af86d0be650217408ac687962777901360701d9 | |
parent | 04270cd7ad59d6896e7eb5f2e00c5546aba17633 (diff) |
background to zurichy-blue with tab+border matching (yellow for now)
-rw-r--r-- | web/cobrands/zurich/_colours.scss | 2 | ||||
-rw-r--r-- | web/cobrands/zurich/base.scss | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/web/cobrands/zurich/_colours.scss b/web/cobrands/zurich/_colours.scss index 8187f0c68..b9d1444ac 100644 --- a/web/cobrands/zurich/_colours.scss +++ b/web/cobrands/zurich/_colours.scss @@ -13,6 +13,8 @@ $col_click_map_dark: darken($lighter_blue, 20%); $col_fixed_label: #648721; $col_fixed_label_dark: #4B8304; +$mobile_menu_tab_bg_col: #FFD000; // the yellow border and tab on mobile site + // Zurich admin tables: $table_border_color: #ccc; diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss index c3a8cc4a3..6f2af6065 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -36,6 +36,11 @@ } } +#site-header { + background: $lighter_blue; + border-top: 0.25em solid $mobile_menu_tab_bg_col; +} + // No grey background or other bits // The amount of resetting here shows this needs refactoring, so that it is FMS making the changes // Also look into why full-width pulls things out, but then it is its children |