chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
.joinLoyaltyContainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--Spacing-x5);
|
||||
gap: var(--Space-x5);
|
||||
}
|
||||
.wrapper {
|
||||
display: grid;
|
||||
gap: var(--Spacing-x3);
|
||||
padding-top: var(--Spacing-x4);
|
||||
gap: var(--Space-x3);
|
||||
padding-top: var(--Space-x4);
|
||||
justify-items: center;
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@ article.wrapper .preamble {
|
||||
|
||||
.loginContainer {
|
||||
display: grid;
|
||||
gap: var(--Spacing-x2);
|
||||
gap: var(--Space-x2);
|
||||
justify-items: start;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user