hubl/src/scss/_menu.scss

19 lines
267 B
SCSS

#navbarSupportedContent {
ldp-route {
color: white;
cursor: pointer;
}
ldp-route:hover {
text-decoration: underline;
}
}
@media (min-width: 768px) {
#navbarSupportedContent {
ldp-route {
margin: 0px 10px;
}
}
}