diff options
Diffstat (limited to 'web/cobrands/hart/layout.scss')
-rw-r--r-- | web/cobrands/hart/layout.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/web/cobrands/hart/layout.scss b/web/cobrands/hart/layout.scss index 99f8bdfcf..7799fa3fd 100644 --- a/web/cobrands/hart/layout.scss +++ b/web/cobrands/hart/layout.scss @@ -33,7 +33,6 @@ body.twothirdswidthpage .content { left: 672px; width: 208px; padding: 16px; - @include box-shadow(none); } .sticky-sidebar { left: 672px; @@ -43,7 +42,3 @@ body.twothirdswidthpage .content { } } } - -.content { - @include box-shadow(none); -} |