feat: basic themes for event sites

This commit is contained in:
Björn Fromme
2025-12-12 13:13:36 +01:00
parent b1ff6989ec
commit e9c1dd8b9d
28 changed files with 1158 additions and 157 deletions
+21
View File
@@ -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;
}
}