From 51be82d9f7415d5067b7d89ddf207c7af2620495 Mon Sep 17 00:00:00 2001 From: marsalva Date: Fri, 13 Feb 2026 22:43:51 +0000 Subject: [PATCH] Actualizar automatizaciones.html --- automatizaciones.html | 134 ++++++++++++++++++++++-------------------- 1 file changed, 71 insertions(+), 63 deletions(-) diff --git a/automatizaciones.html b/automatizaciones.html index 9d85001..3fe5fab 100644 --- a/automatizaciones.html +++ b/automatizaciones.html @@ -11,8 +11,8 @@ @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .no-scrollbar::-webkit-scrollbar { display: none; } .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; } - .action-btn { transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); } - .action-btn:hover { transform: translateY(-2px); } + .action-btn { transition: all 0.2s ease; } + .action-btn:hover:not(:disabled) { transform: translateY(-2px); } @@ -25,7 +25,7 @@
-
+

@@ -34,9 +34,9 @@ Buzón de Automatizaciones

-

Validación rápida de expedientes externos.

+

Gestiona e importa los avisos capturados por los robots.

-
@@ -49,10 +49,10 @@