diff options
Diffstat (limited to 'web/cobrands/default/layout.scss')
-rw-r--r-- | web/cobrands/default/layout.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/web/cobrands/default/layout.scss b/web/cobrands/default/layout.scss index e1af72734..0365e4539 100644 --- a/web/cobrands/default/layout.scss +++ b/web/cobrands/default/layout.scss @@ -12,12 +12,6 @@ body { background: #6688ff; } -.nav-wrapper { - .nav-wrapper-2 { - border-top: 4px solid $primary; - @include border-image(none); - } -} body.mappage { .nav-wrapper { .nav-wrapper-2 { @@ -40,9 +34,6 @@ body.mappage { } } } - &#mysoc-menu { - background: $primary; - } } } |