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

@@ -2,10 +2,10 @@
display: flex;
flex-direction: column;
align-items: center;
gap: var(--Spacing-x3);
gap: var(--Space-x3);
background-color: white;
width: 100%;
padding: var(--Spacing-x3) var(--Spacing-x3) var(--Spacing-x4);
padding: var(--Space-x3) var(--Space-x3) var(--Space-x4);
text-align: center;
border-radius: var(--Corner-radius-md) var(--Corner-radius-md) 0 0;
margin-top: auto;
@@ -25,7 +25,7 @@
& > span {
position: relative;
padding: 0 var(--Spacing-x2);
padding: 0 var(--Space-x2);
background-color: white;
color: var(--UI-Text-Placeholder);
}
@@ -42,5 +42,5 @@
}
.contactBlockTitle {
margin-bottom: var(--Spacing-x1);
margin-bottom: var(--Space-x1);
}