general-library-union 2.4.12 → 2.4.13
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
|
}
|
|
@@ -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 {
|