lbry-desktop/ui/scss/component/_file-thumbnail.scss
2022-04-13 11:40:06 -04:00

13 lines
216 B
SCSS

.file-thumbnail__viewed-bar {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 5px;
background-color: gray;
}
.file-thumbnail__viewed-bar-progress {
height: 5px;
background-color: red;
}