chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
align-items: center;
|
||||
display: grid;
|
||||
border-radius: var(--Corner-radius-xl);
|
||||
gap: var(--Spacing-x2);
|
||||
gap: var(--Space-x2);
|
||||
min-height: 480px;
|
||||
justify-content: space-between;
|
||||
margin-right: var(--Spacing-x2);
|
||||
padding: var(--Spacing-x4) var(--Spacing-x3);
|
||||
margin-right: var(--Space-x2);
|
||||
padding: var(--Space-x4) var(--Space-x3);
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
.buttonContainer {
|
||||
display: flex;
|
||||
gap: var(--Spacing-x1);
|
||||
gap: var(--Space-x1);
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user