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 | |
parent | cde2b7ccac256b1079d9f11820e35357b4a23494 (diff) |
[MakeMyIsland] include logo
-rw-r--r-- | web/cobrands/makemyisland/base.scss | 15 | ||||
-rw-r--r-- | web/cobrands/makemyisland/layout.scss | 18 | ||||
-rwxr-xr-x | web/cobrands/makemyisland/make-my-island-logo.gif | bin | 0 -> 3070 bytes |
3 files changed, 33 insertions, 0 deletions
diff --git a/web/cobrands/makemyisland/base.scss b/web/cobrands/makemyisland/base.scss index 9fccf92db..7e136bf52 100644 --- a/web/cobrands/makemyisland/base.scss +++ b/web/cobrands/makemyisland/base.scss @@ -5,3 +5,18 @@ @import "../sass/base"; +#site-logo { + z-index: 1000; + background: url(/cobrands/makemyisland/make-my-island-logo.gif) 0px 0px no-repeat; + background-size: contain; + background-color: $blue; +} + +#site-header, +body.frontpage #site-header, +body.mappage #site-header, +{ + min-height: 3em; + @include background(none); + background-color: $blue; +} 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; +} diff --git a/web/cobrands/makemyisland/make-my-island-logo.gif b/web/cobrands/makemyisland/make-my-island-logo.gif Binary files differnew file mode 100755 index 000000000..e8a331f8d --- /dev/null +++ b/web/cobrands/makemyisland/make-my-island-logo.gif |