.clipboard {
  position: relative;

  & i.fa-check-circle {
    /*
      This inserts the solid fa-circle-check icon using
      the techniques described here:
      https://docs.fontawesome.com/web/add-icons/pseudo-elements
    */

    /* Rules not related to Font Awesome */
    color: var(--green);
    font-size: 0.875rem;
    position: absolute;
    right: -5px;
    top: -5px;
  }
}
