.is-animate {
  transition: all 0.2s linear;
}

.change {
  color: #6EBB25;
  transform: scale(1.1, 1.2);
}

.change-add,
.change-remove {
  color: #444;
  transition: all 0.2s linear;
}

.change-add-active {
  color: #6EBB25;
  transform: scale(1.1, 1.2);
}

.change-remove {
  color: #6EBB25;
  transform: scale(1.1, 1.2);
}

.change-remove-active {
  color: #444;
}
/*# sourceMappingURL=animation.css.map */
