general-library-union 2.9.41 → 2.9.43
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
|
@@ -5163,15 +5163,19 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5163
5163
|
}
|
|
5164
5164
|
|
|
5165
5165
|
.card-cargo .avatar-container {
|
|
5166
|
-
height:
|
|
5166
|
+
height: 70px !important;
|
|
5167
5167
|
border: 4px solid var(--color-700) !important;
|
|
5168
|
-
min-width:
|
|
5168
|
+
min-width: 70px;
|
|
5169
5169
|
}
|
|
5170
5170
|
|
|
5171
5171
|
.planta-personal .us-foto-perfil {
|
|
5172
5172
|
min-width: 40px !important;
|
|
5173
5173
|
max-height: 80px !important;
|
|
5174
5174
|
}
|
|
5175
|
+
|
|
5176
|
+
.tabla-planta-personal {
|
|
5177
|
+
height: auto;
|
|
5178
|
+
}
|
|
5175
5179
|
}
|
|
5176
5180
|
|
|
5177
5181
|
|