Remove top margin from checkboxes in integrations page

This commit is contained in:
Jose 2018-06-18 16:48:28 -05:00
parent 7491a20020
commit dd95bf4304
No known key found for this signature in database
GPG Key ID: 01F49A6AE27697FB
1 changed files with 0 additions and 7 deletions

View File

@ -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 {