@charset "utf-8";

@keyframes antRotate {
  100% {
    transform: rotate(405deg);
  }
}
