diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/peterborough/base.scss | 13 | ||||
-rw-r--r-- | web/cobrands/sass/_layout.scss | 1 |
2 files changed, 12 insertions, 2 deletions
diff --git a/web/cobrands/peterborough/base.scss b/web/cobrands/peterborough/base.scss index 58b31c66b..67e199cca 100644 --- a/web/cobrands/peterborough/base.scss +++ b/web/cobrands/peterborough/base.scss @@ -134,4 +134,15 @@ a, margin: 0 0.5em; font-size: 1.1em; } -}
\ No newline at end of file +} + +.covid-banner { + background-color: #AF5412; + color: white; + padding: 2em; + font-size: 1.2em; + a { + text-decoration: underline; + color: white; + } +} diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index fcbb193bc..02ded6fc1 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -842,7 +842,6 @@ textarea.form-error { background:none; overflow:hidden; padding-bottom: 0; - margin-#{$right}: 0.5em; label { margin:0.5em 0; } |