1/* =Copy 2 Clipboard Plugin
2----------------------------------------------- */
3
4.dokuwiki {
5  .cp2clipcont {
6    position: relative;
7
8    button {
9      position: absolute;
10      right: 16px;
11      top: 16px;
12      padding: 10px 14px;
13      border-radius: 10px;
14    }
15
16    button::before {
17      content: "\F290";
18      font-family: 'bootstrap-icons';
19    }
20  }
21}
22