general-library-union 2.7.76 → 2.7.78
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
|
@@ -1304,11 +1304,17 @@ min-height: 60px !important;
|
|
|
1304
1304
|
|
|
1305
1305
|
}
|
|
1306
1306
|
|
|
1307
|
+
|
|
1307
1308
|
@media (width:768px) {
|
|
1309
|
+
.datos {
|
|
1310
|
+
position: relative;
|
|
1311
|
+
margin-top: 20px;
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1308
1314
|
.UploadFoto-btn {
|
|
1309
1315
|
height: 100vh;
|
|
1310
1316
|
right: 0px;
|
|
1311
|
-
width: 24
|
|
1317
|
+
width: 24%
|
|
1312
1318
|
}
|
|
1313
1319
|
|
|
1314
1320
|
.hojavida {
|
|
@@ -1360,11 +1366,15 @@ min-height: 60px !important;
|
|
|
1360
1366
|
span.p-ripple.p-element.p-button.p-component.p-fileupload-choose {
|
|
1361
1367
|
position: absolute;
|
|
1362
1368
|
top: -50px;
|
|
1363
|
-
left: -
|
|
1369
|
+
left: -40px;
|
|
1364
1370
|
min-width: 30px;
|
|
1365
1371
|
height: 30px;
|
|
1366
1372
|
}
|
|
1367
1373
|
|
|
1374
|
+
span.p-ripple.p-element.p-button.p-component.p-fileupload-choose span {
|
|
1375
|
+
margin: 0px -4px;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1368
1378
|
.pi-plus:before {
|
|
1369
1379
|
margin: -13px -4px 0;
|
|
1370
1380
|
}
|
|
@@ -1365,6 +1365,11 @@ body {
|
|
|
1365
1365
|
|
|
1366
1366
|
|
|
1367
1367
|
@media (width:768px) {
|
|
1368
|
+
.datos {
|
|
1369
|
+
position: relative;
|
|
1370
|
+
margin-top: 20px;
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1368
1373
|
.UploadFoto-btn {
|
|
1369
1374
|
height: 100vh;
|
|
1370
1375
|
right: 0px;
|
|
@@ -1420,11 +1425,15 @@ body {
|
|
|
1420
1425
|
span.p-ripple.p-element.p-button.p-component.p-fileupload-choose {
|
|
1421
1426
|
position: absolute;
|
|
1422
1427
|
top: -50px;
|
|
1423
|
-
left: -
|
|
1428
|
+
left: -40px;
|
|
1424
1429
|
min-width: 30px;
|
|
1425
1430
|
height: 30px;
|
|
1426
1431
|
}
|
|
1427
1432
|
|
|
1433
|
+
span.p-ripple.p-element.p-button.p-component.p-fileupload-choose span {
|
|
1434
|
+
margin: 0px -4px;
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1428
1437
|
.pi-plus:before {
|
|
1429
1438
|
margin: -13px -4px 0;
|
|
1430
1439
|
}
|
|
@@ -1435,7 +1444,6 @@ body {
|
|
|
1435
1444
|
}
|
|
1436
1445
|
}
|
|
1437
1446
|
|
|
1438
|
-
|
|
1439
1447
|
/******************************************************************************
|
|
1440
1448
|
* CARD INSTRUCCIONES styles
|
|
1441
1449
|
*****************************************************************************/
|