added logic to the connect to vpn button
This commit is contained in:
parent
35d4222c7a
commit
116fa6777b
27 changed files with 293 additions and 125 deletions
18
client/images/connectionOff.svg
Normal file
18
client/images/connectionOff.svg
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<svg width="280" height="280" viewBox="0 0 280 280" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_f_1379_19114)">
|
||||
<circle cx="140" cy="140" r="107.5" stroke="#FBB36A"/>
|
||||
</g>
|
||||
<circle cx="140" cy="140" r="107" stroke="#FBB36A" stroke-width="2"/>
|
||||
<circle cx="140" cy="140" r="107" stroke="url(#paint0_linear_1379_19114)" stroke-width="2"/>
|
||||
<defs>
|
||||
<filter id="filter0_f_1379_19114" x="2" y="2" width="276" height="276" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="15" result="effect1_foregroundBlur_1379_19114"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_1379_19114" x1="-2.43527" y1="89.3291" x2="192.652" y2="11.9798" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E0AA84"/>
|
||||
<stop offset="1" stop-color="#DF7D37"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 969 B |
Loading…
Add table
Add a link
Reference in a new issue