general-library-union 2.4.12 → 2.4.14
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
|
@@ -3747,6 +3747,11 @@ background: var(--color-75) !important;
|
|
|
3747
3747
|
}
|
|
3748
3748
|
}
|
|
3749
3749
|
|
|
3750
|
+
.menu-punto-proceso .p-button.p-button-secondary {
|
|
3751
|
+
margin: 11px !important;
|
|
3752
|
+
padding: 0.15rem 0.20rem !important;
|
|
3753
|
+
}
|
|
3754
|
+
|
|
3750
3755
|
.menu-punto-proceso .p-button.p-button-raised span.p-button-icon {
|
|
3751
3756
|
color: var(--color-400);
|
|
3752
3757
|
}
|
|
@@ -3757,7 +3762,7 @@ background: var(--color-75) !important;
|
|
|
3757
3762
|
color: #0c1520;
|
|
3758
3763
|
border: none;
|
|
3759
3764
|
padding: 0.15rem 0.55rem !important;
|
|
3760
|
-
margin: 11px;
|
|
3765
|
+
margin: 11px !important;
|
|
3761
3766
|
|
|
3762
3767
|
&:hover{
|
|
3763
3768
|
color: #0c1520 !important;
|
|
@@ -3769,6 +3774,11 @@ background: var(--color-75) !important;
|
|
|
3769
3774
|
}
|
|
3770
3775
|
}
|
|
3771
3776
|
|
|
3777
|
+
.menu-punto-proceso .p-button.p-button-secondary {
|
|
3778
|
+
margin: 11px !important;
|
|
3779
|
+
padding: 0.15rem 0.20rem !important;
|
|
3780
|
+
}
|
|
3781
|
+
|
|
3772
3782
|
|
|
3773
3783
|
.menu-punto-proceso .p-button.p-button-outlined span.p-button-icon {
|
|
3774
3784
|
color: var(--color-400);
|
|
@@ -4774,7 +4774,7 @@ background: var(--color-75) !important;
|
|
|
4774
4774
|
background:#39373f !important;
|
|
4775
4775
|
color: #fff;
|
|
4776
4776
|
padding: 0.15rem 0.55rem;
|
|
4777
|
-
margin: 11px;
|
|
4777
|
+
margin: 11px !important;
|
|
4778
4778
|
border: none;
|
|
4779
4779
|
|
|
4780
4780
|
&:hover{
|
|
@@ -4788,6 +4788,11 @@ background: var(--color-75) !important;
|
|
|
4788
4788
|
}
|
|
4789
4789
|
}
|
|
4790
4790
|
|
|
4791
|
+
.menu-punto-proceso .p-button.p-button-secondary {
|
|
4792
|
+
margin: 11px !important;
|
|
4793
|
+
padding: 0.15rem 0.20rem !important;
|
|
4794
|
+
}
|
|
4795
|
+
|
|
4791
4796
|
|
|
4792
4797
|
|
|
4793
4798
|
.menu-punto-proceso .p-button.p-button-raised span.p-button-icon {
|