13 lines
216 B
SCSS
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;
|
|
}
|