1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00
vault-frontend/src/components/input/DropHereIcon/styles.module.scss
2021-10-05 11:31:21 +07:00

8 lines
159 B
SCSS

@keyframes bounce {
0% { transform: translate(0, -5%); }
100% { transform: translate(0, 5%); }
}
.arrow {
animation: bounce alternate infinite 0.25s;
}