aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/cobrands/zurich/_colours.scss1
-rw-r--r--web/cobrands/zurich/base.scss12
-rw-r--r--web/cobrands/zurich/layout.scss1
3 files changed, 12 insertions, 2 deletions
diff --git a/web/cobrands/zurich/_colours.scss b/web/cobrands/zurich/_colours.scss
index b9d1444ac..fdf213768 100644
--- a/web/cobrands/zurich/_colours.scss
+++ b/web/cobrands/zurich/_colours.scss
@@ -14,6 +14,7 @@ $col_fixed_label: #648721;
$col_fixed_label_dark: #4B8304;
$mobile_menu_tab_bg_col: #FFD000; // the yellow border and tab on mobile site
+$mobile_header_blue: #366AB6; // close match to Zurich logo_portal.jpg
// Zurich admin tables:
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss
index 6f2af6065..59e850d86 100644
--- a/web/cobrands/zurich/base.scss
+++ b/web/cobrands/zurich/base.scss
@@ -37,8 +37,16 @@
}
#site-header {
- background: $lighter_blue;
- border-top: 0.25em solid $mobile_menu_tab_bg_col;
+ background: $mobile_header_blue;
+ border-top: 4px solid $mobile_menu_tab_bg_col;
+ height: 48px;
+}
+#site-logo {
+ background: url(logo_portal.jpg) 0px -24px no-repeat;
+ width: 200px;
+ height:44px;
+ left:0;
+ top:4px;
}
// No grey background or other bits
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss
index a009cbca3..c625b2508 100644
--- a/web/cobrands/zurich/layout.scss
+++ b/web/cobrands/zurich/layout.scss
@@ -45,6 +45,7 @@ body.frontpage #site-logo, #site-logo {
padding-top: 83px;
color: #585858;
font-size: 85%;
+ left: auto; // base set this to 0
}
.nav-wrapper {