feat/SW-1756-meeting-package-content-pages

* feat(SW-1230): Changes to script to be able to reload after soft navigation
* feat(SW-1756): Added meeting package widget on content pages

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-03-21 13:31:33 +00:00
parent 369cc964f0
commit 91e26e30af
15 changed files with 120 additions and 53 deletions

View File

@@ -1,11 +1,14 @@
.mobile,
.desktop {
padding: var(--Spacing-x2) 0;
padding: var(--Spacing-x2) var(--Spacing-x2);
background-color: var(--Base-Surface-Primary-light-Normal);
}
.desktop {
display: none;
width: 100%;
max-width: var(--max-width-page);
margin: 0 auto;
}
/* Meeting booking widget changes design at 948px */