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

Update stages to match sketch file

parent 39bce58b
......@@ -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;
}
}
}
......
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