general-library-union 2.8.87 → 2.8.89

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.8.87",
3
+ "version": "2.8.89",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -1235,6 +1235,12 @@ min-height: 60px !important;
1235
1235
  .card-cargo .avatar-container {
1236
1236
  height: 90px !important;
1237
1237
  border: 6px solid var(--color-700) !important;
1238
+ min-width: 90px;
1239
+ width: 90px;
1240
+ }
1241
+
1242
+ .card-cargo .us-foto-perfil {
1243
+ min-width: 80px;
1238
1244
  }
1239
1245
 
1240
1246
  .UploadFoto-btn {
@@ -1237,6 +1237,13 @@ body {
1237
1237
  .card-cargo .avatar-container {
1238
1238
  height: 90px !important;
1239
1239
  border: 6px solid var(--color-700) !important;
1240
+ min-width: 90px;
1241
+ width: 90px;
1242
+ }
1243
+
1244
+
1245
+ .card-cargo .us-foto-perfil {
1246
+ min-width: 80px;
1240
1247
  }
1241
1248
 
1242
1249
  .avatar-image {