general-library-union 3.0.2 → 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
|
@@ -4104,6 +4104,17 @@ td.GrupoColor {
|
|
|
4104
4104
|
padding: 0.45rem !important;
|
|
4105
4105
|
}
|
|
4106
4106
|
|
|
4107
|
+
#cargue-plantillas .encabezado-acciones h5 {
|
|
4108
|
+
font-size: 0.9rem;
|
|
4109
|
+
display: flex;
|
|
4110
|
+
color: rgba(0, 0, 0, 0.87);
|
|
4111
|
+
align-items: center;
|
|
4112
|
+
}
|
|
4113
|
+
|
|
4114
|
+
|
|
4115
|
+
#cargue-plantillas .encabezado-acciones I {
|
|
4116
|
+
color: var(--color-400);
|
|
4117
|
+
}
|
|
4107
4118
|
|
|
4108
4119
|
|
|
4109
4120
|
/******************************************************************************
|
|
@@ -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:
|
|
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
|
|