general-library-union 2.5.16 → 2.5.17

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.16",
3
+ "version": "2.5.17",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3854,18 +3854,23 @@ background: var(--color-75) !important;
3854
3854
  margin: 0 !important;
3855
3855
  }
3856
3856
 
3857
- .imagen-menu {
3858
- background: var(--color-85);
3859
- border-radius: 5px;
3860
- min-width: 100px;
3861
- max-width: 150px;
3857
+
3858
+ .imagen-menu {
3859
+ background: var(--color-85);
3860
+ border-radius: 5px;
3861
+ min-width: 100px;
3862
+ max-width: 150px;
3863
+ display: flex;
3864
+ width: 100%;
3865
+ justify-content: center;
3866
+ align-items: center;
3867
+ height: 100%;
3862
3868
  }
3863
3869
 
3870
+
3864
3871
  .imagen-menu img {
3865
3872
  width: 100%;
3866
- display: table;
3867
- margin: 0 auto;
3868
- min-height: 100%;
3873
+ height: auto;
3869
3874
  }
3870
3875
 
3871
3876
  .spinner-text {
@@ -4879,15 +4879,21 @@ background: var(--color-75) !important;
4879
4879
 
4880
4880
 
4881
4881
  .imagen-menu {
4882
- background: #39373f;
4883
- border-radius: 5px;
4882
+ background: #39373f;
4883
+ border-radius: 5px;
4884
+ min-width: 100px;
4885
+ max-width: 150px;
4886
+ /* height: 100%; */
4887
+ display: flex;
4888
+ width: 100%;
4889
+ justify-content: center;
4890
+ align-items: center;
4891
+ height: 100%;
4884
4892
  }
4885
4893
 
4886
4894
  .imagen-menu img {
4887
- width: 7rem;
4888
- display: table;
4889
- margin: 0 auto;
4890
- min-height: 7rem;
4895
+ width: 100%;
4896
+ height: auto;
4891
4897
  }
4892
4898
 
4893
4899
  .tab-container span {