python-gallery/gallery/static/sass/animations.sass
Michał 7eb4355b52 very nice?
Compress JS and Sass files
remove useless Span for notifications and switch to after
Go back to 400x400px thumbnails
Add link for group creator
2023-04-06 14:42:23 +00:00

11 lines
193 B
Sass

@keyframes imgLoading
0%
background-position: -468px 0
100%
background-position: 468px 0
@keyframes uploadingLoop
0%
left: -100%
100%
left: 100%