general-library-union 2.7.83 → 2.7.84
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
|
@@ -1386,7 +1386,6 @@ min-height: 60px !important;
|
|
|
1386
1386
|
}
|
|
1387
1387
|
|
|
1388
1388
|
@media (max-width:600px){
|
|
1389
|
-
|
|
1390
1389
|
.UploadFoto-btn {
|
|
1391
1390
|
width: 100%;
|
|
1392
1391
|
position: relative !important;
|
|
@@ -1394,7 +1393,10 @@ min-height: 60px !important;
|
|
|
1394
1393
|
box-shadow: none !important;
|
|
1395
1394
|
padding: 4%;
|
|
1396
1395
|
order: 1;
|
|
1397
|
-
|
|
1396
|
+
min-height: 300px;
|
|
1397
|
+
max-height: 600px;
|
|
1398
|
+
margin-bottom: 20px;
|
|
1399
|
+
}
|
|
1398
1400
|
|
|
1399
1401
|
.hojavida {
|
|
1400
1402
|
width: 100%;
|
|
@@ -1459,6 +1461,9 @@ min-height: 60px !important;
|
|
|
1459
1461
|
}
|
|
1460
1462
|
|
|
1461
1463
|
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
|
+
|
|
1462
1467
|
/******************************************************************************
|
|
1463
1468
|
* CARD INSTRUCCIONES styles
|
|
1464
1469
|
*****************************************************************************/
|
|
@@ -1445,7 +1445,6 @@ body {
|
|
|
1445
1445
|
}
|
|
1446
1446
|
|
|
1447
1447
|
@media (max-width:600px){
|
|
1448
|
-
|
|
1449
1448
|
.UploadFoto-btn {
|
|
1450
1449
|
width: 100%;
|
|
1451
1450
|
position: relative !important;
|
|
@@ -1453,7 +1452,10 @@ body {
|
|
|
1453
1452
|
box-shadow: none !important;
|
|
1454
1453
|
padding: 4%;
|
|
1455
1454
|
order: 1;
|
|
1456
|
-
|
|
1455
|
+
min-height: 300px;
|
|
1456
|
+
max-height: 600px;
|
|
1457
|
+
margin-bottom: 20px;
|
|
1458
|
+
}
|
|
1457
1459
|
|
|
1458
1460
|
.hojavida {
|
|
1459
1461
|
width: 100%;
|