@0xsquid/ui 0.13.7 → 0.13.8
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.css +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1529,7 +1529,7 @@ video {
|
|
|
1529
1529
|
}
|
|
1530
1530
|
|
|
1531
1531
|
100% {
|
|
1532
|
-
transform: translate3d(0,
|
|
1532
|
+
transform: translate3d(0, 650px, 0);
|
|
1533
1533
|
}
|
|
1534
1534
|
}
|
|
1535
1535
|
|
|
@@ -1539,7 +1539,7 @@ video {
|
|
|
1539
1539
|
|
|
1540
1540
|
@keyframes tw-slide-to-top {
|
|
1541
1541
|
0% {
|
|
1542
|
-
transform: translate3d(0,
|
|
1542
|
+
transform: translate3d(0, 650px, 0);
|
|
1543
1543
|
}
|
|
1544
1544
|
|
|
1545
1545
|
100% {
|