D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
home
/
shubmkcj
/
urbane.createerp.com
/
assets
/
scss
/
Filename :
_maintenance.scss
back
Copy
/* ============= Maintenance ============= */ .svg-computer { stroke-dasharray:1134; stroke-dashoffset:-1134; animation: draw-me 5s infinite; animation-direction:normal; height: 200px; } @keyframes draw-me { from { stroke-dashoffset:-1134; } to { stroke-dashoffset:0; } } .svg-rocket { height: 200px; } .rocket-clouds__bubble,.rocket-clouds__cloud,.rocket-rocket,.rocket-inner__rocket-and-lines { fill: $white; }