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

@@ -5,12 +5,12 @@
}
.header {
gap: var(--Spacing-x2);
gap: var(--Space-x2);
grid-area: header;
}
.hgroup {
gap: var(--Spacing-x-half);
gap: var(--Space-x05);
}
.header .confirmTitle {
@@ -34,7 +34,7 @@
@media screen and (min-width: 768px) {
.actions {
gap: var(--Spacing-x3);
gap: var(--Space-x3);
grid-auto-columns: auto;
grid-auto-flow: column;
grid-template-columns: auto;
@@ -43,6 +43,6 @@
@media screen and (min-width: 1367px) {
.header {
padding-bottom: var(--Spacing-x4);
padding-bottom: var(--Space-x4);
}
}