FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
latepoint
/
lib
/
assets
/
stylesheets
/
shared
Edit File: _animations.scss
@keyframes statusIconPop { 0% { transform: rotate(-90deg) scale(0.4); opacity: 1; } 100% { transform: rotate(0deg) scale(1); opacity: 1; } }
Save
Back