feat(SW-2708): Meeting package widget mobile UI

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-05-14 11:31:02 +00:00
parent 4f7edf6ad2
commit a66b632875
9 changed files with 282 additions and 63 deletions

View File

@@ -5,11 +5,3 @@
box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.08);
z-index: var(--booking-widget-z-index);
}
/* Temporary solution to show the Meeting package widget on mobile, but nonsticky */
/* Meeting booking widget changes design at 948px */
@media screen and (max-width: 947px) {
.wrapper {
position: unset;
}
}