@import url('../CloudTheme.css');

.checkWrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  &.xs {
    svg {
      width: 12px;
      height: 12px;
    }
  }

  &.small {
    svg {
      width: 14px;
      height: 14px;
    }
  }

  &.medium,
  &.large {
    svg {
      width: 16px;
      height: 16px;
    }
  }
}

.copied {
  color: $green-green1 !important;
}
