mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Ticker Solved
This commit is contained in:
@@ -8,19 +8,7 @@
|
||||
|
||||
& > * {
|
||||
@apply flex-1 px-16 py-4;
|
||||
width: 460px;
|
||||
}
|
||||
|
||||
& > *:after {
|
||||
content: ' ';
|
||||
display: block;
|
||||
position: absolute;
|
||||
height: 100px;
|
||||
background: #999;
|
||||
width: 2px;
|
||||
left: 20px;
|
||||
top: calc(50% - 53px);
|
||||
transform: rotate(25deg);
|
||||
width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -40,7 +40,7 @@ const M: FC<Props> = ({
|
||||
|
||||
return (
|
||||
<div className={rootClassName}>
|
||||
<Ticker>
|
||||
<Ticker offset={80}>
|
||||
{({ index }) => (
|
||||
<div className={s.container}>
|
||||
{items.map((p: any, i: any) => (
|
||||
|
Reference in New Issue
Block a user