diff options
author | Marius Halden <marius.h@lden.org> | 2017-11-03 16:13:59 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2017-11-03 16:13:59 +0100 |
commit | 42d874db498d0fabae92d0c87acf99054d92391b (patch) | |
tree | d0cf5afdee3d244c4e5da6fe1ab9acba620634df /web/cobrands/fixamingata/layout.scss | |
parent | 19a7c5dda85a47a68040c742791e9cd9d3e52be6 (diff) | |
parent | dc7613329c275cd158fdde8faf1c0e301f5b7202 (diff) |
Merge tag 'v2.2' into fiksgatami-dev
Diffstat (limited to 'web/cobrands/fixamingata/layout.scss')
-rw-r--r-- | web/cobrands/fixamingata/layout.scss | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/web/cobrands/fixamingata/layout.scss b/web/cobrands/fixamingata/layout.scss index bd1cab41a..549d29540 100644 --- a/web/cobrands/fixamingata/layout.scss +++ b/web/cobrands/fixamingata/layout.scss @@ -67,9 +67,27 @@ h3, h4, @import "_colours"; @import "../sass/layout"; -.nav-wrapper { - .nav-wrapper-2 { - border-top: 0; +#site-header { + background: $map_nav_bg; + padding: 1em 0; +} + +body.frontpage { + #site-logo { + width: 300px; + height: 55px; + background: url($image-sprite) -2px -115px no-repeat; + } + + #main-nav { + height: 55px + 16px + 16px; + margin-left: 300px; + } +} + +body.mappage { + #site-logo { + margin-top: -5px; } } @@ -114,9 +132,3 @@ h3, h4, #postcodeForm { margin-left: -1em !important; margin-right: -1em !important; } body.fullwidthpage .container .content footer .tablewrapper { background: #fff; } - -body.frontpage #site-logo { top: 0em; } - -body.frontpage #site-header { height: 85px; } - -body.frontpage #user-meta { margin-top: 1.2em; }
\ No newline at end of file |