Files
web/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AllAncillariesModal/allAncillariesModal.module.css
Christel Westerberg 5861f9a811 Merged in fix/STAY-133-modal-header (pull request #3330)
fix: adapt modal header to look like design

* fix: adapt modal header to look like design


Approved-by: Chuma Mcphoy (We Ahead)
Approved-by: Matilda Landström
2025-12-15 07:35:27 +00:00

20 lines
293 B
CSS

.modalWrapper {
display: flex;
flex-direction: column;
max-height: 70dvh;
width: 100%;
margin-top: var(--Space-x1);
}
@media screen and (min-width: 768px) {
.modalWrapper {
width: 600px;
}
}
@media screen and (min-width: 1052px) {
.modalWrapper {
width: 833px;
}
}