summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-26 09:28:00 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-26 09:28:00 -0500
commita2be0e59e0cdb3de518740805266c719c6255f7b (patch)
tree4dc844813095f1384a4927f1ef493614243b15b4
parent906c14e31a8f58478aab2528ecb8d874404dfa16 (diff)
downloadgitlab-ce-a2be0e59e0cdb3de518740805266c719c6255f7b.tar.gz
Unify border radiuses to 15px, move columns further apart
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index df8fc0ee154..743fe89a9f4 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -273,7 +273,7 @@
.stage-column {
display: inline-block;
vertical-align: top;
- margin-right: 50px;
+ margin-right: 65px;
li {
list-style: none;
@@ -334,9 +334,9 @@
content: '';
position: absolute;
top: 50%;
- right: -54px;
+ right: -69px;
border-top: 2px solid $border-color;
- width: 54px;
+ width: 69px;
height: 1px;
}
}
@@ -356,14 +356,14 @@
&::after {
right: -20px;
border-right: 2px solid $border-color;
- border-radius: 0 0 50px;
+ border-radius: 0 0 15px;
}
// Left connecting curves
&::before {
left: -20px;
border-left: 2px solid $border-color;
- border-radius: 0 0 0 50px;
+ border-radius: 0 0 0 15px;
}
}
@@ -436,13 +436,13 @@
&::after {
left: -39px;
border-right: 2px solid $border-color;
- border-radius: 0 50%;
+ border-radius: 0 15px;
}
&::before {
right: -39px;
border-left: 2px solid $border-color;
- border-radius: 50% 0 0;
+ border-radius: 15px 0 0;
}
}
}