diff options
-rw-r--r-- | web/cobrands/zerotb/layout.scss | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/web/cobrands/zerotb/layout.scss b/web/cobrands/zerotb/layout.scss index 58b4d9279..c11594141 100644 --- a/web/cobrands/zerotb/layout.scss +++ b/web/cobrands/zerotb/layout.scss @@ -3,6 +3,16 @@ body { &.frontpage { + .nav-wrapper-2 { + background-color: $primary; + color: $primary_text; + height: auto; + } + + #site-header { + background-color: $base_bg; + } + #site-logo { background: none; color: black; @@ -22,6 +32,35 @@ body { } } +.nav-wrapper { + .nav-wrapper-2 { + border: none; + min-height: 0; + } +} + +#main-nav { + ul#mysoc-menu { + li { + a { + color: $primary_text; + } + } + } + ul#main-menu { + li { + span { + color: $primary_text; + } + } + } +} + +#site-header { + background: $primary; + height: auto; +} + .container { padding: 0em 1em; } |