summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Bigelow <sbigelow@gitlab.com>2019-05-22 18:50:22 -0400
committerSam Bigelow <sbigelow@gitlab.com>2019-05-30 14:28:43 -0400
commitd24c0971f60dd67b75aa7c05113bc49eda56bc5b (patch)
treed36aa8cdfdfbf09ddcb4c9e9fd8e86d50dc105f4
parent13cd5b598c3eba95e02ba33d80d4dc33ed59deb5 (diff)
downloadgitlab-ce-d24c0971f60dd67b75aa7c05113bc49eda56bc5b.tar.gz
Style gitlab-ui checkboxes
-rw-r--r--app/assets/stylesheets/framework/forms.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss
index 33930871cdc..9e5c3db70fb 100644
--- a/app/assets/stylesheets/framework/forms.scss
+++ b/app/assets/stylesheets/framework/forms.scss
@@ -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;
+ }
+}