diff --git a/_src/_assets/styles/bigchain/_hero.scss b/_src/_assets/styles/bigchain/_hero.scss index d8b4eeb..0e42163 100644 --- a/_src/_assets/styles/bigchain/_hero.scss +++ b/_src/_assets/styles/bigchain/_hero.scss @@ -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 { diff --git a/_src/_includes/hero.html b/_src/_includes/hero.html index 997bacf..78103cf 100644 --- a/_src/_includes/hero.html +++ b/_src/_includes/hero.html @@ -28,7 +28,7 @@ Follow - + Gitter