1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

#38 fixed preloader

This commit is contained in:
Fedor Katurov 2021-06-21 14:00:21 +07:00
parent 85419e0ac1
commit d0989ac58b
2 changed files with 23 additions and 6 deletions

View file

@ -98,6 +98,11 @@
border-radius: $radius;
transition: box-shadow 1s;
box-shadow: transparentize(black, 0.7) 0 3px 5px;
opacity: 0;
&[src] {
opacity: 1;
}
:global(.swiper-slide-active) & {
box-shadow: transparentize(black, 0.9) 0 10px 5px 4px,
@ -113,3 +118,5 @@
}
}
.loader {
}