diff options
author | David Yip <yipdw@member.fsf.org> | 2017-11-17 00:14:24 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-17 00:14:24 -0600 |
commit | fbf76feb3756c9e5f9df07456698d01e0fb8308b (patch) | |
tree | 953102c4d0c4f8ce50249af5d63239ea1d619e7d | |
parent | 392945f9a35d86b4d8d61157d7fa17c073d47156 (diff) | |
parent | 4dd19054d60cff67cd8a43b88823b5c05a3c88fc (diff) |
Merge pull request #219 from glitch-soc/no-spin
Remove 'spin' theme
-rw-r--r-- | app/javascript/themes/spin/pack.js | 2 | ||||
-rw-r--r-- | app/javascript/themes/spin/style.scss | 14 | ||||
-rw-r--r-- | app/javascript/themes/spin/theme.yml | 2 |
3 files changed, 0 insertions, 18 deletions
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 |