Actualizar servicios2.html

This commit is contained in:
2026-03-22 16:17:32 +00:00
parent 48e67882b1
commit 8298593206

View File

@@ -185,12 +185,12 @@
</div> </div>
</div> </div>
<div class="bg-white p-6 rounded-2xl border border-slate-200 shadow-sm flex flex-col h-full min-h-[200px]"> <div class="bg-white p-6 rounded-2xl border border-slate-200 shadow-sm h-full">
<h4 class="font-black text-slate-800 uppercase text-xs flex items-center gap-2 border-b border-slate-100 pb-3 mb-4 shrink-0"> <h4 class="font-black text-slate-800 uppercase text-xs flex items-center gap-2 border-b border-slate-100 pb-3 mb-4">
<i data-lucide="align-left" class="w-4 h-4 text-amber-500"></i> Detalles de la Avería <i data-lucide="align-left" class="w-4 h-4 text-amber-500"></i> Detalles de la Avería
</h4> </h4>
<label class="label-modern shrink-0">Descripción</label> <label class="label-modern">Descripción</label>
<textarea id="nDesc" placeholder="Describe el problema a reparar..." class="input-modern resize-none flex-1 w-full p-4"></textarea> <textarea id="nDesc" placeholder="Describe el problema a reparar..." rows="7" class="input-modern resize-none w-full"></textarea>
</div> </div>
</div> </div>