Edição da label do botão 100% manual
This commit is contained in:
@@ -124,8 +124,8 @@
|
|||||||
class="mb-4">
|
class="mb-4">
|
||||||
<button type="button" data-action="apontamento-manual#abrir"
|
<button type="button" data-action="apontamento-manual#abrir"
|
||||||
class="w-full md:w-auto inline-flex items-center justify-center gap-2 bg-[#1a1a1a] hover:bg-[#2a2a2a] text-white border border-dashed border-purple-500/60 hover:border-purple-500 font-semibold px-4 py-3 rounded-lg min-h-[48px]">
|
class="w-full md:w-auto inline-flex items-center justify-center gap-2 bg-[#1a1a1a] hover:bg-[#2a2a2a] text-white border border-dashed border-purple-500/60 hover:border-purple-500 font-semibold px-4 py-3 rounded-lg min-h-[48px]">
|
||||||
➕ Apontamento 100% manual
|
➕ Registrar entrega manualmente
|
||||||
<span class="text-gray-500 text-xs font-normal hidden md:inline">(entrega fora da base de rastreio)</span>
|
<span class="text-gray-500 text-xs font-normal hidden md:inline">(fora da base de rastreio)</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<%# Modal %>
|
<%# Modal %>
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
class="hidden fixed inset-0 z-50 bg-black/70 flex items-center justify-center p-4">
|
class="hidden fixed inset-0 z-50 bg-black/70 flex items-center justify-center p-4">
|
||||||
<div class="bg-[#1a1a1a] border border-[#2a2a2a] rounded-2xl w-full max-w-lg p-6 max-h-[90vh] overflow-y-auto">
|
<div class="bg-[#1a1a1a] border border-[#2a2a2a] rounded-2xl w-full max-w-lg p-6 max-h-[90vh] overflow-y-auto">
|
||||||
<div class="flex items-center justify-between mb-1">
|
<div class="flex items-center justify-between mb-1">
|
||||||
<h2 class="text-xl font-bold text-white">Apontamento 100% manual</h2>
|
<h2 class="text-xl font-bold text-white">Registro manual de entrega</h2>
|
||||||
<button type="button" data-action="apontamento-manual#fechar"
|
<button type="button" data-action="apontamento-manual#fechar"
|
||||||
class="text-gray-500 hover:text-white text-2xl leading-none">✕</button>
|
class="text-gray-500 hover:text-white text-2xl leading-none">✕</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user