chore: tokenize spacing
This commit is contained in:
parent
21cc117690
commit
72c20d6b1c
19 changed files with 86 additions and 81 deletions
|
@ -3,9 +3,9 @@
|
|||
background-color: rgba(217, 222, 228, .6);
|
||||
border-radius: var(--rounded-lg);
|
||||
overflow: hidden;
|
||||
height: 1rem;
|
||||
height: var(--sizing-lg);
|
||||
width: 100%;
|
||||
margin-bottom: .25rem;
|
||||
margin-bottom: var(--sizing-xs);
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
|
|
Reference in a new issue