Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
94f93b002fecd2dc3c5552ab08bc2dd42c03b920
/
.
/
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
%;
}