wiki.trwnh.com/assets/styles/components/breadcrumbs.scss

26 lines
406 B
SCSS
Raw Normal View History

2022-11-26 14:56:23 +00:00
.breadcrumbs {
display: flex;
flex-flow: row wrap;
li:not(:first-child) {
margin-left: 1.5rem;
margin-bottom: 1rem;
}
li::marker {
content: "/ ";
}
li:first-child::marker {
content: "";
}
li:first-child {
margin-left: 0;
}
font-family: monospace;
}
.breadcrumb-nav {
.title {
margin-bottom: 0.5em;
color: var(--ui-text-muted);
text-transform: uppercase;
font-weight: 900;
}
}