Commit 985388b3 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'gitlab-ui-259-style-checkboxes' into 'master'

Style gitlab-ui checkboxes

See merge request gitlab-org/gitlab-ce!28622
parents 427e651c d24c0971
......@@ -290,3 +290,17 @@ label {
.input-group-text {
max-height: $input-height;
}
.gl-form-checkbox {
align-items: baseline;
&.form-check-inline .form-check-input {
align-self: flex-start;
margin-right: $gl-padding-8;
height: 1.5 * $gl-font-size;
}
.help-text {
margin-bottom: 0;
}
}
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