File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
routes/partners/(components) Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 47
47
class =" dark:bg-greyscale-850/90 mt-4 mb-8 flex flex-col gap-1 rounded-2xl border border-black/8 bg-white/90 px-6 pt-4 pb-6 outline-0 dark:border-white/10"
48
48
>
49
49
<div
50
- class =" flex items-center gap-4 overflow-scroll [-ms-overflow-style:none] [scrollbard -width:none]"
50
+ class =" flex items-center gap-4 overflow-scroll [-ms-overflow-style:none] [scrollbar -width:none]"
51
51
>
52
52
<div class ="hidden items-center gap-4 sm:flex" {...tabs .triggerList }>
53
53
{#each $ctx .triggers .slice (0 , 7 ) as { title, id }}
Original file line number Diff line number Diff line change 100
100
101
101
<style >
102
102
.animate {
103
- animation : card-in 1200ms var (--transition-timing-function -spring ) forwards ;
103
+ animation : card-in 1200ms var (--easing -spring ) forwards ;
104
104
}
105
105
@keyframes card-in {
106
106
0% {
Original file line number Diff line number Diff line change 320
320
}
321
321
322
322
& .active {
323
- animation : var (--transition-timing-function -spring ) right- piece 1.333s forwards ;
323
+ animation : var (--easing -spring ) right- piece 1.333s forwards ;
324
324
}
325
325
}
326
326
343
343
}
344
344
345
345
& .active {
346
- animation : var (--transition-timing-function -spring ) left- piece 1.333s forwards ;
346
+ animation : var (--easing -spring ) left- piece 1.333s forwards ;
347
347
}
348
348
}
349
349
You can’t perform that action at this time.
0 commit comments