general-library-union 2.9.49 → 2.9.51
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
|
@@ -4102,6 +4102,10 @@ td.GrupoColor {
|
|
|
4102
4102
|
min-width: 60px;
|
|
4103
4103
|
}
|
|
4104
4104
|
|
|
4105
|
+
.p-tree-wrapper.ng-star-inserted {
|
|
4106
|
+
max-height: 320px !important;
|
|
4107
|
+
}
|
|
4108
|
+
|
|
4105
4109
|
}
|
|
4106
4110
|
|
|
4107
4111
|
@media (max-width:768px) {
|
|
@@ -4772,10 +4776,10 @@ img#logoName {
|
|
|
4772
4776
|
display: initial !important;
|
|
4773
4777
|
}
|
|
4774
4778
|
|
|
4775
|
-
.us-foto-perfil {
|
|
4776
|
-
max-width:
|
|
4779
|
+
.us-foto-perfil {
|
|
4780
|
+
max-width: 70px;
|
|
4777
4781
|
margin-bottom: 2%;
|
|
4778
|
-
min-height:
|
|
4782
|
+
min-height: 65px;
|
|
4779
4783
|
}
|
|
4780
4784
|
|
|
4781
4785
|
.empleado h1 {
|
|
@@ -5086,6 +5086,10 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5086
5086
|
.card-cargo .us-foto-perfil {
|
|
5087
5087
|
min-width: 60px;
|
|
5088
5088
|
}
|
|
5089
|
+
|
|
5090
|
+
.p-tree-wrapper.ng-star-inserted {
|
|
5091
|
+
max-height: 320px !important;
|
|
5092
|
+
}
|
|
5089
5093
|
}
|
|
5090
5094
|
|
|
5091
5095
|
@media (max-width:768px) {
|
|
@@ -5856,9 +5860,9 @@ img#footer-logo::before {
|
|
|
5856
5860
|
}
|
|
5857
5861
|
|
|
5858
5862
|
.us-foto-perfil {
|
|
5859
|
-
max-width:
|
|
5863
|
+
max-width: 70px;
|
|
5860
5864
|
margin-bottom: 2%;
|
|
5861
|
-
min-height:
|
|
5865
|
+
min-height: 65px;
|
|
5862
5866
|
}
|
|
5863
5867
|
|
|
5864
5868
|
.empleado h1 {
|