@6thbridge/hexa 0.0.45 → 0.0.47
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +9 -18
- package/package.json +1 -1
package/dist/output.css
CHANGED
@@ -953,12 +953,12 @@ video {
|
|
953
953
|
min-width: 50px;
|
954
954
|
}
|
955
955
|
|
956
|
-
|
957
|
-
max-width:
|
956
|
+
.\!max-w-md{
|
957
|
+
max-width: 28rem !important;
|
958
958
|
}
|
959
959
|
|
960
|
-
.max-w-\[
|
961
|
-
max-width:
|
960
|
+
.max-w-\[100px\]{
|
961
|
+
max-width: 100px;
|
962
962
|
}
|
963
963
|
|
964
964
|
.max-w-full{
|
@@ -1282,10 +1282,6 @@ video {
|
|
1282
1282
|
border-bottom-width: 1px;
|
1283
1283
|
}
|
1284
1284
|
|
1285
|
-
.border-b-0{
|
1286
|
-
border-bottom-width: 0px;
|
1287
|
-
}
|
1288
|
-
|
1289
1285
|
.border-e-0{
|
1290
1286
|
border-inline-end-width: 0px;
|
1291
1287
|
}
|
@@ -1597,11 +1593,6 @@ video {
|
|
1597
1593
|
padding-bottom: 0.75rem;
|
1598
1594
|
}
|
1599
1595
|
|
1600
|
-
.py-4{
|
1601
|
-
padding-top: 1rem;
|
1602
|
-
padding-bottom: 1rem;
|
1603
|
-
}
|
1604
|
-
|
1605
1596
|
.py-6{
|
1606
1597
|
padding-top: 1.5rem;
|
1607
1598
|
padding-bottom: 1.5rem;
|
@@ -1666,11 +1657,6 @@ video {
|
|
1666
1657
|
text-align: center;
|
1667
1658
|
}
|
1668
1659
|
|
1669
|
-
.text-2xl{
|
1670
|
-
font-size: 1.5rem;
|
1671
|
-
line-height: 2rem;
|
1672
|
-
}
|
1673
|
-
|
1674
1660
|
.text-\[0\.875rem\]{
|
1675
1661
|
font-size: 0.875rem;
|
1676
1662
|
}
|
@@ -1692,6 +1678,11 @@ video {
|
|
1692
1678
|
line-height: 1.5rem;
|
1693
1679
|
}
|
1694
1680
|
|
1681
|
+
.text-lg{
|
1682
|
+
font-size: 1.125rem;
|
1683
|
+
line-height: 1.75rem;
|
1684
|
+
}
|
1685
|
+
|
1695
1686
|
.text-sm{
|
1696
1687
|
font-size: 0.875rem;
|
1697
1688
|
line-height: 1.25rem;
|