Commit 40d9418c authored by Jarek Ostrowski's avatar Jarek Ostrowski

Give all labels bold weight

Form check labels get normal weight
Add changelog
parent 6aa0df5a
......@@ -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;
}
......
---
title: Give labels consistent weight
merge_request: 28895
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment