From 4dd19054d60cff67cd8a43b88823b5c05a3c88fc Mon Sep 17 00:00:00 2001 From: kibigo! Date: Thu, 16 Nov 2017 21:50:07 -0800 Subject: Removes spin theme --- app/javascript/themes/spin/style.scss | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 app/javascript/themes/spin/style.scss (limited to 'app/javascript/themes/spin/style.scss') diff --git a/app/javascript/themes/spin/style.scss b/app/javascript/themes/spin/style.scss deleted file mode 100644 index 1a9381fd0..000000000 --- a/app/javascript/themes/spin/style.scss +++ /dev/null @@ -1,14 +0,0 @@ -:root:root:root { - .button, .icon-button, .emoji-button, .account__avatar, .account__avatar-overlay { - animation: spin 4s linear infinite; - } -} - -@keyframes spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -} -- cgit