diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2014-08-05 14:57:32 +0000 |
---|---|---|
committer | Hakim Cassimally <hakim@mysociety.org> | 2014-08-05 14:57:32 +0000 |
commit | f2f526db86cbda996fb22a54ea79afb697463a1a (patch) | |
tree | d6a173a2c9f7fe926b2f71f71ce770646371cdbf /web/cobrands/makemyisland/layout.scss | |
parent | cde2b7ccac256b1079d9f11820e35357b4a23494 (diff) |
[MakeMyIsland] include logo
Diffstat (limited to 'web/cobrands/makemyisland/layout.scss')
-rw-r--r-- | web/cobrands/makemyisland/layout.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/web/cobrands/makemyisland/layout.scss b/web/cobrands/makemyisland/layout.scss index 69e455aa5..1cedb404e 100644 --- a/web/cobrands/makemyisland/layout.scss +++ b/web/cobrands/makemyisland/layout.scss @@ -1,2 +1,20 @@ @import "_colours"; + @import "../sass/layout"; + +#site-logo, +body.frontpage #site-logo { + margin-top: -8px; + margin-left: 10px; + height: 100px; + background: url(/cobrands/makemyisland/make-my-island-logo.gif) 0px 0px no-repeat; +} + +body.mappage #site-logo { + height: 60px; + background-size: contain; +} + +body.frontpage #site-logo { + margin-top: -35px; +} |