general-library-union 2.8.17 → 2.8.19
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
|
@@ -1567,6 +1567,18 @@ min-height: 60px !important;
|
|
|
1567
1567
|
border: 5px solid var(--color-700) !important;
|
|
1568
1568
|
}
|
|
1569
1569
|
|
|
1570
|
+
.hojavida .p-tabview.p-component .justify-content-end {
|
|
1571
|
+
display: table !important;
|
|
1572
|
+
width: 100% !important;
|
|
1573
|
+
}
|
|
1574
|
+
.hojavida .p-tabview.p-component .justify-content-end button {
|
|
1575
|
+
display: table;
|
|
1576
|
+
width: 100%;
|
|
1577
|
+
margin: 0 !important;
|
|
1578
|
+
margin-top: 10px !important;
|
|
1579
|
+
font-size: 1rem !important;
|
|
1580
|
+
padding-top: 10px;
|
|
1581
|
+
}
|
|
1570
1582
|
|
|
1571
1583
|
}
|
|
1572
1584
|
|
|
@@ -1581,6 +1581,19 @@ body {
|
|
|
1581
1581
|
border: 5px solid var(--color-700) !important;
|
|
1582
1582
|
}
|
|
1583
1583
|
|
|
1584
|
+
.hojavida .p-tabview.p-component .justify-content-end {
|
|
1585
|
+
display: table !important;
|
|
1586
|
+
width: 100% !important;
|
|
1587
|
+
}
|
|
1588
|
+
.hojavida .p-tabview.p-component .justify-content-end button {
|
|
1589
|
+
display: table;
|
|
1590
|
+
width: 100%;
|
|
1591
|
+
margin: 0 !important;
|
|
1592
|
+
margin-top: 10px !important;
|
|
1593
|
+
font-size: 1rem !important;
|
|
1594
|
+
padding-top: 10px;
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1584
1597
|
}
|
|
1585
1598
|
|
|
1586
1599
|
@media (max-width:425px){
|
|
@@ -3059,7 +3072,6 @@ li.btn-descarga-masiva a {
|
|
|
3059
3072
|
}
|
|
3060
3073
|
|
|
3061
3074
|
.datos h1 {
|
|
3062
|
-
font-size: 0.9rem !important;
|
|
3063
3075
|
margin-bottom: 10px;
|
|
3064
3076
|
}
|
|
3065
3077
|
|