Copy generated code to clipboard

Summary: Generated code modal now has a copy to clipboard button

Reviewed By: emilsjolander

Differential Revision: D7009716

fbshipit-source-id: 7a9b083d7067aa66ffa5b9d9c23741321547c4f6
This commit is contained in:
Daniel Büchele
2018-02-16 06:10:06 -08:00
committed by Facebook Github Bot
parent 01ffe10c2f
commit 1822bc5eaf
2 changed files with 72 additions and 14 deletions

View File

@@ -0,0 +1,20 @@
.CodeGeneratorsTitle {
display: flex;
justify-content: space-between;
}
.CodeGeneratorsTitle a {
font-size: 13px;
font-weight: normal;
margin-right: 20px;
}
.CodeGeneratorsCopyText {
position: absolute;
top: -9999em;
left: -9999em;
pointer-events: none;
width: 0;
height: 0;
}