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
7 lines
133 B
CSS
7 lines
133 B
CSS
.errorContainer {
|
|
margin: 0 auto;
|
|
padding: var(--Spacing-x-one-and-half) 0;
|
|
width: 100%;
|
|
max-width: var(--max-width-page);
|
|
}
|