feat: basic themes for event sites
This commit is contained in:
@@ -33,3 +33,24 @@ select[readonly] {
|
||||
input[readonly] {
|
||||
@apply cursor-not-allowed;
|
||||
}
|
||||
|
||||
.sbw {
|
||||
.form-checkbox,
|
||||
.form-radio {
|
||||
@apply text-sbw-secondary;
|
||||
}
|
||||
}
|
||||
|
||||
.snz {
|
||||
.form-checkbox,
|
||||
.form-radio {
|
||||
@apply text-snz-primary;
|
||||
}
|
||||
}
|
||||
|
||||
.ser {
|
||||
.form-checkbox,
|
||||
.form-radio {
|
||||
@apply text-ser-secondary;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user