Commit 7d6f8cdd authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Update stages to match sketch file

parent 39bce58b
...@@ -147,10 +147,13 @@ ...@@ -147,10 +147,13 @@
} }
.stage-cell { .stage-cell {
font-size: 0;
svg { svg {
height: 18px; height: 18px;
width: 18px; width: 18px;
position: relative;
z-index: 2;
vertical-align: middle; vertical-align: middle;
overflow: visible; overflow: visible;
} }
...@@ -167,12 +170,11 @@ ...@@ -167,12 +170,11 @@
&:not(:last-child) { &:not(:last-child) {
&::after { &::after {
content: ''; content: '';
height: 20px; width: 8px;
width: 9px;
position: absolute;; position: absolute;;
right: -9px; right: -7px;
bottom: 36%; bottom: 44%;
border-bottom: 3px solid $table-text-gray; border-bottom: 2px solid $border-color;
} }
} }
} }
......
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