general-library-union 2.7.81 → 2.7.83

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.81",
3
+ "version": "2.7.83",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -1389,14 +1389,16 @@ min-height: 60px !important;
1389
1389
 
1390
1390
  .UploadFoto-btn {
1391
1391
  width: 100%;
1392
- position: initial !important;
1392
+ position: relative !important;
1393
1393
  margin-left: 0 !important;
1394
1394
  box-shadow: none !important;
1395
1395
  padding: 4%;
1396
+ order: 1;
1396
1397
  }
1397
1398
 
1398
1399
  .hojavida {
1399
1400
  width: 100%;
1401
+ order: 2;
1400
1402
  }
1401
1403
 
1402
1404
 
@@ -1456,6 +1458,7 @@ min-height: 60px !important;
1456
1458
 
1457
1459
  }
1458
1460
 
1461
+
1459
1462
  /******************************************************************************
1460
1463
  * CARD INSTRUCCIONES styles
1461
1464
  *****************************************************************************/
@@ -1448,14 +1448,16 @@ body {
1448
1448
 
1449
1449
  .UploadFoto-btn {
1450
1450
  width: 100%;
1451
- position: initial !important;
1451
+ position: relative !important;
1452
1452
  margin-left: 0 !important;
1453
1453
  box-shadow: none !important;
1454
1454
  padding: 4%;
1455
+ order: 1;
1455
1456
  }
1456
1457
 
1457
1458
  .hojavida {
1458
1459
  width: 100%;
1460
+ order: 2;
1459
1461
  }
1460
1462
 
1461
1463