general-library-union 3.2.63 → 3.2.65
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 {
|
|
@@ -1641,8 +1638,6 @@ min-height: 60px !important;
|
|
|
1641
1638
|
|
|
1642
1639
|
.avatar-container {
|
|
1643
1640
|
width: 75px !important;
|
|
1644
|
-
height: 100px !important;
|
|
1645
|
-
border: 5px solid var(--color-700) !important;
|
|
1646
1641
|
}
|
|
1647
1642
|
|
|
1648
1643
|
.hojavida .p-tabview.p-component .justify-content-end {
|
|
@@ -3879,8 +3874,8 @@ td.GrupoColor {
|
|
|
3879
3874
|
}
|
|
3880
3875
|
|
|
3881
3876
|
.avatar-image {
|
|
3882
|
-
width:
|
|
3883
|
-
height:
|
|
3877
|
+
width: 100%;
|
|
3878
|
+
height: 100%;
|
|
3884
3879
|
object-fit: cover;
|
|
3885
3880
|
}
|
|
3886
3881
|
|