Merged in fix/SW-2827-availability-for-old-dates (pull request #2158)

fix: add error handling for hotel room availability

* fix: add error handling for hotel room availability

* fix: update error codes

* fix: have one error message to rule them all. them as in permutations of invalid dates


Approved-by: Linus Flood
This commit is contained in:
Joakim Jäderberg
2025-05-20 12:25:36 +00:00
parent cdfcc3623b
commit 3de4f9e406
3 changed files with 118 additions and 20 deletions

View File

@@ -0,0 +1,6 @@
.errorContainer {
margin: 0 auto;
padding: var(--Spacing-x-one-and-half) 0;
width: 100%;
max-width: var(--max-width-page);
}