@helpwave/hightide
Version:
helpwave's component and theming library
16 lines (15 loc) • 386 B
CSS
@layer components {
[data-name="breadcrumb"] {
@apply flex-row-2 items-center;
}
[data-name="breadcrumb-item"] {
@apply flex-row-1 items-center;
}
[data-name="breadcrumb-link"] {
@apply flex-row-1 px-1.5 py-1 rounded-1.5 h-8;
@apply description last:neutral coloring-text-hover;
}
[data-name="breadcrumb-divider"] {
@apply px-1 text-description;
}
}