summaryrefslogtreecommitdiffstats
path: root/css/_animations.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/_animations.scss')
-rw-r--r--css/_animations.scss11
1 files changed, 0 insertions, 11 deletions
diff --git a/css/_animations.scss b/css/_animations.scss
deleted file mode 100644
index 27d29e3d..00000000
--- a/css/_animations.scss
+++ /dev/null
@@ -1,11 +0,0 @@
-@keyframes pulse {
- 0% {
- box-shadow: 0 0 0 0 rgba(50, 50, 50, .4);
- }
- 70% {
- box-shadow: 0 0 0 15px rgba(50, 50, 50, 0);
- }
- 100% {
- box-shadow: 0 0 0 0 rgba(50, 50, 50, 0);
- }
-}