chore: tokenize spacing
This commit is contained in:
parent
21cc117690
commit
72c20d6b1c
19 changed files with 86 additions and 81 deletions
|
@ -1,12 +1,12 @@
|
|||
.post-graph {
|
||||
margin-top: var(--spacing-base);
|
||||
margin-bottom: var(--spacing-base);
|
||||
margin-top: var(--sizing-base);
|
||||
margin-bottom: var(--sizing-base);
|
||||
}
|
||||
|
||||
.post-graph__wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 2rem;
|
||||
height: var(--sizing-3xl);
|
||||
margin-bottom: .375rem;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue