general-library-union 2.7.83 → 2.7.85
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,12 @@ 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: 30px;
|
|
1399
|
+
top: 0;
|
|
1400
|
+
|
|
1401
|
+
}
|
|
1398
1402
|
|
|
1399
1403
|
.hojavida {
|
|
1400
1404
|
width: 100%;
|
|
@@ -1459,6 +1463,9 @@ min-height: 60px !important;
|
|
|
1459
1463
|
}
|
|
1460
1464
|
|
|
1461
1465
|
|
|
1466
|
+
|
|
1467
|
+
|
|
1468
|
+
|
|
1462
1469
|
/******************************************************************************
|
|
1463
1470
|
* CARD INSTRUCCIONES styles
|
|
1464
1471
|
*****************************************************************************/
|
|
@@ -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,11 @@ 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: 30px;
|
|
1458
|
+
top: 0;
|
|
1459
|
+
}
|
|
1457
1460
|
|
|
1458
1461
|
.hojavida {
|
|
1459
1462
|
width: 100%;
|
|
@@ -1484,11 +1487,12 @@ body {
|
|
|
1484
1487
|
}
|
|
1485
1488
|
|
|
1486
1489
|
.p-fileupload.p-fileupload-basic {
|
|
1487
|
-
position:
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1490
|
+
position: initial;
|
|
1491
|
+
display: flex;
|
|
1492
|
+
justify-content: center;
|
|
1493
|
+
margin-top: -30px;
|
|
1494
|
+
margin-left: 60px;
|
|
1495
|
+
}
|
|
1492
1496
|
.mbottom {
|
|
1493
1497
|
margin-top: 0px !important;
|
|
1494
1498
|
}
|