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-08-24 18:17:41 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-08-31 02:28:13 +0300
commit520ab72bd3cbc9965f587424de9f39e97e18f5cf (patch)
treef9ec2c42651fd4750f3feda0878d03d2d89db75e /app/assets/stylesheets/pages/environments.scss
parentd9a3c5f21c63cab57940b684ed99f2c6b5998b5e (diff)
Added vertical spacing when there's multiple legends
Diffstat (limited to 'app/assets/stylesheets/pages/environments.scss')
-rw-r--r--app/assets/stylesheets/pages/environments.scss10
1 files changed, 8 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss
index a8d2ae0af28..3c96cc4930b 100644
--- a/app/assets/stylesheets/pages/environments.scss
+++ b/app/assets/stylesheets/pages/environments.scss
@@ -249,8 +249,14 @@
font-weight: $gl-font-weight-bold;
}
- .label-axis-text,
- .text-metric-usage {
+ .label-axis-text {
+ fill: $black;
+ font-weight: $gl-font-weight-normal;
+ font-size: 10px;
+ }
+
+ .text-metric-usage,
+ .legend-metric-title{
fill: $black;
font-weight: $gl-font-weight-normal;
font-size: 12px;