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

14 lines
264 B
SCSS
Raw Normal View History

2022-04-12 13:05:47 -03:00
.file-thumbnail__viewed-bar {
2022-11-21 19:40:40 -05:00
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 5px;
2022-11-21 19:40:40 -05:00
background-color: var(--color-gray-7);
2022-04-12 13:05:47 -03:00
}
.file-thumbnail__viewed-bar-progress {
height: 5px;
background-color: var(--color-primary);
2022-04-12 13:05:47 -03:00
}