.btn--copied {
  img,
  .icon {
    animation: var(--animate-fade-out), var(--animate-slide-out-up);
    animation-duration: var(--time-500);
  }
}
