general-library-union 2.8.0 → 2.8.2
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
|
@@ -1298,6 +1298,33 @@ min-height: 60px !important;
|
|
|
1298
1298
|
color: #ffffff;
|
|
1299
1299
|
}
|
|
1300
1300
|
|
|
1301
|
+
@media(max-width:1920px){
|
|
1302
|
+
.menu-accordeon {
|
|
1303
|
+
max-height: 100%;
|
|
1304
|
+
width: 100%;
|
|
1305
|
+
height: 500px !important;
|
|
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
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1301
1328
|
@media (max-width:1440px){
|
|
1302
1329
|
.UploadFoto-btn {
|
|
1303
1330
|
width: 18.5%;
|
|
@@ -1316,6 +1316,32 @@ body {
|
|
|
1316
1316
|
color: white;
|
|
1317
1317
|
}
|
|
1318
1318
|
|
|
1319
|
+
@media(max-width:1920px){
|
|
1320
|
+
.menu-accordeon {
|
|
1321
|
+
max-height: 100%;
|
|
1322
|
+
width: 100%;
|
|
1323
|
+
height: 500px !important;
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
.datos {
|
|
1327
|
+
margin-top: -30px;
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
@media (max-width: 1600px) {
|
|
1331
|
+
.menu-accordeon {
|
|
1332
|
+
max-height: 100%;
|
|
1333
|
+
width: 100%;
|
|
1334
|
+
height: 480px !important;
|
|
1335
|
+
}
|
|
1336
|
+
|
|
1337
|
+
.UploadFoto-btn {
|
|
1338
|
+
width: 19%;}
|
|
1339
|
+
|
|
1340
|
+
.datos{
|
|
1341
|
+
margin-top: -30px;
|
|
1342
|
+
}
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1319
1345
|
@media (max-width:1440px){
|
|
1320
1346
|
.UploadFoto-btn {
|
|
1321
1347
|
width: 18.5%;
|