diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/harrogate/base.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/cobrands/harrogate/base.scss b/web/cobrands/harrogate/base.scss index eccb1a84f..318ee33ee 100644 --- a/web/cobrands/harrogate/base.scss +++ b/web/cobrands/harrogate/base.scss @@ -63,3 +63,15 @@ label[for=form_INFO_TEXT] { padding: 0.5em; font-size: 0.8em; } + +.nycc-notice { + border: solid 1px black; + background: #00539F; + color: white; + padding: 0.5em; + margin-top: 1em; + a { + color: white; + text-decoration: underline; + } +} |