DEV: Use more css vars (#18561)

Followup to #18518

This time it's mostly line-height vars and a couple of other uncommon vars.
This commit is contained in:
Jarek Radosz
2022-10-12 16:05:42 +02:00
committed by GitHub
parent 55909e30bc
commit 4170b9bb58
57 changed files with 122 additions and 122 deletions

View File

@@ -40,7 +40,7 @@ div.poll {
.info-label {
font-size: var(--font-up-4);
line-height: $line-height-medium;
line-height: var(--line-height-medium);
}
.info-text {