2023-12-12 16:17:02 +01:00
|
|
|
.w-breadcrumbs:not(.editor-view .w-breadcrumbs) {
|
2023-12-12 16:03:36 +01:00
|
|
|
@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');
|
|
|
|
}
|
|
|
|
}
|
2023-12-14 17:30:37 +01:00
|
|
|
|
2024-02-23 17:55:11 +01:00
|
|
|
.w-breadcrumbs__sublabel,
|
|
|
|
.w-breadcrumbs__icon {
|
2023-12-14 17:30:37 +01:00
|
|
|
display: inline-block;
|
|
|
|
}
|
2024-02-23 17:55:11 +01:00
|
|
|
|
|
|
|
.w-breadcrumbs__icon {
|
|
|
|
width: theme('spacing.5');
|
|
|
|
height: theme('spacing.5');
|
|
|
|
margin-inline-end: theme('spacing[2.5]');
|
|
|
|
}
|
2023-12-12 16:03:36 +01:00
|
|
|
}
|
|
|
|
}
|