mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user