Adição do campo de busca no mapa
This commit is contained in:
@@ -4,7 +4,12 @@
|
||||
<div class="mapa-box bg-[#1a1a1a] rounded-2xl border border-white/5 p-6">
|
||||
<div class="flex flex-wrap items-center justify-between gap-3 mb-4">
|
||||
<p class="text-gray-400 text-sm font-medium">Mapa de Entregas</p>
|
||||
<div class="flex items-center gap-2">
|
||||
<div class="flex flex-wrap items-center gap-2">
|
||||
<div class="flex items-center gap-2">
|
||||
<input type="search" class="mapa-busca w-56 max-w-full bg-[#1a1a1a] border border-white/10 rounded-lg px-3 py-1.5 text-xs text-gray-200 placeholder-gray-500 focus:outline-none focus:border-orange-500"
|
||||
placeholder="Buscar NF, paciente ou veículo…" autocomplete="off">
|
||||
<span class="mapa-busca-info text-xs text-gray-500"></span>
|
||||
</div>
|
||||
<div class="map-toggle inline-flex rounded-lg overflow-hidden border border-white/10 text-xs">
|
||||
<button type="button" data-view="heat"
|
||||
class="px-3 py-1.5 bg-orange-500 text-black font-semibold">🔥 Calor</button>
|
||||
|
||||
Reference in New Issue
Block a user