Files
web/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/index.module.css
Joakim Jäderberg 3de4f9e406 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
2025-05-20 12:25:36 +00:00

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);
}