mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-04 02:34:13 +02:00
21 lines
285 B
CSS
21 lines
285 B
CSS
.timeline {
|
|
width: 100%;
|
|
height: 100px;
|
|
}
|
|
|
|
.timeline-progress {
|
|
position: absolute;
|
|
bottom: -60px;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 160px;
|
|
}
|
|
|
|
.timeline-background {
|
|
position: absolute;
|
|
bottom: 22px;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 78px;
|
|
transform: scale(1, -1);
|
|
}
|