general-library-union 3.2.62 → 3.2.64
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,11 @@ 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;
|
|
1288
|
+
background: #fff;
|
|
1289
1289
|
}
|
|
1290
1290
|
|
|
1291
1291
|
.card-cargo .avatar-container {
|
|
@@ -1437,8 +1437,6 @@ min-height: 60px !important;
|
|
|
1437
1437
|
|
|
1438
1438
|
.avatar-container{
|
|
1439
1439
|
width: 100px !important;
|
|
1440
|
-
height: 100px !important;
|
|
1441
|
-
border: solid 5px var(--color-700) !important;
|
|
1442
1440
|
}
|
|
1443
1441
|
|
|
1444
1442
|
.menu-accordeon {
|
|
@@ -1463,8 +1461,6 @@ min-height: 60px !important;
|
|
|
1463
1461
|
|
|
1464
1462
|
.avatar-container {
|
|
1465
1463
|
width: 70px !important;
|
|
1466
|
-
height: 70px !important;
|
|
1467
|
-
border: solid 5px var(--color-700);
|
|
1468
1464
|
}
|
|
1469
1465
|
|
|
1470
1466
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
|
@@ -3062,16 +3058,6 @@ border-radius: 5px;
|
|
|
3062
3058
|
}
|
|
3063
3059
|
|
|
3064
3060
|
|
|
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
3061
|
p.chip {
|
|
3076
3062
|
background: #fff;
|
|
3077
3063
|
padding: 0.35rem 3%;
|