general-library-union 2.4.13 → 2.4.14

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.4.13",
3
+ "version": "2.4.14",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3762,7 +3762,7 @@ background: var(--color-75) !important;
3762
3762
  color: #0c1520;
3763
3763
  border: none;
3764
3764
  padding: 0.15rem 0.55rem !important;
3765
- margin: 11px;
3765
+ margin: 11px !important;
3766
3766
 
3767
3767
  &:hover{
3768
3768
  color: #0c1520 !important;
@@ -3774,6 +3774,11 @@ background: var(--color-75) !important;
3774
3774
  }
3775
3775
  }
3776
3776
 
3777
+ .menu-punto-proceso .p-button.p-button-secondary {
3778
+ margin: 11px !important;
3779
+ padding: 0.15rem 0.20rem !important;
3780
+ }
3781
+
3777
3782
 
3778
3783
  .menu-punto-proceso .p-button.p-button-outlined span.p-button-icon {
3779
3784
  color: var(--color-400);