diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2016-06-21 09:24:56 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-06 13:04:13 +0100 |
commit | f4dad7e4982d339f0bf50f647755a4e13a2768c4 (patch) | |
tree | f178826d3386da1d93aea540fc9d45bdf739f0f7 /web/cobrands/stevenage/layout.scss | |
parent | e591e68dae22695c688590d4b866f3158f4f2604 (diff) |
Remove default box-shadow from .content and aside
Fixes #1419.
We also standardize on using `@include box-shadow()` where possible,
and clearing out lots of now unnecessary box-shadow resets.
Diffstat (limited to 'web/cobrands/stevenage/layout.scss')
-rw-r--r-- | web/cobrands/stevenage/layout.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/cobrands/stevenage/layout.scss b/web/cobrands/stevenage/layout.scss index f55ac0d15..901f3fb3e 100644 --- a/web/cobrands/stevenage/layout.scss +++ b/web/cobrands/stevenage/layout.scss @@ -80,7 +80,6 @@ // d523b431 body.fullwidthpage { .content { - @include box-shadow(none); background: none; } } |