progress style
This commit is contained in:
parent
758fc6ac7a
commit
c685bb4922
1 changed files with 3 additions and 2 deletions
|
@ -4,10 +4,11 @@
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 5px;
|
||||
background-color: gray;
|
||||
background-color: var(--color-gray-7);
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.file-thumbnail__viewed-bar-progress {
|
||||
height: 5px;
|
||||
background-color: red;
|
||||
background-color: var(--color-primary);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue