general-library-union 2.9.24 → 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
|
@@ -4158,9 +4158,6 @@ td.GrupoColor {
|
|
|
4158
4158
|
height: auto;
|
|
4159
4159
|
}
|
|
4160
4160
|
|
|
4161
|
-
.planta-personal {
|
|
4162
|
-
display: grid;
|
|
4163
|
-
}
|
|
4164
4161
|
|
|
4165
4162
|
.contenido {
|
|
4166
4163
|
left: 0%;
|
|
@@ -4168,8 +4165,16 @@ td.GrupoColor {
|
|
|
4168
4165
|
margin-bottom: 30px;
|
|
4169
4166
|
order: 2;
|
|
4170
4167
|
}
|
|
4168
|
+
|
|
4169
|
+
.planta-personal:nth-child(1) div {
|
|
4170
|
+
display: grid;
|
|
4171
4171
|
}
|
|
4172
4172
|
|
|
4173
|
+
.planta-personal {
|
|
4174
|
+
width: 100%;
|
|
4175
|
+
}
|
|
4176
|
+
|
|
4177
|
+
}
|
|
4173
4178
|
|
|
4174
4179
|
|
|
4175
4180
|
/******************************************************************************
|
|
@@ -5150,9 +5150,6 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5150
5150
|
height: auto;
|
|
5151
5151
|
}
|
|
5152
5152
|
|
|
5153
|
-
.planta-personal {
|
|
5154
|
-
display: grid;
|
|
5155
|
-
}
|
|
5156
5153
|
|
|
5157
5154
|
.contenido {
|
|
5158
5155
|
left: 0%;
|
|
@@ -5160,6 +5157,13 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5160
5157
|
margin-bottom: 30px;
|
|
5161
5158
|
order: 2;
|
|
5162
5159
|
}
|
|
5160
|
+
.planta-personal:nth-child(1) div {
|
|
5161
|
+
display: grid;
|
|
5162
|
+
}
|
|
5163
|
+
|
|
5164
|
+
.planta-personal {
|
|
5165
|
+
width: 100%;
|
|
5166
|
+
}
|
|
5163
5167
|
}
|
|
5164
5168
|
|
|
5165
5169
|
|