Removes EE differences for settings.scss
This commit is contained in:
parent
4e045cd5aa
commit
812aec9570
1 changed files with 52 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue