提交 7f54f045 编写于 作者: K Kushal Pandya

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

Make changes suggested by Pedro for UX

See merge request gitlab-org/gitlab-ce!29324
......@@ -248,14 +248,24 @@ label {
.gl-form-checkbox {
align-items: baseline;
margin-right: 1rem;
margin-bottom: 0.25rem;
.form-check-input {
margin-right: 0;
}
.form-check-label {
padding-left: $gl-padding-8;
}
&.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;
.form-check-input:disabled,
.form-check-input:disabled ~ .form-check-label {
cursor: not-allowed;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册