Fix vertical line
This commit is contained in:
parent
d53431efcd
commit
549c33f009
1 changed files with 4 additions and 4 deletions
|
@ -32,14 +32,14 @@
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: relative;
|
||||||
border-left: 3px solid get-light-color('accent-color');
|
border-left: 3px solid get-light-color('accent-color');
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
left: 50%;
|
left: -23px;
|
||||||
}
|
}
|
||||||
&:nth-child(even)::after {
|
&:nth-child(even)::after {
|
||||||
left: calc(50% - 3px) !important;
|
left: -26px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.horizontal-line {
|
.horizontal-line {
|
||||||
|
@ -49,10 +49,10 @@
|
||||||
}
|
}
|
||||||
hr {
|
hr {
|
||||||
border-top: 3px solid get-light-color('accent-color');
|
border-top: 3px solid get-light-color('accent-color');
|
||||||
opacity: 1;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
top: 17px;
|
top: 17px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
.timeline-side-div {
|
.timeline-side-div {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue