lbry-desktop/ui/scss/component/_file-thumbnail.scss
David Garrett 99a74bf533 Update
2022-11-21 19:40:40 -05:00

13 lines
413 B
SCSS

.file-thumbnail__viewed-bar {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 10px; // UPDATE: Changed thumbnail viewed bar height to 10px
background-color: var(--color-gray-7);
}
.file-thumbnail__viewed-bar-progress {
height: 10px; // UPDATE: Changed thumbnail viewed progress bar height to 10px
background-color: red; // UPDATE: Changed progress bar color to red
}