general-library-union 2.9.30 → 2.9.32

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