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:
authorMike Greiling <mike@pixelcog.com>2017-10-05 09:08:19 +0300
committerMike Greiling <mike@pixelcog.com>2017-10-05 09:08:19 +0300
commit945c198c532c584e223404ab2fcfdf25127f0405 (patch)
tree3f7cfa417538a8a8fe4dfbaa19b7b72d3a9954cb /app/assets/stylesheets/pages/environments.scss
parentb0e8d623b79f2a010616c51303c5db1cb25870e1 (diff)
display x-axis tick marks
Diffstat (limited to 'app/assets/stylesheets/pages/environments.scss')
-rw-r--r--app/assets/stylesheets/pages/environments.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss
index 9362d80d4e6..1e09141665f 100644
--- a/app/assets/stylesheets/pages/environments.scss
+++ b/app/assets/stylesheets/pages/environments.scss
@@ -288,8 +288,13 @@
fill: $black;
}
- .tick > text {
- font-size: 12px;
+ .tick {
+ > line {
+ stroke: $gray-darker;
+ }
+ > text {
+ font-size: 12px;
+ }
}
.text-metric-title {