1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-24 11:38:30 +00:00
FrankerFaceZ/styles/main.scss
SirStendec b8f86fe48f 4.0.0-rc8.6
* Fixed: Update Fine to deal with changes to how the React Root is stored in the DOM.

Behind the Scenes

* Working on the UI for Translation Editing
* Refactor some of the main menu dialog logic into a more generic Dialog class
2018-07-24 16:11:02 -04:00

18 lines
No EOL
400 B
SCSS

@import 'icons';
@import 'tooltips';
@import 'widgets';
@import 'dialog';
@import 'chat';
@keyframes ffz-rotateplane {
0% { transform: rotateY(90deg) rotateX(180deg) }
25% { transform: rotateY(0deg) rotateX(180deg) }
75% { transform: rotateY(0deg) rotateX(0deg) }
100% { transform: rotateY(90deg) rotateX(0deg) }
}
.ffz-i-zreknarf.loading {
animation: ffz-rotateplane 1.2s infinite linear;
}