1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-25 03:03:16 +01:00

Merge pull request #204 from ascribe/fix/gitter

fix Gitter icon
This commit is contained in:
Matthias Kretschmann 2018-02-01 15:49:06 +01:00 committed by GitHub
commit 7ba05c534f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}
}