Update _mixins.sass
This commit is contained in:
parent
ad18b62f3a
commit
86bb09f281
@ -20,9 +20,9 @@
|
||||
@mixin animationPulse($speed: 1s, $size: 1rem, $color: black)
|
||||
@keyframes animationPulse
|
||||
from
|
||||
box-shadow: 0 0 0 0 $color;
|
||||
box-shadow: 0 0 0 0 $color
|
||||
to
|
||||
box-shadow: 0 0 0 $size transparentize($color, 1);
|
||||
box-shadow: 0 0 0 $size transparentize($color, 1)
|
||||
animation:
|
||||
name: animationPulse
|
||||
duration: $speed
|
||||
|
Loading…
Reference in New Issue
Block a user