Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-07-03 21:22:26 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-07-04 18:32:39 +0300
commitfcbee9e5cdbb3347941c80dc357067d12be38f2e (patch)
tree35cabe02c0f39a274410965590282d33e682c429 /app/assets/stylesheets/pages/environments.scss
parentc8eef2d2a62f6ac7304c8ab4d50282613e21ec8a (diff)
Improve the overall UX for the new monitoring dashboard
Diffstat (limited to 'app/assets/stylesheets/pages/environments.scss')
-rw-r--r--app/assets/stylesheets/pages/environments.scss14
1 files changed, 12 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss
index a2be957655f..e9a679b20c2 100644
--- a/app/assets/stylesheets/pages/environments.scss
+++ b/app/assets/stylesheets/pages/environments.scss
@@ -254,7 +254,7 @@
.text-metric-usage {
fill: $black;
font-weight: 500;
- font-size: 14px;
+ font-size: 12px;
}
.legend-axis-text {
@@ -262,7 +262,11 @@
}
.tick > text {
- font-size: 14px;
+ font-size: 12px;
+ }
+
+ .text-metric-title {
+ font-size: 12px;
}
@media (max-width: $screen-sm-max) {
@@ -277,3 +281,9 @@
}
}
}
+
+.prometheus-row {
+ h5 {
+ font-size: 16px;
+ }
+}