general-library-union 2.7.86 → 2.7.88
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
|
@@ -1385,6 +1385,7 @@ min-height: 60px !important;
|
|
|
1385
1385
|
}
|
|
1386
1386
|
}
|
|
1387
1387
|
|
|
1388
|
+
|
|
1388
1389
|
@media (max-width:600px){
|
|
1389
1390
|
.UploadFoto-btn {
|
|
1390
1391
|
width: 100%;
|
|
@@ -1397,7 +1398,6 @@ min-height: 60px !important;
|
|
|
1397
1398
|
max-height: 600px;
|
|
1398
1399
|
margin-bottom: 30px;
|
|
1399
1400
|
top: 0;
|
|
1400
|
-
|
|
1401
1401
|
}
|
|
1402
1402
|
|
|
1403
1403
|
.hojavida {
|
|
@@ -1429,19 +1429,21 @@ min-height: 60px !important;
|
|
|
1429
1429
|
}
|
|
1430
1430
|
|
|
1431
1431
|
.p-fileupload.p-fileupload-basic {
|
|
1432
|
-
position:
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1432
|
+
position: initial;
|
|
1433
|
+
display: flex;
|
|
1434
|
+
justify-content: center;
|
|
1435
|
+
display: flex;
|
|
1436
|
+
justify-content: center;
|
|
1437
|
+
align-items: center;
|
|
1438
|
+
}
|
|
1437
1439
|
.mbottom {
|
|
1438
1440
|
margin-top: 0px !important;
|
|
1439
1441
|
}
|
|
1440
1442
|
|
|
1441
1443
|
span.p-ripple.p-element.p-button.p-component.p-fileupload-choose {
|
|
1442
|
-
position:
|
|
1443
|
-
top: -
|
|
1444
|
-
left: -
|
|
1444
|
+
position: relative;
|
|
1445
|
+
top: -40px;
|
|
1446
|
+
left: -30px;
|
|
1445
1447
|
min-width: 30px;
|
|
1446
1448
|
height: 30px;
|
|
1447
1449
|
}
|
|
@@ -1464,8 +1466,6 @@ min-height: 60px !important;
|
|
|
1464
1466
|
|
|
1465
1467
|
|
|
1466
1468
|
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
1469
|
/******************************************************************************
|
|
1470
1470
|
* CARD INSTRUCCIONES styles
|
|
1471
1471
|
*****************************************************************************/
|