fix: Label font weight should be semi bold, fixes #11629

This commit is contained in:
Torkel Ödegaard 2018-04-17 19:40:44 +02:00 committed by GitHub
parent fa49332915
commit 1594ceeb6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
display: inline-block;
padding: 2px 4px;
font-size: $font-size-base * 0.846;
font-weight: bold;
font-weight: $font-weight-semi-bold;
line-height: 14px; // ensure proper line-height if floated
color: $white;
vertical-align: baseline;