general-library-union 2.7.80 → 2.7.82
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,77 @@ min-height: 60px !important;
|
|
|
1385
1385
|
}
|
|
1386
1386
|
}
|
|
1387
1387
|
|
|
1388
|
+
@media (max-width:600px){
|
|
1389
|
+
|
|
1390
|
+
.UploadFoto-btn {
|
|
1391
|
+
width: 100%;
|
|
1392
|
+
position: initial !important;
|
|
1393
|
+
margin-left: 0 !important;
|
|
1394
|
+
box-shadow: none !important;
|
|
1395
|
+
padding: 4%;
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
.hojavida {
|
|
1399
|
+
width: 100%;
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1402
|
+
|
|
1403
|
+
img.layout-topbar-logo-full {
|
|
1404
|
+
width: 137px !important;
|
|
1405
|
+
height: 40px !important;
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
|
|
1409
|
+
|
|
1410
|
+
span.p-ripple.p-element.p-button.p-component.p-fileupload-choose {
|
|
1411
|
+
width: 30px;
|
|
1412
|
+
border-radius: 50%;
|
|
1413
|
+
min-width: 36px;
|
|
1414
|
+
|
|
1415
|
+
.pi-plus:before {
|
|
1416
|
+
content: "\e972";
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
|
|
1421
|
+
.p-fileupload.p-fileupload-basic .p-button-label {
|
|
1422
|
+
display: none;
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
.p-fileupload.p-fileupload-basic {
|
|
1426
|
+
position: absolute;
|
|
1427
|
+
top: 110px;
|
|
1428
|
+
right: 40px;
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1431
|
+
.mbottom {
|
|
1432
|
+
margin-top: 0px !important;
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
span.p-ripple.p-element.p-button.p-component.p-fileupload-choose {
|
|
1436
|
+
position: absolute;
|
|
1437
|
+
top: -50px;
|
|
1438
|
+
left: -40px;
|
|
1439
|
+
min-width: 30px;
|
|
1440
|
+
height: 30px;
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1443
|
+
span.p-ripple.p-element.p-button.p-component.p-fileupload-choose span {
|
|
1444
|
+
margin: 0px -4px;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
.pi-plus:before {
|
|
1448
|
+
margin: -13px -4px 0;
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
span.p-button-icon.p-button-icon-left.pi.pi-plus {
|
|
1452
|
+
margin-left: -4px;
|
|
1453
|
+
margin-top: 3px;
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
|
|
1457
|
+
}
|
|
1458
|
+
|
|
1388
1459
|
/******************************************************************************
|
|
1389
1460
|
* CARD INSTRUCCIONES styles
|
|
1390
1461
|
*****************************************************************************/
|
|
@@ -1444,6 +1444,77 @@ body {
|
|
|
1444
1444
|
}
|
|
1445
1445
|
}
|
|
1446
1446
|
|
|
1447
|
+
@media (max-width:600px){
|
|
1448
|
+
|
|
1449
|
+
.UploadFoto-btn {
|
|
1450
|
+
width: 100%;
|
|
1451
|
+
position: initial !important;
|
|
1452
|
+
margin-left: 0 !important;
|
|
1453
|
+
box-shadow: none !important;
|
|
1454
|
+
padding: 4%;
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
.hojavida {
|
|
1458
|
+
width: 100%;
|
|
1459
|
+
}
|
|
1460
|
+
|
|
1461
|
+
|
|
1462
|
+
img.layout-topbar-logo-full {
|
|
1463
|
+
width: 137px !important;
|
|
1464
|
+
height: 40px !important;
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
|
|
1468
|
+
|
|
1469
|
+
span.p-ripple.p-element.p-button.p-component.p-fileupload-choose {
|
|
1470
|
+
width: 30px;
|
|
1471
|
+
border-radius: 50%;
|
|
1472
|
+
min-width: 36px;
|
|
1473
|
+
|
|
1474
|
+
.pi-plus:before {
|
|
1475
|
+
content: "\e972";
|
|
1476
|
+
}
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
.p-fileupload.p-fileupload-basic .p-button-label {
|
|
1481
|
+
display: none;
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
.p-fileupload.p-fileupload-basic {
|
|
1485
|
+
position: absolute;
|
|
1486
|
+
top: 110px;
|
|
1487
|
+
right: 40px;
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
.mbottom {
|
|
1491
|
+
margin-top: 0px !important;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
span.p-ripple.p-element.p-button.p-component.p-fileupload-choose {
|
|
1495
|
+
position: absolute;
|
|
1496
|
+
top: -50px;
|
|
1497
|
+
left: -40px;
|
|
1498
|
+
min-width: 30px;
|
|
1499
|
+
height: 30px;
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1502
|
+
span.p-ripple.p-element.p-button.p-component.p-fileupload-choose span {
|
|
1503
|
+
margin: 0px -4px;
|
|
1504
|
+
}
|
|
1505
|
+
|
|
1506
|
+
.pi-plus:before {
|
|
1507
|
+
margin: -13px -4px 0;
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1510
|
+
span.p-button-icon.p-button-icon-left.pi.pi-plus {
|
|
1511
|
+
margin-left: -4px;
|
|
1512
|
+
margin-top: 3px;
|
|
1513
|
+
}
|
|
1514
|
+
|
|
1515
|
+
|
|
1516
|
+
}
|
|
1517
|
+
|
|
1447
1518
|
/******************************************************************************
|
|
1448
1519
|
* CARD INSTRUCCIONES styles
|
|
1449
1520
|
*****************************************************************************/
|