Newer
Older
@import "helpers/mixins";
@import "helpers/variables";
@import "helpers/functions";
#block-mainnavigation-2 {
.navbar-nav {
li {
border-top: 1px #979797 dotted;
Brian Canini
committed
line-height: 1.15;
.link-wrapper {
padding: 8px 0;
}
.active-link {
padding-left: 5px;
}
a {
display: inline;
}
}
ul {
Brian Canini
committed
display: none;
position: inherit;
background: transparent;
border: none;
box-shadow: none;
padding: 0;
list-style-type: none;
li {
Brian Canini
committed
.link-wrapper {
Brian Canini
committed
padding-left: 17px;
Brian Canini
committed
}
a {
color: $black-base;
Brian Canini
committed
}
i {
padding: 0 10px;
}
li {
Brian Canini
committed
.link-wrapper {
Brian Canini
committed
padding-left: 27px;
}
li {
.link-wrapper {
padding-left: 37px;
}
li {
.link-wrapper {
padding-left: 47px;
}
li {
.link-wrapper {
padding-left: 57px;
}
li {
.link-wrapper {
padding-left: 67px;
}
}
}
}
Brian Canini
committed
}
}
}
Brian Canini
committed
}
Brian Canini
committed
.active-trail ul {
display: inherit;
}
i {
float: right;
Brian Canini
committed
padding: 2px 10px;
cursor: pointer;
}
&:nth-last-child(1) {
border-bottom: 1px #979797 dotted;
border-top: none;
}
}
Brian Canini
committed
.nav > li > a:hover, .nav > li > a:focus {
background-color: transparent;
}
Brian Canini
committed
.active-link {
background-color: $white;
border-left: solid #D0021B 3px;
Brian Canini
committed
padding-left: 5px;
Brian Canini
committed
}
.link-wrapper {
&:hover {
background-color: $white;
}
}
Brian Canini
committed
h2.active-link {
background-color: transparent;
border-left: none;
padding-left: 0;
}
h2 {
a {
color: $black-base;
}
}
Brian Canini
committed
@media (max-width: 768px) {
display: none;
}