general-library-union 3.0.3 → 3.0.4

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -4112,6 +4112,10 @@ td.GrupoColor {
4112
4112
  }
4113
4113
 
4114
4114
 
4115
+ #cargue-plantillas .encabezado-acciones I {
4116
+ color: var(--color-400);
4117
+ }
4118
+
4115
4119
 
4116
4120
  /******************************************************************************
4117
4121
  * planta personal styles
@@ -5084,10 +5084,15 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
5084
5084
  #cargue-plantillas .encabezado-acciones h5 {
5085
5085
  font-size: 0.9rem;
5086
5086
  display: flex;
5087
- color: rgba(0, 0, 0, 0.87);
5087
+ color: #fff;
5088
5088
  align-items: center;
5089
5089
  }
5090
5090
 
5091
+ #cargue-plantillas .encabezado-acciones I {
5092
+ color: var(--color-400);
5093
+ }
5094
+
5095
+
5091
5096
 
5092
5097
 
5093
5098