Add blink to online dot

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent 7363d51eea
commit 7eeefa4a07
  1. 6
      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

Loading…
Cancel
Save