Actualizar servicios.html
This commit is contained in:
@@ -367,23 +367,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="absolute bottom-6 right-6">
|
||||
<button onclick="enableEditing()" id="btnEnableEdit" class="bg-slate-100 hover:bg-slate-200 text-slate-500 p-2.5 rounded-xl transition-all shadow-sm flex items-center gap-2 border border-slate-200 active:scale-95">
|
||||
<i data-lucide="edit-3" class="w-4 h-4"></i>
|
||||
<span class="text-[10px] font-black uppercase tracking-widest">Editar Ficha</span>
|
||||
</button>
|
||||
|
||||
<div id="editActions" class="hidden flex gap-2">
|
||||
<button onclick="cancelEditing()" class="bg-white border border-slate-200 text-slate-400 px-4 py-2 rounded-xl text-[10px] font-black uppercase tracking-widest hover:bg-red-50 hover:text-red-500 transition-all">
|
||||
Cancelar
|
||||
</button>
|
||||
<button onclick="saveFullEdit()" class="bg-blue-600 text-white px-5 py-2 rounded-xl text-[10px] font-black uppercase tracking-widest shadow-lg shadow-blue-200 hover:bg-blue-700 transition-all">
|
||||
Guardar Todo
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="toastAppt" class="fixed bottom-8 right-8 bg-emerald-600 text-white px-6 py-4 rounded-2xl shadow-2xl hidden z-[200] font-bold text-sm flex items-center gap-3 transition-colors duration-300">
|
||||
|
||||
Reference in New Issue
Block a user