2024-10-05 06:27:07 +00:00
|
|
|
.breadcrumbs {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row wrap;
|
|
|
|
padding: 0;
|
|
|
|
li:not(:first-child) {
|
2024-10-06 04:56:30 +00:00
|
|
|
margin-inline-start: 1rem;
|
2024-10-05 06:27:07 +00:00
|
|
|
margin-block-end: 1rem;
|
|
|
|
}
|
2024-10-06 04:56:30 +00:00
|
|
|
li {
|
|
|
|
list-style: none;
|
2024-10-05 06:27:07 +00:00
|
|
|
}
|
2024-10-06 04:56:30 +00:00
|
|
|
li:not(:first-child) {
|
|
|
|
&:before {
|
|
|
|
content: " / ";
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
display: inline-block;
|
|
|
|
margin-inline-start: 0.5rem;
|
|
|
|
}
|
2024-10-05 06:27:07 +00:00
|
|
|
}
|
|
|
|
li:first-child {
|
|
|
|
margin-inline-start: 0;
|
|
|
|
}
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
.breadcrumb-nav {
|
|
|
|
.title {
|
|
|
|
margin-block-end: 0.5em;
|
|
|
|
color: var(--ui-text-muted);
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 900;
|
|
|
|
}
|
|
|
|
}
|