diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-03-03 10:24:17 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-03-03 10:24:17 +0000 |
commit | 004ea2f755a8d542ace30b7080dac08de685c1d6 (patch) | |
tree | 07669a2808db5b25bd8eb68845df4eb99ad9ba02 /web | |
parent | e769354e7314e4db2998f4a282ddf4cfd4030a59 (diff) | |
parent | 9c797fab51a7e8d06bfc4d768e52e664e53ecf9f (diff) |
Merge branch '1553-fms4c-contact-form'
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet.com/fmsforcouncils.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet.com/fmsforcouncils.scss b/web/cobrands/fixmystreet.com/fmsforcouncils.scss index 49b294eac..d2d2182f8 100644 --- a/web/cobrands/fixmystreet.com/fmsforcouncils.scss +++ b/web/cobrands/fixmystreet.com/fmsforcouncils.scss @@ -559,7 +559,7 @@ $fms-green: #62b356; font-weight: normal; } textarea { - height: 15em; + height: 10em; } textarea, input[type="text"], @@ -591,6 +591,11 @@ $fms-green: #62b356; } } + .council-order__form__product__price { + margin-left: 0.5em; + color: #999; + } + .form-group { position: relative; @media (min-width: 44em) { |