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:
Jarek Radosz
2022-10-12 15:31:59 +02:00
committed by GitHub
parent b5005e3574
commit ea326906e3
96 changed files with 328 additions and 328 deletions

View File

@@ -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;
}
}