Stylish approve-event-modal

Change colors at PR list of events to approve
This commit is contained in:
Tiago Kayaya
2020-11-16 00:41:11 +01:00
parent 2738f8be67
commit e8642224ee
19 changed files with 400 additions and 85 deletions
@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="35" viewBox="0 0 36 35">
<g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g stroke="#42B9FE" stroke-width="2">
<g>
<g>
<path d="M22.629 9L13.371 18 22.629 27" transform="translate(-20 -124) translate(0 99) translate(20 25)"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 447 B

+20
View File
@@ -0,0 +1,20 @@
<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45" viewBox="0 0 45 45">
<g fill="none" fill-rule="evenodd">
<g>
<g>
<g transform="translate(-335 -124) translate(0 99) translate(335 25)">
<g>
<path fill="#FFF" d="M9 9H23.143V10.286H9z"/>
<circle cx="13.5" cy="9.643" r="1.929" fill="#FFF"/>
<g fill="#42B9FE">
<circle cx="22.5" cy="22.5" r="22.5"/>
</g>
</g>
<rect width="21.857" height="2.571" x="11.571" y="34.714" fill="#FFF" rx="1" transform="matrix(-1 0 0 1 45 0)"/>
<path fill="#FFF" d="M16.176 14.143h4.429c.552 0 1 .448 1 1v.571c0 .553-.448 1-1 1h-4.429c-.552 0-1-.447-1-1v-.571c0-.552.448-1 1-1z" transform="scale(-1 1) rotate(30 0 -53.206)"/>
<path stroke="#FFF" stroke-linejoin="round" stroke-width="2" d="M15.579 8.714l-.99.572c-.956.552-1.284 1.775-.732 2.732l10.25 17.753h0l3.834 1.498.62-4.07-10.25-17.753c-.552-.956-1.775-1.284-2.732-.732z"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB