.copy-element {
  @include display-flex(flex-start);

  svg {
    min-width: 16px;
    width: 16px;
    cursor: pointer;
    margin-left: 10px;
    
    path {
      fill: $dark-grey;
    }
  }

  &--disabled {
    pointer-events: none;
    opacity: 0.3;
  }
}
