File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
(experiments)/new-homepage/(components)
products/sites/(components) Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 213
213
</div >
214
214
{/each }
215
215
216
- <div class =" pointer-events-none absolute inset-0 z-50" >
216
+ <!-- < div class="pointer-events-none absolute inset-0 z-50">
217
217
{#each correctStats as stat, i}
218
218
<div
219
219
class="border-accent absolute top-[var(--top)] left-[calc(var(--left)_+_1px)] h-2 w-2 -translate-1/2 rounded-full border bg-white"
220
220
style:--top={`${stat.top}%`}
221
221
style:--left="{i * 25}%"
222
222
></div>
223
223
{/each}
224
- </div >
224
+ </div> -->
225
225
</div >
226
226
</div >
227
227
<div
Original file line number Diff line number Diff line change 18
18
19
19
const products: Array <{
20
20
label: string ;
21
- icon: unknown ;
21
+ icon: string ;
22
22
line: (isActive : boolean ) => string ;
23
- image: unknown ;
23
+ image: string ;
24
24
}> = [
25
25
{
26
26
label: ' Auth' ,
128
128
<div class ="my-12 flex h-fit flex-1 gap-3" bind:this ={container }>
129
129
<div class =" sticky inset-y-0 top-0 left-0 flex h-full justify-center bg-transparent" >
130
130
<div
131
- class =" border-gradient absolute z-10 flex size-4 items-center justify-center rounded-full bg-gradient-to-tl from-transparent to-white/32 md:-left-7 "
131
+ class =" border-gradient absolute z-10 flex size-4 items-center justify-center rounded-full bg-gradient-to-tl from-transparent to-white/32"
132
132
>
133
133
<div class =" size-1 rounded-full bg-white" ></div >
134
134
</div >
You can’t perform that action at this time.
0 commit comments