Added logo animation to login screen, initial work
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<svg width="200" height="450" viewBox="0 0 200 450" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="200" height="450" rx="100" fill="#109E6C"/>
|
||||
|
||||
<g transform="translate(45, 100) scale(1)">
|
||||
<rect x="0" y="60" width="20" height="40" fill="white"/>
|
||||
<rect x="30" y="40" width="20" height="60" fill="white"/>
|
||||
<rect x="60" y="20" width="20" height="80" fill="white"/>
|
||||
<rect x="90" y="0" width="20" height="100" fill="white"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 477 B |
Reference in New Issue
Block a user