Fix formatting issues in ClientesPage and modal CSS for improved readability

This commit is contained in:
javiermengual 2026-02-19 16:54:46 +01:00
parent a9b8970e4b
commit 68043beb07
2 changed files with 7 additions and 3 deletions

View File

@ -608,6 +608,7 @@
from { from {
opacity: 0; opacity: 0;
} }
to { to {
opacity: 1; opacity: 1;
} }
@ -617,6 +618,7 @@
from { from {
opacity: 1; opacity: 1;
} }
to { to {
opacity: 0; opacity: 0;
} }
@ -642,6 +644,7 @@
transform: translateY(20px) scale(0.95); transform: translateY(20px) scale(0.95);
opacity: 0; opacity: 0;
} }
to { to {
transform: translateY(0) scale(1); transform: translateY(0) scale(1);
opacity: 1; opacity: 1;
@ -653,6 +656,7 @@
transform: translateY(0) scale(1); transform: translateY(0) scale(1);
opacity: 1; opacity: 1;
} }
to { to {
transform: translateY(20px) scale(0.95); transform: translateY(20px) scale(0.95);
opacity: 0; opacity: 0;
@ -785,7 +789,7 @@
border: 1px solid #fbbf24; border: 1px solid #fbbf24;
border-radius: 10px; border-radius: 10px;
box-shadow: 0 10px 25px -5px rgba(251, 191, 36, 0.3), box-shadow: 0 10px 25px -5px rgba(251, 191, 36, 0.3),
0 4px 6px -2px rgba(0, 0, 0, 0.1); 0 4px 6px -2px rgba(0, 0, 0, 0.1);
} }
.blocked-nav-icon { .blocked-nav-icon {