open-nomad/ui/app/styles/core/breadcrumb.scss
2018-08-09 18:22:38 -07:00

18 lines
200 B
SCSS

.breadcrumb {
margin: 0 1.5rem;
a {
text-decoration: none;
opacity: 0.7;
&:hover {
text-decoration: none;
opacity: 1;
}
}
li.is-active a {
opacity: 1;
}
}