Give all labels bold weight

Form check labels get normal weight
Add changelog
This commit is contained in:
Jarek Ostrowski 2019-05-29 15:46:53 -04:00
parent 6aa0df5a0f
commit 40d9418c32
2 changed files with 11 additions and 0 deletions

View File

@ -27,10 +27,16 @@ input[type='text'].danger {
}
label {
font-weight: $gl-font-weight-bold;
&.inline-label {
margin: 0;
}
&.form-check-label {
font-weight: $gl-font-weight-normal;
}
&.label-bold {
font-weight: $gl-font-weight-bold;
}

View File

@ -0,0 +1,5 @@
---
title: Give labels consistent weight
merge_request: 28895
author:
type: fixed