Commit a2be0e59 authored by Annabel Dunstone's avatar Annabel Dunstone

Unify border radiuses to 15px, move columns further apart

parent 906c14e3
...@@ -273,7 +273,7 @@ ...@@ -273,7 +273,7 @@
.stage-column { .stage-column {
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
margin-right: 50px; margin-right: 65px;
li { li {
list-style: none; list-style: none;
...@@ -334,9 +334,9 @@ ...@@ -334,9 +334,9 @@
content: ''; content: '';
position: absolute; position: absolute;
top: 50%; top: 50%;
right: -54px; right: -69px;
border-top: 2px solid $border-color; border-top: 2px solid $border-color;
width: 54px; width: 69px;
height: 1px; height: 1px;
} }
} }
...@@ -356,14 +356,14 @@ ...@@ -356,14 +356,14 @@
&::after { &::after {
right: -20px; right: -20px;
border-right: 2px solid $border-color; border-right: 2px solid $border-color;
border-radius: 0 0 50px; border-radius: 0 0 15px;
} }
// Left connecting curves // Left connecting curves
&::before { &::before {
left: -20px; left: -20px;
border-left: 2px solid $border-color; border-left: 2px solid $border-color;
border-radius: 0 0 0 50px; border-radius: 0 0 0 15px;
} }
} }
...@@ -436,13 +436,13 @@ ...@@ -436,13 +436,13 @@
&::after { &::after {
left: -39px; left: -39px;
border-right: 2px solid $border-color; border-right: 2px solid $border-color;
border-radius: 0 50%; border-radius: 0 15px;
} }
&::before { &::before {
right: -39px; right: -39px;
border-left: 2px solid $border-color; border-left: 2px solid $border-color;
border-radius: 50% 0 0; border-radius: 15px 0 0;
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment