Actualizar crear-cita.html

This commit is contained in:
2026-03-15 21:26:34 +00:00
parent 2b9d69f8b5
commit c721f7c59c

View File

@@ -38,7 +38,7 @@
<div class="blob bg-emerald-200 w-80 h-80 rounded-full top-[20%] right-[-150px]"></div> <div class="blob bg-emerald-200 w-80 h-80 rounded-full top-[20%] right-[-150px]"></div>
<div class="flex flex-col items-center justify-center w-full mb-4 z-10 relative fade-in"> <div class="flex flex-col items-center justify-center w-full mb-4 z-10 relative fade-in">
<div id="logoContainer" class="w-20 h-20 bg-white rounded-3xl shadow-xl shadow-slate-200 flex items-center justify-center p-3 mb-3 border border-white"> <div id="logoContainer" class="w-30 h-30 bg-white rounded-3xl shadow-xl shadow-slate-200 flex items-center justify-center p-3 mb-3 border border-white">
<i data-lucide="image" class="text-slate-200 w-8 h-8" id="defaultLogo"></i> <i data-lucide="image" class="text-slate-200 w-8 h-8" id="defaultLogo"></i>
<img id="companyLogoImg" src="" class="hidden w-full h-full object-contain rounded-2xl"> <img id="companyLogoImg" src="" class="hidden w-full h-full object-contain rounded-2xl">
</div> </div>