general-library-union 3.2.62 → 3.2.63
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
|
@@ -1281,11 +1281,10 @@ min-height: 60px !important;
|
|
|
1281
1281
|
.avatar-container {
|
|
1282
1282
|
position: relative;
|
|
1283
1283
|
width: 130px;
|
|
1284
|
-
height: 130px;
|
|
1285
|
-
border: 8px solid var(--color-700);
|
|
1286
1284
|
border-radius: 50%;
|
|
1287
1285
|
overflow: hidden;
|
|
1288
|
-
text-align: center
|
|
1286
|
+
text-align: center;
|
|
1287
|
+
margin-top: -6px;
|
|
1289
1288
|
}
|
|
1290
1289
|
|
|
1291
1290
|
.card-cargo .avatar-container {
|
|
@@ -3062,16 +3061,6 @@ border-radius: 5px;
|
|
|
3062
3061
|
}
|
|
3063
3062
|
|
|
3064
3063
|
|
|
3065
|
-
|
|
3066
|
-
.avatar-container {
|
|
3067
|
-
position: relative;
|
|
3068
|
-
width: 130px;
|
|
3069
|
-
height: 130px;
|
|
3070
|
-
border: 8px solid var(--color-700);
|
|
3071
|
-
border-radius: 50%;
|
|
3072
|
-
overflow: hidden;
|
|
3073
|
-
text-align: center
|
|
3074
|
-
}
|
|
3075
3064
|
p.chip {
|
|
3076
3065
|
background: #fff;
|
|
3077
3066
|
padding: 0.35rem 3%;
|