general-library-union 2.9.32 → 2.9.34

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.9.32",
3
+ "version": "2.9.34",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -1602,7 +1602,7 @@ min-height: 60px !important;
1602
1602
  }
1603
1603
 
1604
1604
  .avatar-container {
1605
- width: 100px !important;
1605
+ width: 60px !important;
1606
1606
  height: 100px !important;
1607
1607
  border: 5px solid var(--color-700) !important;
1608
1608
  }
@@ -4172,6 +4172,17 @@ td.GrupoColor {
4172
4172
  width: 100%;
4173
4173
  }
4174
4174
 
4175
+ .card-cargo .avatar-container {
4176
+ height: 50px !important;
4177
+ border: 4px solid var(--color-700) !important;
4178
+ min-width: 50px;
4179
+ }
4180
+
4181
+ .planta-personal .us-foto-perfil {
4182
+ min-width: 50px !important;
4183
+ max-height: 80px !important;
4184
+ }
4185
+
4175
4186
  }
4176
4187
 
4177
4188
 
@@ -1621,7 +1621,7 @@ margin-left: 10px;
1621
1621
  }
1622
1622
 
1623
1623
  .avatar-container {
1624
- width: 100px !important;
1624
+ width: 60px !important;
1625
1625
  height: 100px !important;
1626
1626
  border: 5px solid var(--color-700) !important;
1627
1627
  }