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);
padding: var(--Space-x3);
text-align: center;
border-radius: var(--Corner-radius-md) var(--Corner-radius-md) 0 0;
margin-top: auto;
@@ -22,10 +22,10 @@
.otp-container {
display: flex;
gap: var(--Spacing-x1);
gap: var(--Space-x1);
@media screen and (min-width: 768px) {
& {
gap: var(--Spacing-x2);
gap: var(--Space-x2);
}
}
&.error .slot {
@@ -41,7 +41,7 @@
box-sizing: content-box;
width: 34px;
height: 0px;
padding: var(--Spacing-x3) 0;
padding: var(--Space-x3) 0;
font-family: var(--typography-Body-Regular-fontFamily);
border: 1px solid var(--Base-Border-Normal);
border-radius: var(--Corner-radius-md);
@@ -78,7 +78,7 @@
.error-message {
display: flex;
align-items: center;
gap: var(--Spacing-x1);
gap: var(--Space-x1);
}
@keyframes blink {