fix styles

This commit is contained in:
Dennis Eichhorn 2023-11-11 05:23:50 +00:00
parent 88d264aa85
commit 4f64bdc332
2 changed files with 7 additions and 24 deletions

View File

@ -180,25 +180,3 @@
.timeline-break { .timeline-break {
display: none; display: none;
} }
.progress-radial {
margin-right: 20px;
position: relative;
width: 70px;
height: 70px;
border-radius: 50%;
background-color: tomato;
.overlay {
position: absolute;
width: 60px;
height: 60px;
background-color: #fff;
border-radius: 50%;
margin-left: 5px;
margin-top: 5px;
text-align: center;
line-height: 60px;
font-size: 9px;
}
}

File diff suppressed because one or more lines are too long