general-library-union 2.7.17 → 2.7.19
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
|
@@ -4793,12 +4793,29 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4793
4793
|
padding: 0;
|
|
4794
4794
|
}
|
|
4795
4795
|
|
|
4796
|
-
|
|
4797
|
-
|
|
4796
|
+
|
|
4797
|
+
.menu-punto-proceso .p-dialog .p-button.p-button-icon-only.p-button-rounded {
|
|
4798
|
+
border-radius: 50% !important;
|
|
4799
|
+
height: 1.5rem !important;
|
|
4800
|
+
width: 1.5rem !important;
|
|
4798
4801
|
padding: 13px !important;
|
|
4799
|
-
|
|
4802
|
+
margin: 0px 3px !important;
|
|
4800
4803
|
color: var(--color-500) !important;
|
|
4801
|
-
|
|
4804
|
+
border: solid 1px !important;
|
|
4805
|
+
color: #fff;
|
|
4806
|
+
box-shadow: none;
|
|
4807
|
+
}
|
|
4808
|
+
|
|
4809
|
+
.menu-punto-proceso .p-dialog .p-button.p-button-outlined {
|
|
4810
|
+
background: #39373f !important;
|
|
4811
|
+
padding: 0.45rem 0.55rem !important;
|
|
4812
|
+
border: solid 1px !important;
|
|
4813
|
+
color: #fff;
|
|
4814
|
+
|
|
4815
|
+
&:hover{
|
|
4816
|
+
color: #4a4851 !important;
|
|
4817
|
+
}
|
|
4818
|
+
|
|
4802
4819
|
}
|
|
4803
4820
|
|
|
4804
4821
|
.menu-punto-proceso .p-dialog .p-dialog-header .p-dialog-header-icon {
|
|
@@ -4818,6 +4835,23 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4818
4835
|
background: var(--color-75) !important;
|
|
4819
4836
|
}
|
|
4820
4837
|
|
|
4838
|
+
.menu-punto-proceso .p-dialog .p-button.p-button-raised {
|
|
4839
|
+
background: #121212 !important;
|
|
4840
|
+
padding: 0.45rem 0.55rem !important;
|
|
4841
|
+
margin: 11px !important;
|
|
4842
|
+
border: solid 1px var(--color-400);
|
|
4843
|
+
color: var(--color-400) !important;
|
|
4844
|
+
|
|
4845
|
+
|
|
4846
|
+
span{
|
|
4847
|
+
color: var(--color-400) !important;
|
|
4848
|
+
}
|
|
4849
|
+
|
|
4850
|
+
&:hover{
|
|
4851
|
+
background: #39373f !important;
|
|
4852
|
+
}
|
|
4853
|
+
}
|
|
4854
|
+
|
|
4821
4855
|
.menu-punto-proceso .p-button.p-button-raised {
|
|
4822
4856
|
box-shadow: none;
|
|
4823
4857
|
background:#39373f !important;
|
|
@@ -4855,6 +4889,7 @@ background: var(--color-75) !important;
|
|
|
4855
4889
|
border: none;
|
|
4856
4890
|
padding: 0.15rem 0.55rem;
|
|
4857
4891
|
border: none;
|
|
4892
|
+
margin: 11px !important;
|
|
4858
4893
|
|
|
4859
4894
|
&:hover{
|
|
4860
4895
|
background: #2b2b33 !important;
|