@import "../var.less";
/* spin */
.ant-spin {
  background: @darkOrange;
}
.ant-spin-dot {
  background-color: @darkOrange;
}
