@helpwave/hightide
Version:
helpwave's component and theming library
18 lines (14 loc) • 321 B
CSS
@layer components {
.time-input {
@apply flex-row-2 items-center justify-center flex-wrap select-none;
}
.time-input-segment {
@apply min-w-14;
}
.time-input-period {
@apply flex-col-1 min-w-16;
}
.time-input-separator {
@apply typography-title-md font-semibold text-on-background;
}
}