Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jvargas@gitlab.com>2018-06-19 00:48:28 +0300
committerJose <jvargas@gitlab.com>2018-06-19 00:48:28 +0300
commitdd95bf4304f7d66e282269ca41e008629c0d3b5b (patch)
tree5af69a94501fed806242287b4c27d68f3ec159b2 /app/assets/stylesheets/pages
parent7491a20020e9ac95059b609972479ee4b42866e5 (diff)
Remove top margin from checkboxes in integrations page
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/settings.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss
index 33a974e0176..2f28031b9c8 100644
--- a/app/assets/stylesheets/pages/settings.scss
+++ b/app/assets/stylesheets/pages/settings.scss
@@ -127,13 +127,6 @@
color: $gl-danger;
}
-.service-settings {
- input[type="radio"],
- input[type="checkbox"] {
- margin-top: 10px;
- }
-}
-
.integration-settings-form {
.card.card-body,
.info-well {