diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2014-02-19 18:01:45 +0000 |
---|---|---|
committer | Hakim Cassimally <hakim@mysociety.org> | 2014-03-05 09:47:55 +0000 |
commit | 13f4bc9ccde5b73858785c96a63451842273fda6 (patch) | |
tree | 3856049a2e4d76b6e63f90ee866c3b38f7359236 /web | |
parent | cde0118c45ceffef62f777b5aadd9789685582bd (diff) |
[Hart] Guidance related to two_tier, e.g. HCC
Guidance in prominent places (report, all reports, and message
on confirming problem.)
Should alleviate mysociety/FixMyStreet-Commercial#481 and
mysociety/FixMyStreet-Commercial#485
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/hart/hart.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/cobrands/hart/hart.scss b/web/cobrands/hart/hart.scss index 9345a5141..0368ced64 100644 --- a/web/cobrands/hart/hart.scss +++ b/web/cobrands/hart/hart.scss @@ -442,3 +442,8 @@ body.mappage .hart-footer-wrapper { top: 12em; } +#hart_hants_note { + background-color: lighten($hart_primary, 30%); + padding: 0.5em; + font-size: 0.8em; +} |