diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-08-12 13:05:43 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-08-12 13:05:43 +0100 |
commit | b5976bd9476f75baf309afbbee036c630c0f31ac (patch) | |
tree | 05f637b9bdf3b0f313ff98d1fd3febf8375b51cb | |
parent | a1cd91aff69de0ac2dc2d9f41ec8449ceaf91ba6 (diff) |
Styles for the big green banner on oxfordshire
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index 303803839..05b075ac5 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -199,4 +199,14 @@ input.green-btn{ } } +.big-green-banner { + text-align: left; + text-transform: inherit; + font-family: inherit; + font-size: 1.5em; + padding: 0.5em 2em 0.5em 0.5em; + line-height: 1.3; + background: #339e00 url("/cobrands/fixmystreet/images/sprite.png") right -2177px no-repeat; +} + @import "oxfordshire"; |