hubl/src/scss/_menu.scss

22 lines
317 B
SCSS
Raw Normal View History

2018-03-18 15:04:36 +00:00
#navbarSupportedContent {
ldp-route {
color: white;
cursor: pointer;
}
ldp-route:hover {
text-decoration: underline;
}
2018-03-18 15:29:31 +00:00
ldp-route[active] {
font-weight: bold;
}
2018-03-11 23:42:46 +00:00
}
2018-03-18 15:04:36 +00:00
@media (min-width: 768px) {
#navbarSupportedContent {
ldp-route {
margin: 0px 10px;
2018-03-11 23:42:46 +00:00
}
2018-03-18 15:04:36 +00:00
}
2018-03-11 23:42:46 +00:00
}