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