Commit 879a68a7 authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra Committed by Annabel Dunstone Gray

slight update to lines and curves positioning

parent 274ac4ef
...@@ -321,6 +321,7 @@ ...@@ -321,6 +321,7 @@
border-top: 2px solid $border-color; border-top: 2px solid $border-color;
width: 48px; width: 48px;
height: 1px; height: 1px;
margin-top: -1px;
} }
} }
} }
...@@ -498,6 +499,7 @@ ...@@ -498,6 +499,7 @@
border-top: 2px solid $border-color; border-top: 2px solid $border-color;
width: 48px; width: 48px;
height: 1px; height: 1px;
margin-top: -1px;
} }
} }
...@@ -505,7 +507,7 @@ ...@@ -505,7 +507,7 @@
&:not(:first-child) { &:not(:first-child) {
&::after, &::before { &::after, &::before {
content: ''; content: '';
top: -47px; top: -49px;
position: absolute; position: absolute;
border-bottom: 2px solid $border-color; border-bottom: 2px solid $border-color;
width: 25px; width: 25px;
...@@ -531,7 +533,7 @@ ...@@ -531,7 +533,7 @@
&:nth-child(2) { &:nth-child(2) {
&::after, &::before { &::after, &::before {
height: 29px; height: 29px;
top: -7px; top: -9px;
} }
.curve { .curve {
display: block; display: block;
...@@ -589,7 +591,7 @@ ...@@ -589,7 +591,7 @@
width: 21px; width: 21px;
height: 25px; height: 25px;
position: absolute; position: absolute;
top: -31.5px; top: -32.5px;
border-top: 2px solid $border-color; border-top: 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