chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 0 var(--Spacing-x2);
|
||||
padding: 0 var(--Space-x2);
|
||||
}
|
||||
|
||||
.content {
|
||||
@@ -32,8 +32,8 @@
|
||||
align-items: center;
|
||||
color: var(--Scandic-Brand-Burgundy);
|
||||
display: flex;
|
||||
font-size: var(--Spacing-x2);
|
||||
gap: var(--Spacing-x1);
|
||||
font-size: var(--Space-x2);
|
||||
gap: var(--Space-x1);
|
||||
|
||||
.long {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user