sudo-archive/src2/components/PercentageOverlay.css

12 lines
197 B
CSS

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