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-23 02:58:57 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-04-03 18:38:16 +0300
commit8efd23015d3321824c12df1e3d3ed87674f8cd4d (patch)
treee2477111e7e2ff2c4a2d881d3416193bfea5adf7 /app/assets/stylesheets/pages/environments.scss
parent5b0890edcc0af98378e62e6998d3e51378b01900 (diff)
Fixed prometheus_graph_spec.js and scss-linters
Diffstat (limited to 'app/assets/stylesheets/pages/environments.scss')
-rw-r--r--app/assets/stylesheets/pages/environments.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss
index b55fa185406..6faa3794c83 100644
--- a/app/assets/stylesheets/pages/environments.scss
+++ b/app/assets/stylesheets/pages/environments.scss
@@ -159,19 +159,21 @@
text {
fill: $stat-graph-axis-fill;
}
+
.label-axis-text,
.text-metric-usage {
fill: $black;
font-weight: 500;
}
- .legend-axis-text{
+
+ .legend-axis-text {
fill: $black;
}
}
.x-axis path,
.y-axis path,
-.x-axis-line,
+.label-x-axis-line,
.label-y-axis-line {
fill: none;
stroke-width: 1;