general-library-union 2.8.98 → 2.9.1
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
|
@@ -4060,6 +4060,13 @@ td.GrupoColor {
|
|
|
4060
4060
|
.p-datatable-auto-layout>.p-datatable-wrapper>table {
|
|
4061
4061
|
font-size: 0.62rem;
|
|
4062
4062
|
}
|
|
4063
|
+
|
|
4064
|
+
.card-cargo .avatar-container {
|
|
4065
|
+
height: 70px !important;
|
|
4066
|
+
border: 6px solid var(--color-700) !important;
|
|
4067
|
+
min-width: 70px;
|
|
4068
|
+
}
|
|
4069
|
+
|
|
4063
4070
|
}
|
|
4064
4071
|
|
|
4065
4072
|
@media (max-width:768px) {
|
|
@@ -4085,15 +4092,6 @@ td.GrupoColor {
|
|
|
4085
4092
|
|
|
4086
4093
|
}
|
|
4087
4094
|
|
|
4088
|
-
|
|
4089
|
-
.card-cargo .avatar-container {
|
|
4090
|
-
height: 70px !important;
|
|
4091
|
-
width: 90px;
|
|
4092
|
-
}
|
|
4093
|
-
|
|
4094
|
-
.card-cargo .us-foto-perfil {
|
|
4095
|
-
min-width: 60px;
|
|
4096
|
-
}
|
|
4097
4095
|
}
|
|
4098
4096
|
|
|
4099
4097
|
|
|
@@ -5014,8 +5014,8 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5014
5014
|
@media (max-width:1024px) {
|
|
5015
5015
|
|
|
5016
5016
|
.us-foto-perfil {
|
|
5017
|
-
min-width:
|
|
5018
|
-
max-height:
|
|
5017
|
+
min-width: 60px;
|
|
5018
|
+
max-height: 60px;
|
|
5019
5019
|
}
|
|
5020
5020
|
|
|
5021
5021
|
.card-cargo h1 {
|
|
@@ -5026,6 +5026,12 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5026
5026
|
font-size: 0.7rem;
|
|
5027
5027
|
}
|
|
5028
5028
|
|
|
5029
|
+
.card-cargo .avatar-container {
|
|
5030
|
+
height: 70px !important;
|
|
5031
|
+
border: 6px solid var(--color-700) !important;
|
|
5032
|
+
min-width: 70px;
|
|
5033
|
+
}
|
|
5034
|
+
|
|
5029
5035
|
|
|
5030
5036
|
.contenido {
|
|
5031
5037
|
left: 2%;
|