/* =Copy 2 Clipboard Plugin
----------------------------------------------- */

.dokuwiki {
  .cp2clipcont {
    position: relative;

    button {
      position: absolute;
      right: 16px;
      top: 16px;
      padding: 10px 14px;
      border-radius: 10px;
    }

    button::before {
      content: "\F290";
      font-family: 'bootstrap-icons';
    }
  }
}
