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