From 6d2c067f0d6bc78eef7ececcec3eba71cbb5d80c Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 1 Jun 2021 03:21:33 -0600 Subject: add fork awesome, contact and donate pages, update general style and update readme --- static/fa/scss/_animated.scss | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 static/fa/scss/_animated.scss (limited to 'static/fa/scss/_animated.scss') diff --git a/static/fa/scss/_animated.scss b/static/fa/scss/_animated.scss deleted file mode 100644 index 7c7c0e1..0000000 --- a/static/fa/scss/_animated.scss +++ /dev/null @@ -1,20 +0,0 @@ -// Animated Icons -// -------------------------- - -.#{$fa-css-prefix}-spin { - animation: fa-spin 2s infinite linear; -} - -.#{$fa-css-prefix}-pulse { - animation: fa-spin 1s infinite steps(8); -} - -@keyframes fa-spin { - 0% { - transform: rotate(0deg); - } - - 100% { - transform: rotate(360deg); - } -} -- cgit v1.2.3-70-g09d2