general-library-union 2.9.48 → 2.9.50
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
|
@@ -4140,7 +4140,7 @@ td.GrupoColor {
|
|
|
4140
4140
|
}
|
|
4141
4141
|
|
|
4142
4142
|
.planta-personal .p-tree-wrapper.ng-star-inserted {
|
|
4143
|
-
max-height:
|
|
4143
|
+
max-height: 290px !important;
|
|
4144
4144
|
}
|
|
4145
4145
|
|
|
4146
4146
|
.planta-personal .p-tree {
|
|
@@ -4773,9 +4773,9 @@ img#logoName {
|
|
|
4773
4773
|
}
|
|
4774
4774
|
|
|
4775
4775
|
.us-foto-perfil {
|
|
4776
|
-
max-width:
|
|
4776
|
+
max-width: 70px;
|
|
4777
4777
|
margin-bottom: 2%;
|
|
4778
|
-
min-height:
|
|
4778
|
+
min-height: 65px;
|
|
4779
4779
|
}
|
|
4780
4780
|
|
|
4781
4781
|
.empleado h1 {
|
|
@@ -5137,6 +5137,10 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5137
5137
|
max-height: 310px;
|
|
5138
5138
|
height: 100%;
|
|
5139
5139
|
}
|
|
5140
|
+
|
|
5141
|
+
.planta-personal .p-tree-wrapper.ng-star-inserted {
|
|
5142
|
+
max-height: 290px !important;
|
|
5143
|
+
}
|
|
5140
5144
|
|
|
5141
5145
|
|
|
5142
5146
|
}
|
|
@@ -5852,9 +5856,9 @@ img#footer-logo::before {
|
|
|
5852
5856
|
}
|
|
5853
5857
|
|
|
5854
5858
|
.us-foto-perfil {
|
|
5855
|
-
max-width:
|
|
5859
|
+
max-width: 70px;
|
|
5856
5860
|
margin-bottom: 2%;
|
|
5857
|
-
min-height:
|
|
5861
|
+
min-height: 65px;
|
|
5858
5862
|
}
|
|
5859
5863
|
|
|
5860
5864
|
.empleado h1 {
|