livevegas-ui-kit 1.0.137 → 1.0.138
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.
|
@@ -9524,7 +9524,7 @@ const B0 = {
|
|
|
9524
9524
|
display: flex;
|
|
9525
9525
|
justify-content: center;
|
|
9526
9526
|
align-items: center;
|
|
9527
|
-
gap: ${({ $isBig: e, $isMobile: t }) => t
|
|
9527
|
+
gap: ${({ $isBig: e, $isMobile: t }) => t || e ? 12 : 4}px;
|
|
9528
9528
|
}
|
|
9529
9529
|
|
|
9530
9530
|
.button {
|
|
@@ -2604,7 +2604,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[Nt]+=1);const S1=p.div`
|
|
|
2604
2604
|
display: flex;
|
|
2605
2605
|
justify-content: center;
|
|
2606
2606
|
align-items: center;
|
|
2607
|
-
gap: ${({$isBig:e,$isMobile:t})=>t
|
|
2607
|
+
gap: ${({$isBig:e,$isMobile:t})=>t||e?12:4}px;
|
|
2608
2608
|
}
|
|
2609
2609
|
|
|
2610
2610
|
.button {
|