diff --git a/src/scss/_animations.scss b/src/scss/_animations.scss index 6b84591..e6c6198 100755 --- a/src/scss/_animations.scss +++ b/src/scss/_animations.scss @@ -1,19 +1,4 @@ // pulse - -@keyframes pulse { - 0% { - transform: scale(1); - } - - 50% { - transform: scale(0.8); - } - - 100% { - transform: scale(1); - } -} - @keyframes pulse { 0% { transform: scale(1);