diff --git a/app/javascript/themes/spin/pack.js b/app/javascript/themes/spin/pack.js deleted file mode 100644 index b11ac4802..000000000 --- a/app/javascript/themes/spin/pack.js +++ /dev/null @@ -1,2 +0,0 @@ -import '../../packs/application'; -import './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); - } -} diff --git a/app/javascript/themes/spin/theme.yml b/app/javascript/themes/spin/theme.yml deleted file mode 100644 index a684997dc..000000000 --- a/app/javascript/themes/spin/theme.yml +++ /dev/null @@ -1,2 +0,0 @@ -name: spin -pack: pack.js \ No newline at end of file