| Akron | a9c5580 | 2021-06-15 11:41:29 +0200 | [diff] [blame] | 1 | @import "icons"; |
| 2 | |||||
| 3 | a.copy-to-clipboard::after { | ||||
| 4 | position: absolute; | ||||
| 5 | @include icon-font; | ||||
| 6 | width: 1em; | ||||
| 7 | content: $fa-copy; | ||||
| 8 | cursor: pointer; | ||||
| Akron | 5f75641 | 2021-06-18 11:35:58 +0200 | [diff] [blame] | 9 | margin-left: .4em; |
| Akron | a9c5580 | 2021-06-15 11:41:29 +0200 | [diff] [blame] | 10 | margin-top: .6em; |
| 11 | font-size: 130%; | ||||
| 12 | } | ||||