general-library-union 3.2.64 → 3.2.66
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
|
@@ -1284,7 +1284,8 @@ min-height: 60px !important;
|
|
|
1284
1284
|
border-radius: 50%;
|
|
1285
1285
|
overflow: hidden;
|
|
1286
1286
|
text-align: center;
|
|
1287
|
-
margin-top: -
|
|
1287
|
+
margin-top: -9px;
|
|
1288
|
+
padding: 3px 0 0px;
|
|
1288
1289
|
background: #fff;
|
|
1289
1290
|
}
|
|
1290
1291
|
|
|
@@ -1638,8 +1639,6 @@ min-height: 60px !important;
|
|
|
1638
1639
|
|
|
1639
1640
|
.avatar-container {
|
|
1640
1641
|
width: 75px !important;
|
|
1641
|
-
height: 100px !important;
|
|
1642
|
-
border: 5px solid var(--color-700) !important;
|
|
1643
1642
|
}
|
|
1644
1643
|
|
|
1645
1644
|
.hojavida .p-tabview.p-component .justify-content-end {
|
|
@@ -3876,8 +3875,8 @@ td.GrupoColor {
|
|
|
3876
3875
|
}
|
|
3877
3876
|
|
|
3878
3877
|
.avatar-image {
|
|
3879
|
-
width:
|
|
3880
|
-
height:
|
|
3878
|
+
width: 100%;
|
|
3879
|
+
height: 100%;
|
|
3881
3880
|
object-fit: cover;
|
|
3882
3881
|
}
|
|
3883
3882
|
|