summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-09-09 19:38:42 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-09-16 09:24:48 +0200
commit0983d01bc10d118962864cb32a53ae0ce68a3e5f (patch)
tree42c7bbd10385d45a4236cf531f061f5cff04c248 /app/assets
parent1038ef54d0405ae08eb3f413f936197f0775987b (diff)
downloadgitlab-ce-0983d01bc10d118962864cb32a53ae0ce68a3e5f.tar.gz
Remove stage names; connect stages in column
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index cc71b8eb045..81c2c7314c9 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -155,6 +155,30 @@
vertical-align: middle;
overflow: visible;
}
+
+ .stage-container {
+ display: inline-block;
+ position: relative;
+ margin-right: 6px;
+
+ &:not(:last-child) {
+ &::after {
+ content: '';
+ height: 20px;
+ width: 9px;
+ position: absolute;;
+ right: -9px;
+ bottom: 36%;
+ border-bottom: 2px solid $white-dark;
+ }
+ }
+ }
+
+ .stage-empty {
+ g {
+ fill: $white-normal;
+ }
+ }
}
.duration,