chore: Replaced deprecated Spacing variables with current values

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-11-12 12:56:22 +00:00
parent 8dce04b931
commit 88644597df
229 changed files with 855 additions and 869 deletions

View File

@@ -11,7 +11,7 @@
}
.summary {
margin-top: calc(0px - var(--Spacing-x9));
margin-top: calc(0px - var(--Space-x9));
}
.hider {
@@ -29,7 +29,7 @@
.summary .hider {
background-color: var(--Scandic-Brand-Warm-White);
height: 40px;
margin-top: var(--Spacing-x4);
margin-top: var(--Space-x4);
top: calc(var(--booking-widget-desktop-height) - 6px);
}
@@ -40,11 +40,11 @@
border-style: solid;
border-width: 1px;
border-bottom: none;
margin-top: calc(0px - var(--Spacing-x9));
margin-top: calc(0px - var(--Space-x9));
position: sticky;
top: calc(
var(--booking-widget-desktop-height) + var(--Spacing-x2) +
var(--Spacing-x-half)
var(--booking-widget-desktop-height) + var(--Space-x2) +
var(--Space-x05)
);
z-index: 9;
}