hubl/src/scss/_menu.scss

28 lines
456 B
SCSS
Raw Normal View History

#navbar {
z-index: 9999;
2018-04-19 16:24:42 +00:00
#menu-title {
font-family: bebas;
color: $hd-color;
font-size: 17px;
2018-03-18 15:29:31 +00:00
}
2018-03-11 23:42:46 +00:00
#navbar-router {
color: $twitter-color;
2018-03-18 15:04:36 +00:00
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;
2018-03-11 23:42:46 +00:00
}
2018-03-18 15:04:36 +00:00
}
2018-03-11 23:42:46 +00:00
}