general-library-union 2.9.51 → 2.9.52
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,10 +4102,28 @@ td.GrupoColor {
|
|
|
4102
4102
|
min-width: 60px;
|
|
4103
4103
|
}
|
|
4104
4104
|
|
|
4105
|
-
.p-tree-wrapper.ng-star-inserted {
|
|
4105
|
+
.nav-planta-personal .p-tree-wrapper.ng-star-inserted {
|
|
4106
4106
|
max-height: 320px !important;
|
|
4107
4107
|
}
|
|
4108
4108
|
|
|
4109
|
+
|
|
4110
|
+
.nav-planta-personal .p-panel .p-panel-content {
|
|
4111
|
+
min-height: 90px;
|
|
4112
|
+
}
|
|
4113
|
+
|
|
4114
|
+
.nav-planta-personal .p-tree li{
|
|
4115
|
+
font-size: 0.7rem;
|
|
4116
|
+
}
|
|
4117
|
+
|
|
4118
|
+
.nav-planta-personal .p-tree .p-tree-container .p-treenode .p-treenode-content{
|
|
4119
|
+
padding: 3px 0.571rem;
|
|
4120
|
+
}
|
|
4121
|
+
|
|
4122
|
+
|
|
4123
|
+
.nav-planta-personal .p-datatable{
|
|
4124
|
+
font-size:0.72rem;
|
|
4125
|
+
}
|
|
4126
|
+
|
|
4109
4127
|
}
|
|
4110
4128
|
|
|
4111
4129
|
@media (max-width:768px) {
|
|
@@ -5090,6 +5090,23 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5090
5090
|
.p-tree-wrapper.ng-star-inserted {
|
|
5091
5091
|
max-height: 320px !important;
|
|
5092
5092
|
}
|
|
5093
|
+
|
|
5094
|
+
.nav-planta-personal .p-panel .p-panel-content {
|
|
5095
|
+
min-height: 90px;
|
|
5096
|
+
}
|
|
5097
|
+
|
|
5098
|
+
.nav-planta-personal .p-tree li{
|
|
5099
|
+
font-size: 0.7rem;
|
|
5100
|
+
}
|
|
5101
|
+
|
|
5102
|
+
.nav-planta-personal .p-tree .p-tree-container .p-treenode .p-treenode-content{
|
|
5103
|
+
padding: 3px 0.571rem;
|
|
5104
|
+
}
|
|
5105
|
+
|
|
5106
|
+
|
|
5107
|
+
.nav-planta-personal .p-datatable{
|
|
5108
|
+
font-size:0.72rem;
|
|
5109
|
+
}
|
|
5093
5110
|
}
|
|
5094
5111
|
|
|
5095
5112
|
@media (max-width:768px) {
|