aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2014-03-14 15:07:25 +0000
committerStruan Donald <struan@exo.org.uk>2014-04-08 13:21:11 +0100
commit64f54e965254f2209488f3a7f98f0f792b852162 (patch)
treee20c98d17fe91c8b1782e78624eb382c2e3f2bea /web
parente90cc2785ed1d2ee4b5a107337f9100f3815b884 (diff)
top nav bar should always be black
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/zerotb/layout.scss39
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;
}