From 6a136be1e176556b9c7fd7566ca56a153aa71097 Mon Sep 17 00:00:00 2001 From: Jose Ivan Vargas Date: Thu, 7 Jun 2018 20:37:07 +0000 Subject: CE backport for the card class changes --- app/assets/stylesheets/pages/settings.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'app/assets/stylesheets/pages/settings.scss') diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss index 16e999341da..1f8e61257a9 100644 --- a/app/assets/stylesheets/pages/settings.scss +++ b/app/assets/stylesheets/pages/settings.scss @@ -127,12 +127,16 @@ color: $gl-danger; } -.service-settings .form-control-label { - padding-top: 0; +.service-settings { + input[type="radio"], + input[type="checkbox"] { + margin-top: 10px; + } } .integration-settings-form { - .card.card-body { + .card.card-body, + .info-well { padding: $gl-padding / 2; box-shadow: none; } -- cgit v1.2.1