summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/settings.scss
diff options
context:
space:
mode:
authorkushalpandya <kushal@gitlab.com>2017-05-26 19:55:37 +0530
committerkushalpandya <kushal@gitlab.com>2017-05-31 14:22:28 +0530
commit33fe2af4a3cfe0d1f1b93b8c6546f796cde141f2 (patch)
tree1dceb8522f248e38496a24bb3399b311e69294cb /app/assets/stylesheets/pages/settings.scss
parent7cef07c948db4aa61ec948ab227c4d42438b87fc (diff)
downloadgitlab-ce-33fe2af4a3cfe0d1f1b93b8c6546f796cde141f2.tar.gz
Add styles for Prometheus Metrics panel
Diffstat (limited to 'app/assets/stylesheets/pages/settings.scss')
-rw-r--r--app/assets/stylesheets/pages/settings.scss25
1 files changed, 25 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss
index 3889deee21a..e1ee566c3a1 100644
--- a/app/assets/stylesheets/pages/settings.scss
+++ b/app/assets/stylesheets/pages/settings.scss
@@ -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