Files
2026-07-13 12:12:04 +08:00

8 lines
93 B
CSS

.checkbox-group {
@apply flex flex-col;
[data-slot="checkbox"] {
@apply mt-4;
}
}