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

made simple replacement for flow hero slider

This commit is contained in:
Fedor Katurov 2020-11-05 18:06:07 +07:00
parent 9ea5b8ae8f
commit 558fbc703a
2 changed files with 43 additions and 67 deletions

View file

@ -145,3 +145,20 @@
}
}
}
// new
.loaders {
position: absolute;
top: 0;
left: 0;
opacity: 0;
pointer-events: none;
touch-action: none;
img {
position: absolute;
left: 0;
top: 0;
}
}