$copy-to-clipboard-input-height: 35px;

.SRC-copyToClipboardInputContainer {
  display: flex;
  justify-content: center;
  .SRC-copyToClipboardInput {
    height: $copy-to-clipboard-input-height;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
    align-self: center;
  }

  button.SRC-copyToClipboardButton {
    padding: 5px 10px;
    height: $copy-to-clipboard-input-height;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    align-self: center;
    background-color: #fff;
    border-color: #ccc;
  }
}
