mirror of
https://github.com/discourse/discourse.git
synced 2025-03-02 04:31:11 +08:00
22 lines
529 B
SCSS
22 lines
529 B
SCSS
/* ----------------------------------------------
|
|
* Generated by Animista on 2023-7-17 8:32:34
|
|
* Licensed under FreeBSD License.
|
|
* See http://animista.net/license for more info.
|
|
* w: http://animista.net, t: @cssanimista
|
|
* ---------------------------------------------- */
|
|
|
|
/**
|
|
* ----------------------------------------
|
|
* animation rotate-center
|
|
* ----------------------------------------
|
|
*/
|
|
@keyframes rotate-center {
|
|
0% {
|
|
transform: rotate(0);
|
|
}
|
|
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|