mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Use css var font sizes (#18518)
For consistency and and the ability to change all font sizes at once in the dev tools
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
.desc,
|
||||
.validation-error {
|
||||
padding-top: 3px;
|
||||
font-size: $font-down-1;
|
||||
font-size: var(--font-down-1);
|
||||
line-height: $line-height-large;
|
||||
}
|
||||
.validation-error {
|
||||
@@ -104,7 +104,7 @@
|
||||
color: var(--primary-medium);
|
||||
}
|
||||
h3 {
|
||||
font-size: $font-0;
|
||||
font-size: var(--font-0);
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user