Added logo animation to login screen, initial work
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<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="#0E7A7D"/>
|
||||
|
||||
<g transform="translate(42, 100) scale(1.2)">
|
||||
<path d="M25 70 V0 H55 C80 0 80 35 55 35 H25 M55 35 L85 70 M53 67 L87 38"
|
||||
stroke="white"
|
||||
stroke-width="10"
|
||||
stroke-linecap="butt"
|
||||
stroke-linejoin="miter"
|
||||
fill="none"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 459 B |
Reference in New Issue
Block a user