general-library-union 2.9.45 → 2.9.46
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
|
@@ -4156,6 +4156,8 @@ td.GrupoColor {
|
|
|
4156
4156
|
position: initial;
|
|
4157
4157
|
order: 1;
|
|
4158
4158
|
height: auto;
|
|
4159
|
+
box-shadow: 0px 0px 2px var(--color-200);
|
|
4160
|
+
|
|
4159
4161
|
}
|
|
4160
4162
|
|
|
4161
4163
|
|
|
@@ -4174,7 +4176,11 @@ td.GrupoColor {
|
|
|
4174
4176
|
|
|
4175
4177
|
.tabla-planta-personal {
|
|
4176
4178
|
height: auto;
|
|
4177
|
-
|
|
4179
|
+
}
|
|
4180
|
+
|
|
4181
|
+
.ordenResponsive{
|
|
4182
|
+
display: flex;
|
|
4183
|
+
flex-direction: column;
|
|
4178
4184
|
}
|
|
4179
4185
|
|
|
4180
4186
|
|