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

fixed types

This commit is contained in:
muerwre 2019-08-09 14:31:09 +07:00
parent 5d219b3196
commit d9a56255c5
4 changed files with 30 additions and 13 deletions

View file

@ -3,6 +3,7 @@
padding-bottom: 100%;
border-radius: $radius;
position: relative;
user-select: none;
}
.thumb_wrap {
@ -30,7 +31,8 @@
border-radius: $radius;
background: no-repeat 50% 50%;
background-size: cover;
opacity: 0.3;
opacity: 1;
filter: saturate(0);
}
.progress {
@ -50,4 +52,8 @@
// stroke: white
fill: white;
}
}
}
.helper {
opacity: 0.3;
}