mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 13:10:14 +01:00
20 lines
388 B
SCSS
20 lines
388 B
SCSS
.w-breadcrumbs:not(.editor-view .w-breadcrumbs) {
|
|
@apply sm:w-py-2.5;
|
|
|
|
li[hidden] ~ li:last-child,
|
|
li:only-child {
|
|
a {
|
|
font-size: theme('fontSize.18');
|
|
font-weight: theme('fontWeight.extrabold');
|
|
|
|
@include media-breakpoint-up(md) {
|
|
font-size: theme('fontSize.22');
|
|
}
|
|
}
|
|
|
|
.w-breadcrumbs__sublabel {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
}
|