general-library-union 3.2.63 → 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
|
@@ -1285,6 +1285,7 @@ min-height: 60px !important;
|
|
|
1285
1285
|
overflow: hidden;
|
|
1286
1286
|
text-align: center;
|
|
1287
1287
|
margin-top: -6px;
|
|
1288
|
+
background: #fff;
|
|
1288
1289
|
}
|
|
1289
1290
|
|
|
1290
1291
|
.card-cargo .avatar-container {
|
|
@@ -1436,8 +1437,6 @@ min-height: 60px !important;
|
|
|
1436
1437
|
|
|
1437
1438
|
.avatar-container{
|
|
1438
1439
|
width: 100px !important;
|
|
1439
|
-
height: 100px !important;
|
|
1440
|
-
border: solid 5px var(--color-700) !important;
|
|
1441
1440
|
}
|
|
1442
1441
|
|
|
1443
1442
|
.menu-accordeon {
|
|
@@ -1462,8 +1461,6 @@ min-height: 60px !important;
|
|
|
1462
1461
|
|
|
1463
1462
|
.avatar-container {
|
|
1464
1463
|
width: 70px !important;
|
|
1465
|
-
height: 70px !important;
|
|
1466
|
-
border: solid 5px var(--color-700);
|
|
1467
1464
|
}
|
|
1468
1465
|
|
|
1469
1466
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|