diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-03-11 20:35:55 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-03-11 20:36:13 +0000 |
commit | bddbb8b02ec5e7e61de8ac17cd956f8fa0732e4f (patch) | |
tree | 654e4513af4249b2a80a33f806eef9753d34954f /web | |
parent | f0b72ef84af77e96dcca3236ed649745cba94ff8 (diff) |
Colour in Zurich words to match pins.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/base.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss index c3246a1b1..a89aec2fd 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -40,6 +40,14 @@ &:before { display: none; } + &#closed { + color: #1a1a1a; + background: #e25436; + } + &#progress { + color: #1a1a1a; + background: #f3d74b; + } } } |