1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

fix Gitter icon

* closes #199
This commit is contained in:
Matthias Kretschmann 2018-02-01 15:40:29 +01:00
parent 0bec12bf55
commit d1e53b0621
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 7 additions and 14 deletions

View File

@ -1,19 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
<defs>
<style>
.cls-1 {
fill: none;
stroke: #ed1a55;
stroke-linecap: square;
stroke-width: 2px;
}
</style>
</defs>
<title>gitter</title>
<g id="gitter">
<path class="cls-1" d="M8,4V19.5"/>
<path class="cls-1" d="M12,4V19.5"/>
<path class="cls-1" d="M16,4v7"/>
<path class="cls-1" d="M4,1V11"/>
<path d="M8,4V19.5"/>
<path d="M12,4V19.5"/>
<path d="M16,4v7"/>
<path d="M4,1V11"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 457 B

After

Width:  |  Height:  |  Size: 230 B

View File

@ -182,6 +182,9 @@ $menu-height-md: 66px;
.icon--gitter {
animation: gitterPulse 5s ease-out infinite;
stroke-linecap: square;
stroke-width: 2px;
fill: none;
}
}