Files
web/apps/scandic-web/components/MeetingPackageWidget/meetingPackageWidget.module.css
2025-05-12 12:30:40 +00:00

17 lines
296 B
CSS

.widget {
width: 100%;
max-width: var(--max-width-page);
margin: 0 auto;
}
.widget.isLoading {
display: none;
}
/* Meeting booking widget changes design at 948px */
@media screen and (min-width: 948px) {
.widget {
background-color: var(--Base-Surface-Primary-light-Normal);
}
}