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

@@ -1,10 +1,10 @@
.wrapper {
display: flex;
flex-direction: column;
gap: var(--Spacing-x2);
gap: var(--Space-x2);
position: relative;
margin-bottom: calc(
var(--Spacing-x4) * 2 + 80px
var(--Space-x4) * 2 + 80px
); /* Creates space between the wrapper and buttonContainer */
}
@@ -33,7 +33,7 @@
.facilityList {
column-count: 2;
column-gap: var(--Spacing-x2);
column-gap: var(--Space-x2);
color: var(--Text-Secondary);
}
.facilityList li > span:nth-child(2) {
@@ -43,8 +43,8 @@
.facilityList li {
display: flex !important; /* Overrides the display none from grids.stackable on Hotel Page */
gap: var(--Spacing-x1);
margin-bottom: var(--Spacing-x-half);
gap: var(--Space-x1);
margin-bottom: var(--Space-x05);
}
.bedOptions {
@@ -53,8 +53,8 @@
.bedOptions li {
display: flex;
gap: var(--Spacing-x1);
margin-bottom: var(--Spacing-x-half);
gap: var(--Space-x1);
margin-bottom: var(--Space-x05);
}
.facilityList li svg {