chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
color: var(--Text-Tertiary);
|
||||
font-weight: var(--Body-Supporting-text-Font-weight-2);
|
||||
font-size: var(--Body-Supporting-text-Size);
|
||||
margin-right: var(--Spacing-x-half);
|
||||
margin-right: var(--Space-x05);
|
||||
}
|
||||
|
||||
.titleSubtext {
|
||||
@@ -16,9 +16,8 @@
|
||||
|
||||
.totalContainer {
|
||||
border: 1px solid var(--Border-Divider-Subtle);
|
||||
border-radius: var(--Spacing-x1);
|
||||
padding: var(--Space-x15) var(--Spacing-x2) var(--Spacing-x2)
|
||||
var(--Spacing-x2);
|
||||
border-radius: var(--Space-x1);
|
||||
padding: var(--Space-x15) var(--Space-x2) var(--Space-x2) var(--Space-x2);
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
gap: var(--Space-x15);
|
||||
@@ -28,7 +27,7 @@
|
||||
.dl {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto;
|
||||
gap: var(--Spacing-x-half);
|
||||
gap: var(--Space-x05);
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user