general-library-union 2.7.41 → 2.7.43

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.7.41",
3
+ "version": "2.7.43",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -1283,7 +1283,6 @@ min-height: 60px !important;
1283
1283
 
1284
1284
  }
1285
1285
 
1286
-
1287
1286
  @media (max-width:1024px){
1288
1287
  .UploadFoto-btn h1 {
1289
1288
  font-size: 1rem !important;
@@ -1304,6 +1303,82 @@ min-height: 60px !important;
1304
1303
  }
1305
1304
 
1306
1305
  }
1306
+
1307
+ @media (width:768px) {
1308
+ .UploadFoto-btn {
1309
+ height: 100vh;
1310
+ right: 0px;
1311
+ }
1312
+
1313
+ .hojavida {
1314
+ margin-right: 28% !important;
1315
+ margin-right: auto !important;
1316
+ }
1317
+
1318
+ img.layout-topbar-logo-full {
1319
+ width: 152px;
1320
+ height: 45px;
1321
+ }
1322
+
1323
+ .hojavida {
1324
+ width: 77%;
1325
+ }
1326
+
1327
+
1328
+ .contenidoDatosBasicos td {
1329
+ display: inline-table !important;
1330
+ }
1331
+
1332
+ .UploadFoto-btn {
1333
+ height: 100vh;
1334
+ left: -60px;
1335
+ width: 30%;
1336
+ z-index: auto;
1337
+ }
1338
+
1339
+ span.p-ripple.p-element.p-button.p-component.p-fileupload-choose {
1340
+ width: 30px;
1341
+ border-radius: 50%;
1342
+ min-width: 36px;
1343
+
1344
+ .pi-plus:before {
1345
+ content: "\e972";
1346
+ }
1347
+ }
1348
+
1349
+
1350
+ .p-fileupload.p-fileupload-basic .p-button-label {
1351
+ display: none;
1352
+ }
1353
+
1354
+ .p-fileupload.p-fileupload-basic {
1355
+ position: absolute;
1356
+ top: 110px;
1357
+ right: 40px;
1358
+ }
1359
+
1360
+ .mbottom {
1361
+ margin-top: 0px !important;
1362
+ }
1363
+
1364
+ span.p-ripple.p-element.p-button.p-component.p-fileupload-choose {
1365
+ position: absolute;
1366
+ top: -50px;
1367
+ left: -60px;
1368
+ min-width: 30px;
1369
+ height: 30px;
1370
+ }
1371
+
1372
+ .pi-plus:before {
1373
+ margin: -13px -4px 0;
1374
+ }
1375
+
1376
+ span.p-button-icon.p-button-icon-left.pi.pi-plus {
1377
+ margin-left: -4px;
1378
+ margin-top: 3px;
1379
+ }
1380
+ }
1381
+
1307
1382
  /******************************************************************************
1308
1383
  * CARD INSTRUCCIONES styles
1309
1384
  *****************************************************************************/
@@ -1363,6 +1363,80 @@ body {
1363
1363
  }
1364
1364
  }
1365
1365
 
1366
+ @media (width:768px) {
1367
+ .UploadFoto-btn {
1368
+ height: 100vh;
1369
+ right: 0px;
1370
+ }
1371
+
1372
+ .hojavida {
1373
+ margin-right: 28% !important;
1374
+ margin-right: auto !important;
1375
+ }
1376
+
1377
+ img.layout-topbar-logo-full {
1378
+ width: 152px;
1379
+ height: 45px;
1380
+ }
1381
+
1382
+ .hojavida {
1383
+ width: 77%;
1384
+ }
1385
+
1386
+
1387
+ .contenidoDatosBasicos td {
1388
+ display: inline-table !important;
1389
+ }
1390
+
1391
+ .UploadFoto-btn {
1392
+ height: 100vh;
1393
+ left: -60px;
1394
+ width: 30%;
1395
+ z-index: auto;
1396
+ }
1397
+
1398
+ span.p-ripple.p-element.p-button.p-component.p-fileupload-choose {
1399
+ width: 30px;
1400
+ border-radius: 50%;
1401
+ min-width: 36px;
1402
+
1403
+ .pi-plus:before {
1404
+ content: "\e972";
1405
+ }
1406
+ }
1407
+
1408
+
1409
+ .p-fileupload.p-fileupload-basic .p-button-label {
1410
+ display: none;
1411
+ }
1412
+
1413
+ .p-fileupload.p-fileupload-basic {
1414
+ position: absolute;
1415
+ top: 110px;
1416
+ right: 40px;
1417
+ }
1418
+
1419
+ .mbottom {
1420
+ margin-top: 0px !important;
1421
+ }
1422
+
1423
+ span.p-ripple.p-element.p-button.p-component.p-fileupload-choose {
1424
+ position: absolute;
1425
+ top: -50px;
1426
+ left: -60px;
1427
+ min-width: 30px;
1428
+ height: 30px;
1429
+ }
1430
+
1431
+ .pi-plus:before {
1432
+ margin: -13px -4px 0;
1433
+ }
1434
+
1435
+ span.p-button-icon.p-button-icon-left.pi.pi-plus {
1436
+ margin-left: -4px;
1437
+ margin-top: 3px;
1438
+ }
1439
+ }
1366
1440
 
1367
1441
 
1368
1442
  /******************************************************************************