general-library-union 2.8.86 → 2.8.88
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
|
@@ -1232,6 +1232,15 @@ min-height: 60px !important;
|
|
|
1232
1232
|
text-align: center
|
|
1233
1233
|
}
|
|
1234
1234
|
|
|
1235
|
+
.card-cargo .avatar-container {
|
|
1236
|
+
height: 90px !important;
|
|
1237
|
+
border: 6px solid var(--color-700) !important;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
.card-cargo .us-foto-perfil {
|
|
1241
|
+
min-width: 80px;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1235
1244
|
.UploadFoto-btn {
|
|
1236
1245
|
box-shadow: 2px 2px 5px #ccc;
|
|
1237
1246
|
}
|
|
@@ -1234,6 +1234,16 @@ body {
|
|
|
1234
1234
|
text-align: center
|
|
1235
1235
|
}
|
|
1236
1236
|
|
|
1237
|
+
.card-cargo .avatar-container {
|
|
1238
|
+
height: 90px !important;
|
|
1239
|
+
border: 6px solid var(--color-700) !important;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
|
|
1243
|
+
.card-cargo .us-foto-perfil {
|
|
1244
|
+
min-width: 80px;
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1237
1247
|
.avatar-image {
|
|
1238
1248
|
width: 104%;
|
|
1239
1249
|
height: 110%;
|