Current section

Files

Jump to
prenix_components assets css prenix_components checkbox_group.css
Raw

assets/css/prenix_components/checkbox_group.css

@layer components {
.checkbox-group {
@apply relative flex flex-col gap-2;
}
.checkbox-group-label {
@apply relative text-base text-neutral2-foreground;
@apply inline-flex items-center gap-1;
}
.checkbox-group-wrapper {
@apply flex flex-col flex-wrap gap-2;
}
.checkbox-group-helper {
@apply text-sm text-neutral2-foreground;
@apply flex items-center gap-1;
}
.checkbox-group-helper--invalid {
@apply text-danger;
}
}