trans rights revision
This commit is contained in:
parent
aae46ca62e
commit
b03e3c4722
|
@ -2,11 +2,16 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="80" height="20" role="img" aria-label="trans: rights">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="80" height="20" role="img" aria-label="trans: rights">
|
||||||
<defs>
|
<defs>
|
||||||
<linearGradient id="trans" x1="0" x2="0" y1="0" y2="1">
|
<linearGradient id="trans" x1="0" x2="0" y1="0" y2="1">
|
||||||
<stop stop-color="#55CDFC" offset="0%"/>
|
<stop stop-color="#5BCEFA" offset="0%"/>
|
||||||
<stop stop-color="#F7A8B8" offset="25%"/>
|
<stop stop-color="#5BCEFA" offset="20%"/>
|
||||||
<stop stop-color="#FFFFFF" offset="50%"/>
|
<stop stop-color="#F5A9B8" offset="20%"/>
|
||||||
<stop stop-color="#F7A8B8" offset="75%"/>
|
<stop stop-color="#F5A9B8" offset="40%"/>
|
||||||
<stop stop-color="#55CDFC" offset="100%"/>
|
<stop stop-color="#FFFFFF" offset="40%"/>
|
||||||
|
<stop stop-color="#FFFFFF" offset="60%"/>
|
||||||
|
<stop stop-color="#F5A9B8" offset="60%"/>
|
||||||
|
<stop stop-color="#F5A9B8" offset="80%"/>
|
||||||
|
<stop stop-color="#5BCEFA" offset="80%"/>
|
||||||
|
<stop stop-color="#5BCEFA" offset="100%"/>
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient>
|
<linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient>
|
||||||
<clipPath id="r"><rect width="80" height="20" rx="3" fill="#fff"/></clipPath>
|
<clipPath id="r"><rect width="80" height="20" rx="3" fill="#fff"/></clipPath>
|
||||||
|
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in New Issue