📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 07:33:12
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
public_html
/
admin
/
assets
/
modules
/
fontawesome
/
less
📍 /home/orkouolp/web/testing.orkobd/public_html/admin/assets/modules/fontawesome/less
🔄 Refresh
✏️
Editing: _animated.less
Writable
// Animated Icons // -------------------------- .@{fa-css-prefix}-spin { animation: fa-spin 2s infinite linear; } .@{fa-css-prefix}-pulse { animation: fa-spin 1s infinite steps(8); } @keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
💾 Save Changes
❌ Cancel