feat: step input for room type selection

This commit is contained in:
Björn Fromme
2026-03-16 11:59:11 +01:00
parent b73a02048e
commit c6678d16a6
6 changed files with 104 additions and 18 deletions
+5 -1
View File
@@ -20,7 +20,7 @@
.bg-button--active,
.bg-button--secondary {
@apply bg-badge-gradient;
@apply bg-badge-gradient text-white;
@apply hover:bg-none hover:bg-pink;
}
@@ -43,3 +43,7 @@
@apply bg-white;
@apply border-secondary text-secondary;
}
.button[disabled] {
@apply cursor-not-allowed;
}