summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/environments.scss
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-03-22 17:58:57 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2017-04-03 10:38:16 -0500
commit8efd23015d3321824c12df1e3d3ed87674f8cd4d (patch)
treee2477111e7e2ff2c4a2d881d3416193bfea5adf7 /app/assets/stylesheets/pages/environments.scss
parent5b0890edcc0af98378e62e6998d3e51378b01900 (diff)
downloadgitlab-ce-8efd23015d3321824c12df1e3d3ed87674f8cd4d.tar.gz
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;