Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
324cfd65cefdbe00e1c9c5b349cda31517226ecb
/
.
/
dev
/
scss
/
base
/
copyToClipboard.scss
blob: 2c93b79daf6cbd93928b7effca9215acbef238eb [
file
] [
log
] [
blame
]
@import
"icons"
;
a
.
copy
-
to
-
clipboard
::
after
{
position
:
absolute
;
@include
icon
-
font
;
width
:
1em
;
content
:
$fa
-
copy
;
cursor
:
pointer
;
margin
-
left
:
.
4em
;
margin
-
top
:
.
6em
;
font
-
size
:
130
%;
}