feat: step input for room type selection

This commit is contained in:
Björn Fromme
2025-11-25 16:42:39 +01:00
parent c1364a458b
commit 126fce9687
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;
}