general-library-union 2.7.14 → 2.7.15
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
|
@@ -3764,13 +3764,13 @@ td.GrupoColor {
|
|
|
3764
3764
|
|
|
3765
3765
|
|
|
3766
3766
|
.menu-punto-proceso .p-dialog .p-button.p-button-icon-only.p-button-rounded {
|
|
3767
|
-
border-radius: 50
|
|
3767
|
+
border-radius: 50% !important;
|
|
3768
3768
|
height: 1.5rem !important;
|
|
3769
3769
|
width: 1.5rem !important;
|
|
3770
|
-
padding: 13px;
|
|
3771
|
-
margin: 0px 3px;
|
|
3772
|
-
color: var(--color-500);
|
|
3773
|
-
border: solid 1px;
|
|
3770
|
+
padding: 13px !important;
|
|
3771
|
+
margin: 0px 3px !important;
|
|
3772
|
+
color: var(--color-500) !important;
|
|
3773
|
+
border: solid 1px !important;
|
|
3774
3774
|
}
|
|
3775
3775
|
|
|
3776
3776
|
|
|
@@ -3796,7 +3796,7 @@ td.GrupoColor {
|
|
|
3796
3796
|
margin: 11px !important;
|
|
3797
3797
|
|
|
3798
3798
|
span{
|
|
3799
|
-
color:#fff;
|
|
3799
|
+
color:#fff !important;
|
|
3800
3800
|
}
|
|
3801
3801
|
|
|
3802
3802
|
&:hover{
|