Files
web/apps/scandic-web/components/MeetingPackageWidget/Content/content.module.css
Erik Tiekstra a66b632875 feat(SW-2708): Meeting package widget mobile UI
Approved-by: Matilda Landström
2025-05-14 11:31:02 +00:00

9 lines
113 B
CSS

.widget {
width: min(var(--max-width-page), 100%);
margin: 0 auto;
}
.widget.isLoading {
display: none;
}