hubl/src/scss/_menu.scss

28 lines
456 B
SCSS

#navbar {
z-index: 9999;
#menu-title {
font-family: bebas;
color: $hd-color;
font-size: 17px;
}
#navbar-router {
color: $twitter-color;
ldp-route {
cursor: pointer;
font-size: 18px;
}
ldp-route:hover {
text-decoration: underline;
}
ldp-route[active] {
font-weight: bold;
border-bottom: 2px solid $hd-color;
color: $hd-color;
}
}
}