8000 chore: lint · nuxt/fonts@0fb0157 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 0fb0157

Browse files
committed
chore: lint
1 parent 95e4f44 commit 0fb0157

File tree

1 file changed

+54
-10
lines changed

1 file changed

+54
-10
lines changed

docs/components/HeroBackground.vue

+54-10
+
/>
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,63 @@
11
<template>
2-
<svg viewBox="0 0 1440 181" fill="none" xmlns="http://www.w3.org/2000/svg" class="pointer-events-none">
3-
<mask id="path-1-inside-1_414_5526" fill="white">
2+
<svg
3+
viewBox="0 0 1440 181"
4+
fill="none"
5+
xmlns="http://www.w3.org/2000/svg"
6+
class="pointer-events-none"
7+
>
8+
<mask
9+
id="path-1-inside-1_414_5526"
10+
fill="white"
11+
>
412
<path d="M0 0H1440V181H0V0Z" />
513
</mask>
6-
<path d="M0 0H1440V181H0V0Z" fill="url(#paint0_linear_414_5526)" fill-opacity="0.22" />
7-
<path d="M0 2H1440V-2H0V2Z" fill="url(#paint1_linear_414_5526)" mask="url(#path-1-inside-1_414_5526)" />
14+
<path
15+
d="M0 0H1440V181H0V0Z"
16+
fill="url(#paint0_linear_414_5526)"
17+
fill-opacity="0.22"
18+
/>
19+
<path
20+
d="M0 2H1440V-2H0V2Z"
21+
fill="url(#paint1_linear_414_5526)"
22+
mask="url(#path-1-inside-1_414_5526)"
23+
/>
824
<defs>
9-
<linearGradient id="paint0_linear_414_5526" x1="720" y1="0" x2="720" y2="181" gradientUnits="userSpaceOnUse">
25+
<linearGradient
26+
id="paint0_linear_414_5526"
27+
x1="720"
28+
y1="0"
29+
x2="720"
30+
y2="181"
31+
gradientUnits="userSpaceOnUse"
32+
>
1033
<stop stop-color="currentColor" />
11-
<stop offset="1" stop-color="currentColor" stop-opacity="0" />
34+
<stop
35+
offset="1"
36+
stop-color="currentColor"
37+
stop-opacity="0"
38+
/>
1239
</linearGradient>
13-
<linearGradient id="paint1_linear_414_5526" x1="0" y1="90.5" x2="1440" y2="90.5" gradientUnits="userSpaceOnUse">
14-
<stop stop-color="currentColor" stop-opacity="0" />
15-
<stop offset="0.395" stop-color="currentColor" />
16-
<stop offset="1" stop-color="currentColor" stop-opacity="0" />
40+
<linearGradient
41+
id="paint1_linear_414_5526"
42+
x1="0"
43+
y1="90.5"
44+
x2="1440"
45+
y2="90.5"
46+
gradientUnits="userSpaceOnUse"
47+
>
48+
<stop
49+
stop-color="currentColor"
50+
stop-opacity="0"
51+
/>
52+
<stop
53+
offset="0.395"
54+
stop-color="currentColor"
55
56+
<stop
57+
offset="1"
58+
stop-color="currentColor"
59+
stop-opacity="0"
60+
/>
1761
</linearGradient>
1862
</defs>
1963
</svg>

0 commit comments

Comments
 (0)
0