Merge pull request #4526 from consul/relative_font_size
Use relative units as base font size
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -1200,7 +1200,7 @@ table {
|
||||
}
|
||||
|
||||
label {
|
||||
font-size: 17px;
|
||||
font-size: $base-font-size;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user