Commit 33fe2af4 authored by kushalpandya's avatar kushalpandya

Add styles for Prometheus Metrics panel

parent 7cef07c9
......@@ -35,3 +35,28 @@
margin-left: 5px;
}
}
.prometheus-metrics-monitoring {
.panel {
.panel-heading .badge-count {
padding: 3px 8px;
color: $white-light;
background: $common-gray-dark;
border-radius: 40%;
}
}
.empty-metrics {
text-align: center;
padding: 20px 10px;
p,
.btn {
margin-top: 10px;
}
p {
color: $gl-gray-light;
}
}
}
\ No newline at end of file
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