Merge pull request #4526 from consul/relative_font_size

Use relative units as base font size
This commit is contained in:
Javi Martín
2021-06-21 15:33:29 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
// 1. CONSUL variables
// --------------------
$base-font-size: 17px;
$base-font-size: rem-calc(17);
$base-line: rem-calc(26);
$small-font-size: rem-calc(14);
$line-height: rem-calc(24);

View File

@@ -1200,7 +1200,7 @@ table {
}
label {
font-size: 17px;
font-size: $base-font-size;
line-height: 1.5rem;
}
}