general-library-union 2.9.23 → 2.9.25
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
|
@@ -4150,6 +4150,23 @@ td.GrupoColor {
|
|
|
4150
4150
|
|
|
4151
4151
|
}
|
|
4152
4152
|
|
|
4153
|
+
@media (max-width: 600px) {
|
|
4154
|
+
.nav-planta-personal {
|
|
4155
|
+
width: 100%;
|
|
4156
|
+
position: initial;
|
|
4157
|
+
order: 1;
|
|
4158
|
+
height: auto;
|
|
4159
|
+
}
|
|
4160
|
+
|
|
4161
|
+
|
|
4162
|
+
.contenido {
|
|
4163
|
+
left: 0%;
|
|
4164
|
+
width: 100%;
|
|
4165
|
+
margin-bottom: 30px;
|
|
4166
|
+
order: 2;
|
|
4167
|
+
}
|
|
4168
|
+
}
|
|
4169
|
+
|
|
4153
4170
|
|
|
4154
4171
|
|
|
4155
4172
|
/******************************************************************************
|
|
@@ -5142,6 +5142,23 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5142
5142
|
|
|
5143
5143
|
}
|
|
5144
5144
|
|
|
5145
|
+
@media (max-width: 600px) {
|
|
5146
|
+
.nav-planta-personal {
|
|
5147
|
+
width: 100%;
|
|
5148
|
+
position: initial;
|
|
5149
|
+
order: 1;
|
|
5150
|
+
height: auto;
|
|
5151
|
+
}
|
|
5152
|
+
|
|
5153
|
+
|
|
5154
|
+
.contenido {
|
|
5155
|
+
left: 0%;
|
|
5156
|
+
width: 100%;
|
|
5157
|
+
margin-bottom: 30px;
|
|
5158
|
+
order: 2;
|
|
5159
|
+
}
|
|
5160
|
+
}
|
|
5161
|
+
|
|
5145
5162
|
|
|
5146
5163
|
|
|
5147
5164
|
/******************************************************************************
|