diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-07-03 13:22:26 -0500 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-07-04 10:32:39 -0500 |
commit | fcbee9e5cdbb3347941c80dc357067d12be38f2e (patch) | |
tree | 35cabe02c0f39a274410965590282d33e682c429 /app/assets/stylesheets | |
parent | c8eef2d2a62f6ac7304c8ab4d50282613e21ec8a (diff) | |
download | gitlab-ce-fcbee9e5cdbb3347941c80dc357067d12be38f2e.tar.gz |
Improve the overall UX for the new monitoring dashboardmonitoring-dashboard-fine-tuning-ux
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/pages/environments.scss | 14 |
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; + } +} |