mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
fix: Label font weight should be semi bold, fixes #11629
This commit is contained in:
parent
fa49332915
commit
1594ceeb6f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user