wiki.trwnh.com/assets/styles/components/breadcrumbs.scss
2022-11-26 08:56:23 -06:00

26 lines
406 B
SCSS

.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;
}
}