up
This commit is contained in:
@@ -77,12 +77,11 @@
|
||||
</div>
|
||||
|
||||
<!-- Submit -->
|
||||
<button type="submit" :disabled="loading"
|
||||
<button type="submit"
|
||||
:disabled="loading"
|
||||
class="w-full py-2.5 rounded-xl text-sm font-semibold text-white transition-all mt-2"
|
||||
style="background-color:#8eb02f"
|
||||
:style="loading ? 'opacity:0.7; cursor:not-allowed' : ''"
|
||||
onmouseover="if(!this.disabled) this.style.backgroundColor='#6d8c24'"
|
||||
onmouseout="if(!this.disabled) this.style.backgroundColor='#8eb02f'">
|
||||
:class="loading ? 'opacity-70 cursor-not-allowed' : 'hover:opacity-90'"
|
||||
style="background-color:#8eb02f">
|
||||
<span x-show="!loading" class="flex items-center justify-center gap-2">
|
||||
Iniciar sesión
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
|
||||
|
||||
Reference in New Issue
Block a user