general-library-union 2.5.63 → 2.5.64
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
|
@@ -3607,6 +3607,11 @@ td.GrupoColor {
|
|
|
3607
3607
|
}
|
|
3608
3608
|
|
|
3609
3609
|
|
|
3610
|
+
.nav-planta-personal button span {
|
|
3611
|
+
color:
|
|
3612
|
+
var(--color-500);
|
|
3613
|
+
}
|
|
3614
|
+
|
|
3610
3615
|
|
|
3611
3616
|
.nav-planta-personal .p-datatable-responsive-scroll>.p-datatable-wrapper>table,
|
|
3612
3617
|
.p-datatable-auto-layout>.p-datatable-wrapper>table {
|
|
@@ -4646,12 +4646,6 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4646
4646
|
}
|
|
4647
4647
|
|
|
4648
4648
|
|
|
4649
|
-
.nav-planta-personal button span {
|
|
4650
|
-
color:
|
|
4651
|
-
var(--color-500);
|
|
4652
|
-
}
|
|
4653
|
-
|
|
4654
|
-
|
|
4655
4649
|
.nav-planta-personal .p-datatable-responsive-scroll>.p-datatable-wrapper>table,
|
|
4656
4650
|
.p-datatable-auto-layout>.p-datatable-wrapper>table {
|
|
4657
4651
|
font-size: 0.8rem;
|