2018-06-15 21:50:19 +00:00
|
|
|
// TODO - currently overriding the main header
|
|
|
|
// this will affect docs as well. is that ok?
|
|
|
|
#header {
|
|
|
|
background: transparent;
|
|
|
|
|
|
|
|
.navbar-toggle {
|
|
|
|
.icon-bar {
|
2019-11-06 18:53:36 +00:00
|
|
|
border: 1px solid $gray-1;
|
2018-06-15 21:50:19 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
a {
|
|
|
|
svg.logo {
|
|
|
|
opacity: 1;
|
|
|
|
|
|
|
|
path.text {
|
|
|
|
fill: $black;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
path.center-c {
|
2019-11-06 18:53:36 +00:00
|
|
|
fill: $consul-d1;
|
2018-06-15 21:50:19 +00:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
path.circles {
|
2019-11-06 18:53:36 +00:00
|
|
|
fill: $consul;
|
2018-06-15 21:50:19 +00:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
path.c {
|
2019-11-06 18:53:36 +00:00
|
|
|
fill: $consul;
|
2018-06-15 21:50:19 +00:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.nav {
|
|
|
|
li {
|
|
|
|
a {
|
2019-11-06 18:53:36 +00:00
|
|
|
color: $gray-1;
|
2018-06-15 21:50:19 +00:00
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&:active {
|
|
|
|
background-color: transparent;
|
|
|
|
color: $black;
|
|
|
|
|
|
|
|
svg {
|
|
|
|
fill: $black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
svg {
|
2019-11-06 18:53:36 +00:00
|
|
|
fill: $gray-1;
|
2018-06-15 21:50:19 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|