mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-25 03:03:16 +01:00
animate gitter icon cause why not
This commit is contained in:
parent
2e58bff293
commit
54979817a8
@ -179,6 +179,24 @@ $menu-height-md: 66px;
|
||||
.icon {
|
||||
margin-right: .1rem;
|
||||
}
|
||||
|
||||
.icon--gitter {
|
||||
animation: gitterPulse 5s ease-out infinite;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes gitterPulse {
|
||||
0% {
|
||||
stroke: $brand-main-gray-light;
|
||||
}
|
||||
|
||||
50% {
|
||||
stroke: $brand-main-green;
|
||||
}
|
||||
|
||||
100% {
|
||||
stroke: $brand-main-gray-light;
|
||||
}
|
||||
}
|
||||
|
||||
.hero__community__label {
|
||||
|
@ -28,7 +28,7 @@
|
||||
</svg> Follow
|
||||
</a>
|
||||
|
||||
<a class="social-link btn btn-text btn-sm js-social-link" href="{{ site.social.gitter.url }}" title="Follow on Twitter">
|
||||
<a class="social-link btn btn-text btn-sm js-social-link" href="{{ site.social.gitter.url }}" title="Chat on Gitter">
|
||||
<svg class="icon icon--social icon--gitter" aria-labelledby="title">
|
||||
<title>Gitter</title>
|
||||
<use xlink:href="/assets/img/sprite.svg#gitter"></use>
|
||||
|
Loading…
Reference in New Issue
Block a user