styling label

This commit is contained in:
Samantha Kellow 2024-04-24 17:56:50 +01:00
parent ca24a30543
commit 0c72e76bad

View File

@ -18,7 +18,7 @@ const Label = ({
'lg:px-20 lg:pb-[35%]': position === 'center' 'lg:px-20 lg:pb-[35%]': position === 'center'
})} })}
> >
<div className="flex items-center rounded-full border bg-white/70 p-1 text-[10px] font-semibold text-black backdrop-blur-md @[275px]/label:text-xs dark:border-neutral-800 dark:bg-black/70 dark:text-white"> <div className="w-full flex items-center rounded bg-white/70 p-1 text-[10px] font-semibold text-black backdrop-blur-md @[275px]/label:text-xs dark:border-neutral-800 dark:bg-black/70 dark:text-white">
<h3 className="mr-4 inline pl-2 leading-none tracking-tight">{title}</h3> <h3 className="mr-4 inline pl-2 leading-none tracking-tight">{title}</h3>
<Price <Price
// className="flex-none rounded-full bg-gray-600 p-2 text-white" // className="flex-none rounded-full bg-gray-600 p-2 text-white"