general-library-union 3.2.61 → 3.2.63

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": "3.2.61",
3
+ "version": "3.2.63",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -1281,11 +1281,10 @@ min-height: 60px !important;
1281
1281
  .avatar-container {
1282
1282
  position: relative;
1283
1283
  width: 130px;
1284
- height: 130px;
1285
- border: 8px solid var(--color-700);
1286
1284
  border-radius: 50%;
1287
1285
  overflow: hidden;
1288
- text-align: center
1286
+ text-align: center;
1287
+ margin-top: -6px;
1289
1288
  }
1290
1289
 
1291
1290
  .card-cargo .avatar-container {
@@ -3062,16 +3061,6 @@ border-radius: 5px;
3062
3061
  }
3063
3062
 
3064
3063
 
3065
-
3066
- .avatar-container {
3067
- position: relative;
3068
- width: 130px;
3069
- height: 130px;
3070
- border: 8px solid var(--color-700);
3071
- border-radius: 50%;
3072
- overflow: hidden;
3073
- text-align: center
3074
- }
3075
3064
  p.chip {
3076
3065
  background: #fff;
3077
3066
  padding: 0.35rem 3%;
@@ -3809,7 +3798,7 @@ td.GrupoColor {
3809
3798
  display: flex;
3810
3799
  align-items: center;
3811
3800
  text-align: center;
3812
- padding: 14% 4% 5%;
3801
+ padding: 7% 4% 5%;
3813
3802
  justify-content: center;
3814
3803
  }
3815
3804