general-library-union 2.8.1 → 2.8.3
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
|
@@ -1302,8 +1302,27 @@ min-height: 60px !important;
|
|
|
1302
1302
|
.menu-accordeon {
|
|
1303
1303
|
max-height: 100%;
|
|
1304
1304
|
width: 100%;
|
|
1305
|
-
height:
|
|
1305
|
+
height: 500px !important;
|
|
1306
1306
|
}
|
|
1307
|
+
|
|
1308
|
+
.datos {
|
|
1309
|
+
margin-top: -30px;
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1313
|
+
@media (max-width: 1600px) {
|
|
1314
|
+
.menu-accordeon {
|
|
1315
|
+
max-height: 100%;
|
|
1316
|
+
width: 100%;
|
|
1317
|
+
height: 480px !important;
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
.UploadFoto-btn {
|
|
1321
|
+
width: 19%;}
|
|
1322
|
+
|
|
1323
|
+
.datos{
|
|
1324
|
+
margin-top: -30px;
|
|
1325
|
+
}
|
|
1307
1326
|
}
|
|
1308
1327
|
|
|
1309
1328
|
@media (max-width:1440px){
|
|
@@ -1320,8 +1320,27 @@ body {
|
|
|
1320
1320
|
.menu-accordeon {
|
|
1321
1321
|
max-height: 100%;
|
|
1322
1322
|
width: 100%;
|
|
1323
|
-
height:
|
|
1323
|
+
height: 500px !important;
|
|
1324
1324
|
}
|
|
1325
|
+
|
|
1326
|
+
.datos {
|
|
1327
|
+
margin-top: -30px;
|
|
1328
|
+
}
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
@media (max-width: 1600px) {
|
|
1332
|
+
.menu-accordeon {
|
|
1333
|
+
max-height: 100%;
|
|
1334
|
+
width: 100%;
|
|
1335
|
+
height: 480px !important;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
.UploadFoto-btn {
|
|
1339
|
+
width: 19%;}
|
|
1340
|
+
|
|
1341
|
+
.datos{
|
|
1342
|
+
margin-top: -30px;
|
|
1343
|
+
}
|
|
1325
1344
|
}
|
|
1326
1345
|
|
|
1327
1346
|
@media (max-width:1440px){
|