general-library-union 2.7.17 → 2.7.18

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.17",
3
+ "version": "2.7.18",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -4793,12 +4793,30 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4793
4793
  padding: 0;
4794
4794
  }
4795
4795
 
4796
- .menu-punto-proceso .p-dialog .p-button.p-button-outlined {
4797
- background: transparent !important;
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;
4802
+ margin: 0px 3px !important;
4803
+ color: var(--color-500) !important;
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: var(--color-100) !important;
4811
+ padding: 0.45rem 0.55rem !important;
4799
4812
  border: solid 1px !important;
4800
4813
  color: var(--color-500) !important;
4801
- margin: 0 !important;
4814
+
4815
+ &:hover{
4816
+ color: var(--color-500) !important;
4817
+ border:solid 1px !important;
4818
+ }
4819
+
4802
4820
  }
4803
4821
 
4804
4822
  .menu-punto-proceso .p-dialog .p-dialog-header .p-dialog-header-icon {
@@ -4818,6 +4836,22 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4818
4836
  background: var(--color-75) !important;
4819
4837
  }
4820
4838
 
4839
+ .menu-punto-proceso .p-dialog .p-button.p-button-raised {
4840
+ background: var(--color-400) !important;
4841
+ box-shadow: none;
4842
+ color: #fff;
4843
+ padding: 0.45rem 0.55rem !important;
4844
+ margin: 11px !important;
4845
+
4846
+ span{
4847
+ color:#fff !important;
4848
+ }
4849
+
4850
+ &:hover{
4851
+ box-shadow: 2px 2px 15px var(--color-200) !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;