Commit f0ce30bb authored by Phil Hughes's avatar Phil Hughes

Merge branch '10641-settings-css' into 'master'

Removes EE differences for settings.scss

Closes gitlab-ee#10641

See merge request gitlab-org/gitlab-ce!26543
parents 2125752e 812aec95
......@@ -216,6 +216,31 @@
}
}
.nested-settings {
padding-left: 20px;
}
.input-btn-group {
display: flex;
.input-large {
flex: 1;
}
.btn {
margin-left: 10px;
}
}
.settings-flex-row {
display: flex;
align-items: center;
.float-right {
margin-left: auto;
}
}
.prometheus-metrics-monitoring {
.card {
.card-toggle {
......@@ -246,6 +271,27 @@
}
}
.custom-monitored-metrics {
.card-title {
display: flex;
align-items: center;
> .btn-success {
margin-left: auto;
}
}
.custom-metric {
display: flex;
align-items: center;
}
.custom-metric-link-bold {
font-weight: $gl-font-weight-bold;
text-decoration: none;
}
}
.loading-metrics,
.empty-metrics {
padding: 30px 10px;
......@@ -280,6 +326,12 @@
}
}
.saml-settings.info-well {
.form-control[readonly] {
background: $white-light;
}
}
.modal-doorkeepr-auth {
.modal-body {
padding: $gl-padding;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment