mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Adopt classes for html attributes
This commit is contained in:
parent
a4a23606ab
commit
c5316f2ad2
@ -9,7 +9,7 @@
|
|||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
<button wire:loading.attr="disabled" wire:click="downloadEInvoice" class="bg-gray-100 hover:bg-gray-200 text-gray-800 font-bold px-2 rounded inline-flex" type="button">
|
<button wire:loading.attr="disabled" wire:click="downloadEInvoice" class="bg-primary text-white px-4 py-4 lg:px-2 lg:py-2 rounded" type="button">
|
||||||
<span>{{ ctrans('texts.download_e_invoice') }}</span>
|
<span>{{ ctrans('texts.download_e_invoice') }}</span>
|
||||||
<div wire:loading wire:target="downloadEInvoice">
|
<div wire:loading wire:target="downloadEInvoice">
|
||||||
<svg class="animate-spin h-5 w-5 text-blue" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
<svg class="animate-spin h-5 w-5 text-blue" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user