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