general-library-union 2.5.17 → 2.5.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.5.17",
3
+ "version": "2.5.18",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3865,6 +3865,7 @@ background: var(--color-75) !important;
3865
3865
  justify-content: center;
3866
3866
  align-items: center;
3867
3867
  height: 100%;
3868
+ margin-right: 40px
3868
3869
  }
3869
3870
 
3870
3871
 
@@ -4883,12 +4883,12 @@ background: var(--color-75) !important;
4883
4883
  border-radius: 5px;
4884
4884
  min-width: 100px;
4885
4885
  max-width: 150px;
4886
- /* height: 100%; */
4887
4886
  display: flex;
4888
4887
  width: 100%;
4889
4888
  justify-content: center;
4890
4889
  align-items: center;
4891
4890
  height: 100%;
4891
+ margin-right: 40px
4892
4892
  }
4893
4893
 
4894
4894
  .imagen-menu img {