summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-09-14 12:32:19 +0200
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-09-16 09:24:48 +0200
commit7d6f8cdd0e63fc355ab5149efab85d15c7494797 (patch)
treeb7f076b060b3e43475c01fd29ae48e41e7f29f5e
parent39bce58bd6168b37252350f13e64a54f2d645d5e (diff)
downloadgitlab-ce-ci-stages.tar.gz
Update stages to match sketch fileci-stages
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss12
1 files changed, 7 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index bf801a8845f..e05f52a08c2 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -147,10 +147,13 @@
}
.stage-cell {
+ font-size: 0;
svg {
height: 18px;
width: 18px;
+ position: relative;
+ z-index: 2;
vertical-align: middle;
overflow: visible;
}
@@ -167,12 +170,11 @@
&:not(:last-child) {
&::after {
content: '';
- height: 20px;
- width: 9px;
+ width: 8px;
position: absolute;;
- right: -9px;
- bottom: 36%;
- border-bottom: 3px solid $table-text-gray;
+ right: -7px;
+ bottom: 44%;
+ border-bottom: 2px solid $border-color;
}
}
}