forked from github/plane
style: onboarding command menu
This commit is contained in:
parent
75d6498763
commit
6a83704225
@ -19,7 +19,10 @@ export const OnboardingCard: React.FC<Props> = ({ data, gradient = false }) => (
|
|||||||
gradient ? "bg-gradient-to-b from-[#2C8DFF]/50 via-brand-base to-transparent" : ""
|
gradient ? "bg-gradient-to-b from-[#2C8DFF]/50 via-brand-base to-transparent" : ""
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
<div className="h-44 w-full">
|
<div className="relative h-44">
|
||||||
|
<h3 className="absolute top-3 left-28 text-base text-brand-secondary">
|
||||||
|
Open the contextual menu with:
|
||||||
|
</h3>
|
||||||
<Image src={data.imgURL} height="180" width="450" alt={data.title} />
|
<Image src={data.imgURL} height="180" width="450" alt={data.title} />
|
||||||
</div>
|
</div>
|
||||||
<h3 className="text-2xl font-medium">{data.title}</h3>
|
<h3 className="text-2xl font-medium">{data.title}</h3>
|
||||||
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 3.0 KiB |
Loading…
Reference in New Issue
Block a user