general-library-union 2.9.30 → 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.30",
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
 
@@ -5162,6 +5162,17 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
5162
5162
  .planta-personal {
5163
5163
  width: 100%;
5164
5164
  }
5165
+
5166
+ .card-cargo .avatar-container {
5167
+ height: 50px !important;
5168
+ border: 4px solid var(--color-700) !important;
5169
+ min-width: 50px;
5170
+ }
5171
+
5172
+ .planta-personal .us-foto-perfil {
5173
+ min-width: 50px !important;
5174
+ max-height: 80px !important;
5175
+ }
5165
5176
  }
5166
5177
 
5167
5178