feat: Alterações visuais.
This commit is contained in:
parent
54e7be3f8f
commit
6eda77e44a
|
|
@ -35,7 +35,7 @@ class="mx-auto flex h-12 w-12 flex-shrink-0 items-center justify-center rounded-
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left w-full">
|
<div class="mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left w-full p-1">
|
||||||
<!-- Título (usando a classe do 'create-user') -->
|
<!-- Título (usando a classe do 'create-user') -->
|
||||||
<h3 class="modal-title" id="modal-title">
|
<h3 class="modal-title" id="modal-title">
|
||||||
Confirmar Exclusão
|
Confirmar Exclusão
|
||||||
|
|
@ -59,11 +59,11 @@ class="mx-auto flex h-12 w-12 flex-shrink-0 items-center justify-center rounded-
|
||||||
para o 'flex-row-reverse' funcionar.
|
para o 'flex-row-reverse' funcionar.
|
||||||
-->
|
-->
|
||||||
<button type="button" @click="$dispatch('confirm-delete', [clientId]); showQuestion = false"
|
<button type="button" @click="$dispatch('confirm-delete', [clientId]); showQuestion = false"
|
||||||
class="btn-submit bg-red-600 hover:bg-red-700 focus:ring-red-500 w-full sm:w-auto">
|
class="btn-submit bg-red-600 hover:bg-red-700 focus:ring-red-500 w-full sm:w-auto cursor-pointer">
|
||||||
Sim, Excluir
|
Sim, Excluir
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button type="button" @click="showQuestion = false" class="btn-cancel mt-3 sm:mt-0 w-full sm:w-auto">
|
<button type="button" @click="showQuestion = false" class="btn-cancel mt-3 sm:mt-0 w-full sm:w-auto cursor-pointer">
|
||||||
Cancelar
|
Cancelar
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue