general-library-union 2.5.84 → 2.5.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -598,30 +598,6 @@ color: var(--color-700);
|
|
|
598
598
|
.eleccion-modo .p-inputswitch .p-inputswitch-slider{
|
|
599
599
|
color: #fff;
|
|
600
600
|
}
|
|
601
|
-
|
|
602
|
-
/* Definición de la animación de escala */
|
|
603
|
-
@keyframes scaleUp {
|
|
604
|
-
from {
|
|
605
|
-
transform: scale(0.8); /* Tamaño inicial */
|
|
606
|
-
opacity: 0.7; /* Opcional: ajusta la opacidad para mayor suavidad */
|
|
607
|
-
}
|
|
608
|
-
to {
|
|
609
|
-
transform: scale(1); /* Tamaño final */
|
|
610
|
-
opacity: 1; /* Opcional: ajusta la opacidad para mayor suavidad */
|
|
611
|
-
}
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
/* Aplicación de la animación al componente p-inputSwitch */
|
|
615
|
-
.p-inputswitch {
|
|
616
|
-
display: inline-block; /* Asegúrate de que el contenedor permite el cambio de tamaño */
|
|
617
|
-
animation: scaleUp 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55); /* Ajusta duración y función de tiempo */
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
/* Aplicación de animación en el estado activado del switch */
|
|
621
|
-
.p-inputswitch.p-inputswitch-checked {
|
|
622
|
-
animation: scaleUp 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
|
|
623
|
-
}
|
|
624
|
-
|
|
625
601
|
/******************************************************************************
|
|
626
602
|
* color border styles
|
|
627
603
|
*****************************************************************************/
|