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:
parent
85419e0ac1
commit
d0989ac58b
2 changed files with 23 additions and 6 deletions
|
@ -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 {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue