Fix formatting issues in ClientesPage and modal CSS for improved readability
This commit is contained in:
parent
a9b8970e4b
commit
68043beb07
|
|
@ -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;
|
||||
|
|
@ -785,7 +789,7 @@
|
|||
border: 1px solid #fbbf24;
|
||||
border-radius: 10px;
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue