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:
authorPhil Hughes <me@iamphill.com>2017-04-12 14:37:47 +0300
committerPhil Hughes <me@iamphill.com>2017-04-12 14:37:47 +0300
commit8c66ced7396be4a645ea530d3fcc247945203bb9 (patch)
tree1b85002c79706af1e5244f0fc0cbaabd481437fb /app/assets/stylesheets/pages/environments.scss
parent5e2219db48719af5ca971f9222fffa7bd66cb6d8 (diff)
Added deployment data to metrics graphs
Closes #26914
Diffstat (limited to 'app/assets/stylesheets/pages/environments.scss')
-rw-r--r--app/assets/stylesheets/pages/environments.scss16
1 files changed, 5 insertions, 11 deletions
diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss
index 25be7f408d0..8d35a269fbe 100644
--- a/app/assets/stylesheets/pages/environments.scss
+++ b/app/assets/stylesheets/pages/environments.scss
@@ -157,7 +157,8 @@
.prometheus-graph {
text {
- fill: $stat-graph-axis-fill;
+ fill: #525252;
+ stroke-width: 0;
}
}
@@ -200,22 +201,15 @@
.rect-text-metric {
fill: $white-light;
stroke-width: 1;
- stroke: $black;
+ stroke: #e1e1e1;
}
.rect-axis-text {
fill: $white-light;
}
-.text-metric,
-.text-median-metric,
-.text-metric-usage,
-.text-metric-date {
- fill: $black;
-}
-
-.text-metric-date {
- font-weight: 200;
+.text-metric {
+ font-weight: 600;
}
.selected-metric-line {