Merge pull request #219 from glitch-soc/no-spin

Remove 'spin' theme
signup-info-prompt
David Yip 2017-11-17 00:14:24 -06:00 committed by GitHub
commit fbf76feb37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 18 deletions

View File

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

View File

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

View File

@ -1,2 +0,0 @@
name: spin
pack: pack.js