general-library-union 2.9.25 → 2.9.26
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
|
@@ -4165,8 +4165,16 @@ td.GrupoColor {
|
|
|
4165
4165
|
margin-bottom: 30px;
|
|
4166
4166
|
order: 2;
|
|
4167
4167
|
}
|
|
4168
|
+
|
|
4169
|
+
.planta-personal:nth-child(1) div {
|
|
4170
|
+
display: grid;
|
|
4171
|
+
}
|
|
4172
|
+
|
|
4173
|
+
.planta-personal {
|
|
4174
|
+
width: 100%;
|
|
4168
4175
|
}
|
|
4169
4176
|
|
|
4177
|
+
}
|
|
4170
4178
|
|
|
4171
4179
|
|
|
4172
4180
|
/******************************************************************************
|