Icon spacing + 32px mt on features
parent
1715af2056
commit
981329e15d
|
@ -379,14 +379,14 @@ export default function Signup({ prepopulateFormValues, token, orgSlug }: Signup
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="bg-subtle border-subtle my-6 hidden w-full flex-col justify-center rounded-l-2xl py-12 pl-12 lg:flex">
|
||||
<img src="/mock-event-type-list.svg" alt="#" className="scale-y-90" />
|
||||
<div className="bg-subtle border-subtle hidden w-full flex-col justify-between rounded-l-2xl py-12 pl-12 lg:flex">
|
||||
<img src="/mock-event-type-list.svg" alt="#" className="" />
|
||||
<div className="mr-12 mt-8 grid h-full w-full grid-cols-3 gap-4 overflow-hidden">
|
||||
{FEATURES.map((feature) => (
|
||||
<>
|
||||
<div className="flex flex-col leading-none">
|
||||
<div className="text-emphasis items-center gap-1">
|
||||
<feature.icon className="h-4 w-4 " />
|
||||
<div className="text-emphasis items-center">
|
||||
<feature.icon className="mb-0.5 h-4 w-4" />
|
||||
<span className="text-sm font-medium">{t(feature.title)}</span>
|
||||
</div>
|
||||
<div className="text-subtle text-sm">
|
||||
|
|
Loading…
Reference in New Issue