mirror of
https://github.com/vercel/commerce.git
synced 2025-05-12 04:37:51 +00:00
styling label
This commit is contained in:
parent
ca24a30543
commit
0c72e76bad
@ -18,7 +18,7 @@ const Label = ({
|
||||
'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>
|
||||
<Price
|
||||
// className="flex-none rounded-full bg-gray-600 p-2 text-white"
|
||||
|
Loading…
x
Reference in New Issue
Block a user