UI update

This commit is contained in:
sairaj mote 2021-06-11 18:26:19 +05:30
parent f26ecbd4d8
commit 07d2e544fb
3 changed files with 9 additions and 7 deletions

View File

@ -1326,7 +1326,7 @@ ol[type="1"] {
.timeline-item:not(:last-of-type):before {
content: "";
position: absolute;
width: 1px;
width: 0.1rem;
height: calc(100% + 4rem);
top: 0;
left: 0;
@ -1335,10 +1335,11 @@ ol[type="1"] {
.timeline-item:after {
content: "";
position: absolute;
padding: 0.3rem;
height: 0.6rem;
width: 0.6rem;
border-radius: 50%;
top: 0;
left: -0.3rem;
left: -0.25rem;
background-color: rgba(var(--text-color), 1);
}

File diff suppressed because one or more lines are too long

View File

@ -1208,7 +1208,7 @@ ol[type="1"]{
&:not(:last-of-type):before{
content: '';
position: absolute;
width: 1px;
width: 0.1rem;
height: calc(100% + 4rem);
top: 0;
left: 0;
@ -1217,10 +1217,11 @@ ol[type="1"]{
&:after{
content: '';
position: absolute;
padding: 0.3rem;
height: 0.6rem;
width: 0.6rem;
border-radius: 50%;
top: 0;
left: -0.3rem;
left: -0.25rem;
background-color: rgba(var(--text-color), 1);
}
}