8 lines
93 B
CSS
8 lines
93 B
CSS
.checkbox-group {
|
|
@apply flex flex-col;
|
|
|
|
[data-slot="checkbox"] {
|
|
@apply mt-4;
|
|
}
|
|
}
|