@helpwave/hightide
Version:
helpwave's component and theming library
18 lines (14 loc) • 376 B
CSS
@layer components {
[data-name="form-field-container"] {
@apply relative flex-col-1;
}
[data-name="form-field-description"] {
@apply text-description text-sm;
}
[data-name="form-field-error"] {
@apply p-1 text-negative text-sm font-medium;
}
[data-name="form-field-label"] {
@apply flex-row-1 items-start typography-label-lg text-label;
}
}