aboutsummaryrefslogtreecommitdiff
path: root/themes/terrassa/assets/css/animations.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/terrassa/assets/css/animations.css')
-rw-r--r--themes/terrassa/assets/css/animations.css10
1 files changed, 0 insertions, 10 deletions
diff --git a/themes/terrassa/assets/css/animations.css b/themes/terrassa/assets/css/animations.css
deleted file mode 100644
index ce65162..0000000
--- a/themes/terrassa/assets/css/animations.css
+++ /dev/null
@@ -1,10 +0,0 @@
-@keyframes focus {
- 0% {
- filter: blur(14px);
- opacity: 0;
- }
- 100% {
- filter: blur(0);
- opacity: 1;
- }
-} \ No newline at end of file