mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
18 lines
200 B
SCSS
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;
|
|
}
|
|
}
|