general-library-union 2.7.75 → 2.7.77
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,10 +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;
|
|
1317
|
+
width: 24%
|
|
1311
1318
|
}
|
|
1312
1319
|
|
|
1313
1320
|
.hojavida {
|
|
@@ -1321,7 +1328,7 @@ min-height: 60px !important;
|
|
|
1321
1328
|
}
|
|
1322
1329
|
|
|
1323
1330
|
.hojavida {
|
|
1324
|
-
width:
|
|
1331
|
+
width: 75%;
|
|
1325
1332
|
}
|
|
1326
1333
|
|
|
1327
1334
|
|
|
@@ -1359,11 +1366,15 @@ min-height: 60px !important;
|
|
|
1359
1366
|
span.p-ripple.p-element.p-button.p-component.p-fileupload-choose {
|
|
1360
1367
|
position: absolute;
|
|
1361
1368
|
top: -50px;
|
|
1362
|
-
left: -
|
|
1369
|
+
left: -40px;
|
|
1363
1370
|
min-width: 30px;
|
|
1364
1371
|
height: 30px;
|
|
1365
1372
|
}
|
|
1366
1373
|
|
|
1374
|
+
span.p-ripple.p-element.p-button.p-component.p-fileupload-choose span {
|
|
1375
|
+
margin: 0px -4px;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1367
1378
|
.pi-plus:before {
|
|
1368
1379
|
margin: -13px -4px 0;
|
|
1369
1380
|
}
|
|
@@ -1365,9 +1365,15 @@ 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;
|
|
1376
|
+
width: 24%
|
|
1371
1377
|
}
|
|
1372
1378
|
|
|
1373
1379
|
.hojavida {
|
|
@@ -1381,7 +1387,7 @@ body {
|
|
|
1381
1387
|
}
|
|
1382
1388
|
|
|
1383
1389
|
.hojavida {
|
|
1384
|
-
width:
|
|
1390
|
+
width: 75%;
|
|
1385
1391
|
}
|
|
1386
1392
|
|
|
1387
1393
|
|
|
@@ -1419,11 +1425,15 @@ body {
|
|
|
1419
1425
|
span.p-ripple.p-element.p-button.p-component.p-fileupload-choose {
|
|
1420
1426
|
position: absolute;
|
|
1421
1427
|
top: -50px;
|
|
1422
|
-
left: -
|
|
1428
|
+
left: -40px;
|
|
1423
1429
|
min-width: 30px;
|
|
1424
1430
|
height: 30px;
|
|
1425
1431
|
}
|
|
1426
1432
|
|
|
1433
|
+
span.p-ripple.p-element.p-button.p-component.p-fileupload-choose span {
|
|
1434
|
+
margin: 0px -4px;
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1427
1437
|
.pi-plus:before {
|
|
1428
1438
|
margin: -13px -4px 0;
|
|
1429
1439
|
}
|