mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
22 lines
299 B
CSS
22 lines
299 B
CSS
.timeline {
|
|
width: 100%;
|
|
height: 100px;
|
|
}
|
|
|
|
.timeline-progress {
|
|
position: absolute;
|
|
bottom: -60px;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 160px;
|
|
z-index: 2;
|
|
}
|
|
|
|
.timeline-background {
|
|
position: absolute;
|
|
bottom: 22px;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 78px;
|
|
transform: scale(1, -1);
|
|
}
|