general-library-union 3.2.66 → 3.2.67
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
|
@@ -1280,13 +1280,15 @@ min-height: 60px !important;
|
|
|
1280
1280
|
|
|
1281
1281
|
.avatar-container {
|
|
1282
1282
|
position: relative;
|
|
1283
|
-
width:
|
|
1283
|
+
width: 120px;
|
|
1284
|
+
height: 120px;
|
|
1284
1285
|
border-radius: 50%;
|
|
1285
1286
|
overflow: hidden;
|
|
1286
1287
|
text-align: center;
|
|
1287
1288
|
margin-top: -9px;
|
|
1288
1289
|
padding: 3px 0 0px;
|
|
1289
1290
|
background: #fff;
|
|
1291
|
+
border: solid 2px #232323;
|
|
1290
1292
|
}
|
|
1291
1293
|
|
|
1292
1294
|
.card-cargo .avatar-container {
|