diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-05-08 11:22:10 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-05-28 15:36:25 +0100 |
commit | d68c2cf2d1a227c4a5f446e78290f0835a869a25 (patch) | |
tree | c357e4bbf66328fbe480d9bede53f47f6d5d7a64 /web/cobrands/bexley/layout.scss | |
parent | d41f072a30c4a91925771d38fb224ee271805d8f (diff) |
[Bexley] Initial cobrand.
Diffstat (limited to 'web/cobrands/bexley/layout.scss')
-rw-r--r-- | web/cobrands/bexley/layout.scss | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/web/cobrands/bexley/layout.scss b/web/cobrands/bexley/layout.scss new file mode 100644 index 000000000..948b01443 --- /dev/null +++ b/web/cobrands/bexley/layout.scss @@ -0,0 +1,33 @@ +@import "_colours"; + +@import "../sass/layout"; + +body.twothirdswidthpage .content .sticky-sidebar aside { + top: 10em; +} + +#site-logo { + width: 208px; + height: 80px; + padding: 24px 0; + background-position: 8px 50%; + background-size: 200px 80px; +} + +#front_stats big { + color: $fuchsia_lt; +} + +.nav-menu--main { + span { + background-color: $nav_hover_background_colour; + } +} + +.general-notes { + font-size: 0.89em; +} + +#key-tools a,button { + font-size: 0.89em; +} |