chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
This commit is contained in:
@@ -33,8 +33,8 @@
|
||||
justify-content: center;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
gap: var(--Spacing-x1);
|
||||
padding: var(--Spacing-x4) var(--Spacing-x3);
|
||||
gap: var(--Space-x1);
|
||||
padding: var(--Space-x4) var(--Space-x3);
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@@ -42,12 +42,12 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: var(--Spacing-x2);
|
||||
gap: var(--Space-x2);
|
||||
}
|
||||
|
||||
.buttons {
|
||||
display: flex;
|
||||
gap: var(--Spacing-x1);
|
||||
gap: var(--Space-x1);
|
||||
}
|
||||
|
||||
.buttonWrapper {
|
||||
|
||||
Reference in New Issue
Block a user