general-library-union 2.7.91 → 2.7.92

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.91",
3
+ "version": "2.7.92",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -1478,6 +1478,21 @@ min-height: 60px !important;
1478
1478
  }
1479
1479
 
1480
1480
 
1481
+ @media (max-width:425px){
1482
+ .hojavida .p-tabview.p-component .justify-content-end {
1483
+ display: table !important;
1484
+ width: 100% !important;
1485
+ }
1486
+ .hojavida .p-tabview.p-component .justify-content-end button {
1487
+ display: table;
1488
+ width: 100%;
1489
+ margin: 0 !important;
1490
+ margin-top: 10px !important;
1491
+ font-size: 1rem !important;
1492
+ padding-top: 10px;
1493
+ }
1494
+ }
1495
+
1481
1496
 
1482
1497
  /******************************************************************************
1483
1498
  * CARD INSTRUCCIONES styles
@@ -1538,6 +1538,20 @@ body {
1538
1538
 
1539
1539
  }
1540
1540
 
1541
+ @media (max-width:425px){
1542
+ .hojavida .p-tabview.p-component .justify-content-end {
1543
+ display: table !important;
1544
+ width: 100% !important;
1545
+ }
1546
+ .hojavida .p-tabview.p-component .justify-content-end button {
1547
+ display: table;
1548
+ width: 100%;
1549
+ margin: 0 !important;
1550
+ margin-top: 10px !important;
1551
+ font-size: 1rem !important;
1552
+ padding-top: 10px;
1553
+ }
1554
+ }
1541
1555
  /******************************************************************************
1542
1556
  * CARD INSTRUCCIONES styles
1543
1557
  *****************************************************************************/