hubl/src/scss/_menu.scss

32 lines
473 B
SCSS

#menu-title {
font-family: bebas;
color: $hd-color;
font-size: 17px;
}
#navbar-router {
color: $twitter-color;
ldp-route {
cursor: pointer;
}
ldp-route:hover {
text-decoration: underline;
}
ldp-route[active] {
font-weight: bold;
border-bottom: 2px solid $hd-color;
color: $hd-color;
}
}
@media (min-width: 768px) {
#navbarSupportedContent {
ldp-route {
margin: 0px 10px;
}
}
}