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:
@@ -0,0 +1,7 @@
|
||||
.wrapper {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background-color: var(--Base-Surface-Primary-light-Normal);
|
||||
box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.08);
|
||||
z-index: var(--booking-widget-z-index);
|
||||
}
|
||||
Reference in New Issue
Block a user