chore: vars + colors
This commit is contained in:
parent
40716f8324
commit
497773d8f7
4 changed files with 7 additions and 5 deletions
|
@ -38,9 +38,10 @@
|
|||
line-height: var(--line-height-sm);
|
||||
|
||||
svg {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
width: var(--sizing-svg-sm);
|
||||
height: var(--sizing-svg-sm);
|
||||
margin-right: var(--sizing-xs);
|
||||
stroke: var(--favorite);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue