mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-16 23:24:12 +00:00
refactor: run formatter
This commit is contained in:
@@ -24,4 +24,4 @@
|
||||
stroke-dashoffset: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
|
Before Width: | Height: | Size: 538 B After Width: | Height: | Size: 539 B |
@@ -3,14 +3,8 @@
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 85 85"
|
||||
>
|
||||
<path
|
||||
class="line1"
|
||||
d="M5,5 L80,80"
|
||||
></path>
|
||||
<path
|
||||
class="line2"
|
||||
d="M80,5 L5,80"
|
||||
></path>
|
||||
<path class="line1" d="M5,5 L80,80"></path>
|
||||
<path class="line2" d="M80,5 L5,80"></path>
|
||||
</svg>
|
||||
|
||||
<style>
|
||||
@@ -32,4 +26,4 @@
|
||||
stroke-dashoffset: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
|
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 595 B |
Reference in New Issue
Block a user