mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
35 lines
1.2 KiB
Vue
35 lines
1.2 KiB
Vue
<template>
|
|
<svg viewBox="0 0 1440 181" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<mask id="path-1-inside-1_1086_7239" fill="white">
|
|
<path d="M0 0H1440V181H0V0Z" />
|
|
</mask>
|
|
<path d="M0 0H1440V181H0V0Z" fill="url(#paint0_linear_1086_7239)" fill-opacity="0.22" />
|
|
<path d="M0 2H1440V-2H0V2Z" fill="url(#paint1_linear_1086_7239)" mask="url(#path-1-inside-1_1086_7239)" />
|
|
<defs>
|
|
<linearGradient
|
|
id="paint0_linear_1086_7239"
|
|
x1="720"
|
|
y1="0"
|
|
x2="720"
|
|
y2="181"
|
|
gradientUnits="userSpaceOnUse"
|
|
>
|
|
<stop stop-color="rgb(var(--color-primary-DEFAULT))" />
|
|
<stop offset="1" stop-color="rgb(var(--color-primary-DEFAULT))" stop-opacity="0" />
|
|
</linearGradient>
|
|
<linearGradient
|
|
id="paint1_linear_1086_7239"
|
|
x1="0"
|
|
y1="90.5"
|
|
x2="1440"
|
|
y2="90.5"
|
|
gradientUnits="userSpaceOnUse"
|
|
>
|
|
<stop stop-color="rgb(var(--color-primary-DEFAULT))" stop-opacity="0" />
|
|
<stop offset="0.395" stop-color="rgb(var(--color-primary-DEFAULT))" />
|
|
<stop offset="1" stop-color="rgb(var(--color-primary-DEFAULT))" stop-opacity="0" />
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|
|
</template>
|