Removes spin theme

master
kibigo! 7 years ago
parent b28b405b97
commit 4dd19054d6
  1. 2
      app/javascript/themes/spin/pack.js
  2. 14
      app/javascript/themes/spin/style.scss
  3. 2
      app/javascript/themes/spin/theme.yml

@ -1,2 +0,0 @@
import '../../packs/application';
import './style.scss';

@ -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);
}
}

@ -1,2 +0,0 @@
name: spin
pack: pack.js
Loading…
Cancel
Save