diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/barnet/layout.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/cobrands/barnet/layout.scss b/web/cobrands/barnet/layout.scss index 749f3dfa5..fc528108a 100644 --- a/web/cobrands/barnet/layout.scss +++ b/web/cobrands/barnet/layout.scss @@ -213,3 +213,13 @@ ol.big-numbers > li::before { color: #C0E8E8; } +.banner { + p { + top: -2em; + } + p#fixed { + padding-top: 4em; + background: #00BD08; + } +} + |