mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
12 lines
No EOL
197 B
CSS
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%;
|
|
} |