Files
web/components/HotelReservation/EnterDetails/Summary/Mobile/mobile.module.css
2024-11-29 15:55:30 +01:00

21 lines
384 B
CSS

.mobileSummary {
display: block;
}
@media screen and (max-width: 1366px) {
.wrapper {
background-color: var(--Main-Grey-White);
border-color: var(--Primary-Light-On-Surface-Divider-subtle);
border-style: solid;
border-width: 1px;
border-bottom: none;
z-index: 10;
}
}
@media screen and (min-width: 1367px) {
.mobileSummary {
display: none;
}
}