mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
parent
0bec12bf55
commit
d1e53b0621
@ -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 |
@ -182,6 +182,9 @@ $menu-height-md: 66px;
|
||||
|
||||
.icon--gitter {
|
||||
animation: gitterPulse 5s ease-out infinite;
|
||||
stroke-linecap: square;
|
||||
stroke-width: 2px;
|
||||
fill: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user