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