mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-06 06:46:11 +00:00
Michał
99c1d81869
Remove useless extra checks in metadata parser Add Flask-Caching, need to test how helpfull this is
25 lines
404 B
Sass
25 lines
404 B
Sass
@keyframes imgLoading
|
|
0%
|
|
background-position: -468px 0
|
|
100%
|
|
background-position: 468px 0
|
|
|
|
@keyframes notificationTimeout
|
|
0%
|
|
left: -100%
|
|
height: 3px
|
|
90%
|
|
left: 0%
|
|
height: 3px
|
|
95%
|
|
left: 0%
|
|
height: 0
|
|
100%
|
|
left: 0%
|
|
height: 0
|
|
|
|
@keyframes uploadingLoop
|
|
0%
|
|
left: -100%
|
|
100%
|
|
left: 100% |