//
// Animation Mixin
// --------------------------------------------------
@mixin animation-all {
  transition: all linear 0.3s;
}
