general-library-union 2.6.3 → 2.6.5
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
|
@@ -884,6 +884,11 @@ color: var(--color-700);
|
|
|
884
884
|
}
|
|
885
885
|
|
|
886
886
|
|
|
887
|
+
.p-toast.p-toast-top-right, .p-toast.p-toast-top-left, .p-toast.p-toast-top-center {
|
|
888
|
+
z-index: 1105 !important;
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
|
|
887
892
|
.my-toast.toast-text-small .p-toast-detail {
|
|
888
893
|
font-size: 0.7rem !important;
|
|
889
894
|
line-height: 18px !important;
|
|
@@ -573,6 +573,19 @@ body {
|
|
|
573
573
|
}
|
|
574
574
|
|
|
575
575
|
|
|
576
|
+
/* Aplicación de transición suave a la bolita del switch */
|
|
577
|
+
|
|
578
|
+
.eleccion-modo .p-inputswitch-slider {
|
|
579
|
+
transition: transform 0.8s ease-in-out; /* Ajusta la duración y la curva de tiempo */
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
/* Cuando el switch está activado */
|
|
583
|
+
|
|
584
|
+
.eleccion-modo .p-inputswitch-checked .p-inputswitch-slider {
|
|
585
|
+
transition: transform 0.8s ease-in-out; /* Mueve la bolita a la posición de "on" */
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
|
|
576
589
|
/******************************************************************************
|
|
577
590
|
* color border styles
|
|
578
591
|
*****************************************************************************/
|
|
@@ -830,6 +843,7 @@ body {
|
|
|
830
843
|
margin: 0 auto;
|
|
831
844
|
display: table;
|
|
832
845
|
text-align: center;
|
|
846
|
+
padding: 2%;
|
|
833
847
|
}
|
|
834
848
|
|
|
835
849
|
.centrar-contenedor-imagen-sin-datos p {
|
|
@@ -857,6 +871,10 @@ body {
|
|
|
857
871
|
padding: 5px;
|
|
858
872
|
}
|
|
859
873
|
|
|
874
|
+
.p-toast.p-toast-top-right, .p-toast.p-toast-top-left, .p-toast.p-toast-top-center {
|
|
875
|
+
z-index: 1105 !important;
|
|
876
|
+
}
|
|
877
|
+
|
|
860
878
|
.my-toast.toast-text-small .p-toast-detail {
|
|
861
879
|
font-size: 0.7rem !important;
|
|
862
880
|
line-height: 18px !important;
|