general-library-union 2.9.5 → 2.9.6
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
|
@@ -4986,7 +4986,16 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4986
4986
|
|
|
4987
4987
|
@media only screen and (max-width:1600px) and (min-width:1200px) {
|
|
4988
4988
|
|
|
4989
|
-
.nav-planta-personal
|
|
4989
|
+
.nav-planta-personal .p-tree-container{
|
|
4990
|
+
height: 270px;
|
|
4991
|
+
}
|
|
4992
|
+
|
|
4993
|
+
|
|
4994
|
+
.nav-planta-personal .p-tree {
|
|
4995
|
+
padding: 15px 0px;
|
|
4996
|
+
}
|
|
4997
|
+
|
|
4998
|
+
.nav-planta-personal li {
|
|
4990
4999
|
font-size: 0.8rem;
|
|
4991
5000
|
padding: 6px;
|
|
4992
5001
|
margin: 0;
|
|
@@ -5013,16 +5022,10 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5013
5022
|
padding: 0;
|
|
5014
5023
|
|
|
5015
5024
|
|
|
5016
|
-
.nav-planta-personal .p-tree-container{
|
|
5017
|
-
height: 270px;
|
|
5018
|
-
}
|
|
5019
5025
|
|
|
5020
5026
|
|
|
5021
|
-
.nav-planta-personal .p-tree {
|
|
5022
|
-
padding: 15px 0px;
|
|
5023
5027
|
}
|
|
5024
5028
|
|
|
5025
|
-
}
|
|
5026
5029
|
|
|
5027
5030
|
@media (max-width:1024px) {
|
|
5028
5031
|
|