diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-04-24 10:05:51 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-04-24 10:05:51 +0100 |
commit | 4d6cd5f040b8a8f28131bccdedd3545f57915e7c (patch) | |
tree | 675f373d2809a096623385ca266ed43b5b14af6a /web/cobrands/fixamingata | |
parent | 45b91fb892f1d9e6bf1d5a4044feb174f72bf93f (diff) | |
parent | ef7ea9b4056d3664af305c8a777e651271deeb32 (diff) |
Merge remote-tracking branch 'origin/issues/931-mobile-report-in-header'
Diffstat (limited to 'web/cobrands/fixamingata')
-rw-r--r-- | web/cobrands/fixamingata/base.scss | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/web/cobrands/fixamingata/base.scss b/web/cobrands/fixamingata/base.scss index a132decd7..01aa46c71 100644 --- a/web/cobrands/fixamingata/base.scss +++ b/web/cobrands/fixamingata/base.scss @@ -23,6 +23,23 @@ $image-sprite: '/cobrands/fixamingata/images/sprite.png'; margin-left: 10px; background: url('/cobrands/fixamingata/images/fms-logo.png') no-repeat; } +#nav-link { + background-image: url(/cobrands/fixmystreet/images/menu-black.png); + background-image: url(/cobrands/fixmystreet/images/menu-black.svg), none; +} + +#report-cta { + font-size: 0.8em; + margin-top: -0.25em; + border-color: #999; + color: #000; + padding-bottom: 0.2em; + padding-top: 0.5em; + + &:hover, &:focus { + background-color: #bbb; + } +} #front-main { a#geolocate_link { |