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 {
opacity: 0;
}
to {
opacity: 1;
}
@ -617,6 +618,7 @@
from {
opacity: 1;
}
to {
opacity: 0;
}
@ -642,6 +644,7 @@
transform: translateY(20px) scale(0.95);
opacity: 0;
}
to {
transform: translateY(0) scale(1);
opacity: 1;
@ -653,6 +656,7 @@
transform: translateY(0) scale(1);
opacity: 1;
}
to {
transform: translateY(20px) scale(0.95);
opacity: 0;