lbry-desktop/ui/scss/component/_file-thumbnail.scss

14 lines
216 B
SCSS
Raw Normal View History

2022-04-12 18:05:47 +02:00
.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;
}