p-stream/src2/components/PercentageOverlay.css
2022-02-06 20:56:48 +01:00

12 lines
No EOL
197 B
CSS

.progressBar {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.2;
}
.progressBarInner {
background: var(--theme-color);
height: 100%;
}