aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/cobrands/zurich/_colours.scss2
-rw-r--r--web/cobrands/zurich/base.scss5
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