general-library-union 2.7.18 → 2.7.20

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.7.18",
3
+ "version": "2.7.20",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -4807,14 +4807,18 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4807
4807
  }
4808
4808
 
4809
4809
  .menu-punto-proceso .p-dialog .p-button.p-button-outlined {
4810
- background: var(--color-100) !important;
4810
+ background: #39373f !important;
4811
4811
  padding: 0.45rem 0.55rem !important;
4812
4812
  border: solid 1px !important;
4813
- color: var(--color-500) !important;
4813
+ color: #fff;
4814
+
4815
+ span{
4816
+ color: #fff !important;
4817
+ }
4814
4818
 
4815
4819
  &:hover{
4816
- color: var(--color-500) !important;
4817
- border:solid 1px !important;
4820
+ background: #4a4851 !important;
4821
+ color: #fff;
4818
4822
  }
4819
4823
 
4820
4824
  }
@@ -4837,18 +4841,20 @@ background: var(--color-75) !important;
4837
4841
  }
4838
4842
 
4839
4843
  .menu-punto-proceso .p-dialog .p-button.p-button-raised {
4840
- background: var(--color-400) !important;
4841
- box-shadow: none;
4842
- color: #fff;
4844
+ background: #121212 !important;
4843
4845
  padding: 0.45rem 0.55rem !important;
4844
4846
  margin: 11px !important;
4847
+ border: solid 1px var(--color-400);
4848
+ color: var(--color-400) !important;
4849
+
4845
4850
 
4846
4851
  span{
4847
- color:#fff !important;
4852
+ color: var(--color-400) !important;
4848
4853
  }
4849
4854
 
4850
4855
  &:hover{
4851
- box-shadow: 2px 2px 15px var(--color-200) !important;
4856
+ background: #39373f !important;
4857
+ border: solid 1px var(--color-400);
4852
4858
  }
4853
4859
  }
4854
4860