diff options
author | kibigo! <marrus-sh@users.noreply.github.com> | 2017-11-16 21:50:07 -0800 |
---|---|---|
committer | kibigo! <marrus-sh@users.noreply.github.com> | 2017-11-16 21:54:12 -0800 |
commit | 4dd19054d60cff67cd8a43b88823b5c05a3c88fc (patch) | |
tree | 582b96fce4af9af1cd2db9c8757d21cfdb3e3551 /app/javascript | |
parent | b28b405b9763a0bb3df653b51e6d084b42e9a54d (diff) |
Removes spin theme
Diffstat (limited to 'app/javascript')
-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 |