@6thbridge/hexa 0.0.46 → 0.0.48
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 +15 -16
- package/package.json +1 -1
package/dist/output.css
CHANGED
@@ -634,12 +634,12 @@ video {
|
|
634
634
|
top: 0.5rem;
|
635
635
|
}
|
636
636
|
|
637
|
-
.top-
|
638
|
-
top:
|
637
|
+
.top-3{
|
638
|
+
top: 0.75rem;
|
639
639
|
}
|
640
640
|
|
641
|
-
.top-
|
642
|
-
top:
|
641
|
+
.top-4{
|
642
|
+
top: 1rem;
|
643
643
|
}
|
644
644
|
|
645
645
|
.top-\[50\%\]{
|
@@ -1593,11 +1593,6 @@ video {
|
|
1593
1593
|
padding-bottom: 0.75rem;
|
1594
1594
|
}
|
1595
1595
|
|
1596
|
-
.py-4{
|
1597
|
-
padding-top: 1rem;
|
1598
|
-
padding-bottom: 1rem;
|
1599
|
-
}
|
1600
|
-
|
1601
1596
|
.py-6{
|
1602
1597
|
padding-top: 1.5rem;
|
1603
1598
|
padding-bottom: 1.5rem;
|
@@ -1662,11 +1657,6 @@ video {
|
|
1662
1657
|
text-align: center;
|
1663
1658
|
}
|
1664
1659
|
|
1665
|
-
.text-2xl{
|
1666
|
-
font-size: 1.5rem;
|
1667
|
-
line-height: 2rem;
|
1668
|
-
}
|
1669
|
-
|
1670
1660
|
.text-\[0\.875rem\]{
|
1671
1661
|
font-size: 0.875rem;
|
1672
1662
|
}
|
@@ -1688,6 +1678,11 @@ video {
|
|
1688
1678
|
line-height: 1.5rem;
|
1689
1679
|
}
|
1690
1680
|
|
1681
|
+
.text-lg{
|
1682
|
+
font-size: 1.125rem;
|
1683
|
+
line-height: 1.75rem;
|
1684
|
+
}
|
1685
|
+
|
1691
1686
|
.text-sm{
|
1692
1687
|
font-size: 0.875rem;
|
1693
1688
|
line-height: 1.25rem;
|
@@ -2674,8 +2669,12 @@ input:-webkit-autofill:active {
|
|
2674
2669
|
}
|
2675
2670
|
|
2676
2671
|
@media (min-width: 768px){
|
2677
|
-
.md
|
2678
|
-
|
2672
|
+
.md\:\!mt-0{
|
2673
|
+
margin-top: 0px !important;
|
2674
|
+
}
|
2675
|
+
|
2676
|
+
.md\:\!hidden{
|
2677
|
+
display: none !important;
|
2679
2678
|
}
|
2680
2679
|
|
2681
2680
|
.md\:max-h-full{
|