.fade-out {
  &-leave {
    transition: opacity .5s;
    opacity: 1;

    &-active {
      opacity: 0;
    }
  }
}
