2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

minor tweak to ping effect

This commit is contained in:
Jeff Atwood 2016-11-08 03:57:32 -08:00
parent b7532b5247
commit ba4ef3424f

View file

@ -167,12 +167,12 @@ body {
} }
.ring { .ring {
top: -13.4px !important; top: -13px !important;
right: 22.4px !important; right: 21px !important;
border-radius: 15px; border-radius: 100%;
width: 20px; width: 20px;
height: 20px; height: 20px;
border: solid #FF0000 1px; border: solid #090 3px;
-moz-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;
-webkit-transform-origin: center; -webkit-transform-origin: center;
@ -193,7 +193,7 @@ body {
opacity: 1; opacity: 1;
} }
to { to {
$scale: 2.5; $scale: 2;
transform: scale($scale); transform: scale($scale);
-ms-transform: scale($scale); -ms-transform: scale($scale);
-webkit-transform: scale($scale); -webkit-transform: scale($scale);