general-library-union 2.9.32 → 2.9.33

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.33",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -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