diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-05-26 15:50:53 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-05-31 16:52:32 +0100 |
commit | 18024f94e7533d8044a08f82c28ee31092d156e4 (patch) | |
tree | 03442f435c9483d1d337ae15118046e19e470188 | |
parent | bd860a6d8d5c72f82e52b96842115668a07d0b70 (diff) |
[Oxfordshire] Lighter box-warning background.
Standardise with a "darker green" sidebar colour.
-rw-r--r-- | web/cobrands/oxfordshire/base.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/cobrands/oxfordshire/base.scss b/web/cobrands/oxfordshire/base.scss index 9807acbf2..8d437c5b1 100644 --- a/web/cobrands/oxfordshire/base.scss +++ b/web/cobrands/oxfordshire/base.scss @@ -78,7 +78,7 @@ dd, p { } #side-inspect { - background-color: #deead2; // darker version of $oxfordshire_very_light_green + background-color: mix(#fff, $primary, 85%); } .btn-primary { @@ -94,6 +94,10 @@ dd, p { ); } +.box-warning { + background-color: mix(#fff, $primary, 85%); +} + @media print { body { background-color: #fff !important; |