.fade-enter-active,
.fade-leave-active {
  transition: $transition-types-fade;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
