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
@@ -9,7 +9,7 @@
.addition::before {
color: var(--Secondary-Light-On-Surface-Accent);
content: "+";
margin-right: var(--Spacing-x-half);
margin-right: var(--Space-x05);
}
.negation {
@@ -19,5 +19,5 @@
.negation::before {
color: var(--Base-Text-Accent);
content: "-";
margin-right: var(--Spacing-x-half);
margin-right: var(--Space-x05);
}
@@ -16,10 +16,10 @@
.th {
text-align: left;
padding: var(--Spacing-x2) var(--Spacing-x4);
padding: var(--Space-x2) var(--Space-x4);
}
.td {
text-align: left;
padding: var(--Spacing-x2) var(--Spacing-x4);
padding: var(--Space-x2) var(--Space-x4);
}
@@ -1,5 +1,5 @@
.divider {
margin-top: var(--Spacing-x2);
margin-top: var(--Space-x2);
}
.membershipCardsContainer {