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:
parent
9ea5b8ae8f
commit
558fbc703a
2 changed files with 43 additions and 67 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue