feat: SW-963 Implemented error states and handling booking code and multiroom

This commit is contained in:
Hrishikesh Vaipurkar
2025-02-24 17:06:20 +01:00
parent 202d84218c
commit 2cd1b6c72c
16 changed files with 374 additions and 158 deletions

View File

@@ -11,3 +11,7 @@
gap: var(--Spacing-x-half);
margin: var(--Spacing-x1) 0 0;
}
.error svg {
min-width: 20px;
}