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-03-22 01:40:15 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-04-03 18:38:16 +0300
commit5b0890edcc0af98378e62e6998d3e51378b01900 (patch)
tree7529bb73db5c2b45a5d0c572d3d39a2000e4dc7a /app/assets/stylesheets/pages/environments.scss
parentb076d03424179aca6e544223b831010ae01fdd33 (diff)
Legend text is now bolded also the Y legend text has a transparent background
to help differentiate legends
Diffstat (limited to 'app/assets/stylesheets/pages/environments.scss')
-rw-r--r--app/assets/stylesheets/pages/environments.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss
index 3d91e0b22d8..b55fa185406 100644
--- a/app/assets/stylesheets/pages/environments.scss
+++ b/app/assets/stylesheets/pages/environments.scss
@@ -159,11 +159,19 @@
text {
fill: $stat-graph-axis-fill;
}
+ .label-axis-text,
+ .text-metric-usage {
+ fill: $black;
+ font-weight: 500;
+ }
+ .legend-axis-text{
+ fill: $black;
+ }
}
.x-axis path,
.y-axis path,
-.label-x-axis-line,
+.x-axis-line,
.label-y-axis-line {
fill: none;
stroke-width: 1;