Commit 84a39659 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '62485-label-weights' into 'master'

Give all labels bold weight

Closes #62485

See merge request gitlab-org/gitlab-ce!28895
parents 4c81993c 40d9418c
......@@ -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