1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

player seeking

This commit is contained in:
Fedor Katurov 2019-10-13 19:09:44 +07:00
parent 69ff9a7652
commit f445882a61
7 changed files with 48 additions and 12 deletions

View file

@ -10,7 +10,7 @@
}
.title {
top: 15px;
top: 20px;
opacity: 1;
font-size: 12px;
padding-right: 140px;
@ -46,7 +46,7 @@
display: flex;
flex-direction: column;
min-width: 0;
padding: 0 $gap;
padding: 0 $gap * 2 0 $gap;
position: relative;
}
@ -58,7 +58,7 @@
bottom: 0;
left: 0;
width: 100%;
opacity: 0.2;
opacity: 0.7;
pointer-events: none;
touch-action: none;
padding: 0 10px;
@ -67,6 +67,7 @@
top: 0;
text-align: left;
transition: all 0.5s;
font: $font_16_medium;
}
.progress {
@ -77,6 +78,7 @@
touch-action: none;
transition: opacity 0.5s;
left: 0;
cursor: pointer;
&::after {
content: ' ';
@ -98,4 +100,5 @@
top: 5px;
border-radius: 5px;
min-width: 10px;
transition: width 0.5s;
}