From 7eeefa4a07ffeb98910e406368360b806f2c59ba Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Mon, 7 May 2018 17:54:47 +0300 Subject: [PATCH] Add blink to online dot --- web/src/sass/_common.sass | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/src/sass/_common.sass b/web/src/sass/_common.sass index cc6f3fa7..2c27fbae 100755 --- a/web/src/sass/_common.sass +++ b/web/src/sass/_common.sass @@ -36,6 +36,10 @@ $bg: #f8f8f8 $border: #E6E6E6 $cl: #191919 +@keyframes blinker + 50% + opacity: 0 + body min-width: 360px +f @@ -451,6 +455,7 @@ a.btn margin-top: -5px background: #EE4630 border-radius: 50% + animation: blinker 2s linear infinite; +t width: 6px height: 6px @@ -3758,6 +3763,7 @@ a.grey-link height: 8px background: #EE4630 border-radius: 50% + animation: blinker 2s linear infinite; &__date opacity: .5 +m