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; | ||||
9 | margin-left: .2em; | ||||
10 | margin-top: .6em; | ||||
11 | font-size: 130%; | ||||
12 | } |