feat: step input for room type selection
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user