general-library-union 2.7.82 → 2.7.84

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.82",
3
+ "version": "2.7.84",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -1386,17 +1386,21 @@ min-height: 60px !important;
1386
1386
  }
1387
1387
 
1388
1388
  @media (max-width:600px){
1389
-
1390
1389
  .UploadFoto-btn {
1391
1390
  width: 100%;
1392
- position: initial !important;
1391
+ position: relative !important;
1393
1392
  margin-left: 0 !important;
1394
1393
  box-shadow: none !important;
1395
1394
  padding: 4%;
1396
- }
1395
+ order: 1;
1396
+ min-height: 300px;
1397
+ max-height: 600px;
1398
+ margin-bottom: 20px;
1399
+ }
1397
1400
 
1398
1401
  .hojavida {
1399
1402
  width: 100%;
1403
+ order: 2;
1400
1404
  }
1401
1405
 
1402
1406
 
@@ -1456,6 +1460,10 @@ min-height: 60px !important;
1456
1460
 
1457
1461
  }
1458
1462
 
1463
+
1464
+
1465
+
1466
+
1459
1467
  /******************************************************************************
1460
1468
  * CARD INSTRUCCIONES styles
1461
1469
  *****************************************************************************/
@@ -1445,17 +1445,21 @@ body {
1445
1445
  }
1446
1446
 
1447
1447
  @media (max-width:600px){
1448
-
1449
1448
  .UploadFoto-btn {
1450
1449
  width: 100%;
1451
- position: initial !important;
1450
+ position: relative !important;
1452
1451
  margin-left: 0 !important;
1453
1452
  box-shadow: none !important;
1454
1453
  padding: 4%;
1455
- }
1454
+ order: 1;
1455
+ min-height: 300px;
1456
+ max-height: 600px;
1457
+ margin-bottom: 20px;
1458
+ }
1456
1459
 
1457
1460
  .hojavida {
1458
1461
  width: 100%;
1462
+ order: 2;
1459
1463
  }
1460
1464
 
1461
1465