diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet.com/base.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet.com/base.scss b/web/cobrands/fixmystreet.com/base.scss index 484c39716..9d263d865 100644 --- a/web/cobrands/fixmystreet.com/base.scss +++ b/web/cobrands/fixmystreet.com/base.scss @@ -476,6 +476,10 @@ input.postcode-form-test__postcode { background: #b2b2b2 url(/cobrands/fixmystreet.com/images/dashboard-teaser-blurred.jpg) 0 0 no-repeat; background-size: 100%; + strong { + color: #c00; + } + form { max-width: 24em; padding: 2em; @@ -515,4 +519,4 @@ input.postcode-form-test__postcode { & > :last-child { margin-bottom: 0; } -}
\ No newline at end of file +} |