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,6 +1,6 @@
.backWrapper {
background-color: var(--Base-Surface-Secondary-light-Normal);
padding: var(--Spacing-x2);
padding: var(--Space-x2);
}
.backButton {
@@ -10,13 +10,13 @@
cursor: pointer;
display: flex;
align-items: center;
gap: var(--Spacing-x1);
gap: var(--Space-x1);
}
.closeWrapper {
display: flex;
justify-content: flex-end;
padding: var(--Spacing-x2);
padding: var(--Space-x2);
border-bottom: 1px solid var(--Base-Border-Subtle);
}
@@ -25,7 +25,7 @@
border: none;
cursor: pointer;
justify-self: flex-start;
padding: 11px var(--Spacing-x1) var(--Spacing-x2);
padding: 11px var(--Space-x1) var(--Space-x2);
user-select: none;
}
@@ -38,7 +38,7 @@
height: 3px;
position: relative;
transition: all 0.3s;
width: var(--Spacing-x4);
width: var(--Space-x4);
}
.bar::after,
@@ -48,7 +48,7 @@
position: absolute;
top: 0;
transform-origin: 50% 50%;
width: var(--Spacing-x4);
width: var(--Space-x4);
}
.bar {