Skip to content
Snippets Groups Projects
Commit a2b68693 authored by kushalpandya's avatar kushalpandya
Browse files

Add styles for Prometheus Service Metrics

parent 15908cf2
No related branches found
No related tags found
No related merge requests found
Loading
@@ -38,14 +38,31 @@
Loading
@@ -38,14 +38,31 @@
   
.prometheus-metrics-monitoring { .prometheus-metrics-monitoring {
.panel { .panel {
.panel-toggle {
width: 12px;
&.fa-caret-right {
padding-left: 4px;
}
}
.panel-heading .badge-count { .panel-heading .badge-count {
padding: 3px 8px;
color: $white-light; color: $white-light;
background: $common-gray-dark; background: $common-gray-dark;
}
.panel-body {
padding: 0;
}
.badge-count {
margin-left: 3px;
padding: 3px 8px;
border-radius: 40%; border-radius: 40%;
} }
} }
   
.loading-metrics,
.empty-metrics { .empty-metrics {
text-align: center; text-align: center;
padding: 20px 10px; padding: 20px 10px;
Loading
@@ -59,4 +76,23 @@
Loading
@@ -59,4 +76,23 @@
color: $gl-gray-light; color: $gl-gray-light;
} }
} }
.metrics-list {
list-style-type: none;
margin: 0;
padding: 0;
li {
padding: 15px 10px;
.badge-count {
background: $badge-bg;
}
}
/* Ensure we don't add border if there's only single li */
li + li {
border-top: 1px solid $border-color;
}
}
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment