Actualizar servicios2.html

This commit is contained in:
2026-03-22 13:11:33 +00:00
parent 085843a000
commit f341738d6d

View File

@@ -279,7 +279,10 @@
<div class="flex flex-col items-end text-right"> <div class="flex flex-col items-end text-right">
<p class="text-[9px] font-black text-slate-400 uppercase tracking-widest">Compañía Aseguradora</p> <p class="text-[9px] font-black text-slate-400 uppercase tracking-widest">Compañía Aseguradora</p>
<span id="detCompany" class="bg-white border border-slate-200 px-3 py-1 rounded-lg text-xs font-black text-slate-700 mt-1 uppercase shadow-sm truncate max-w-[250px] inline-flex items-center gap-1.5"></span> <div class="flex items-center gap-2 mt-1">
<span id="detCompany" class="bg-white border border-slate-200 px-3 py-1 rounded-lg text-xs font-black text-slate-700 uppercase shadow-sm truncate max-w-[250px]"></span>
<div id="detAlerts" class="flex gap-1"></div>
</div>
</div> </div>
</div> </div>