general-library-union 2.9.32 → 2.9.34
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
|
@@ -1602,7 +1602,7 @@ min-height: 60px !important;
|
|
|
1602
1602
|
}
|
|
1603
1603
|
|
|
1604
1604
|
.avatar-container {
|
|
1605
|
-
width:
|
|
1605
|
+
width: 60px !important;
|
|
1606
1606
|
height: 100px !important;
|
|
1607
1607
|
border: 5px solid var(--color-700) !important;
|
|
1608
1608
|
}
|
|
@@ -4172,6 +4172,17 @@ td.GrupoColor {
|
|
|
4172
4172
|
width: 100%;
|
|
4173
4173
|
}
|
|
4174
4174
|
|
|
4175
|
+
.card-cargo .avatar-container {
|
|
4176
|
+
height: 50px !important;
|
|
4177
|
+
border: 4px solid var(--color-700) !important;
|
|
4178
|
+
min-width: 50px;
|
|
4179
|
+
}
|
|
4180
|
+
|
|
4181
|
+
.planta-personal .us-foto-perfil {
|
|
4182
|
+
min-width: 50px !important;
|
|
4183
|
+
max-height: 80px !important;
|
|
4184
|
+
}
|
|
4185
|
+
|
|
4175
4186
|
}
|
|
4176
4187
|
|
|
4177
4188
|
|