Summary: Generated code modal now has a copy to clipboard button Reviewed By: emilsjolander Differential Revision: D7009716 fbshipit-source-id: 7a9b083d7067aa66ffa5b9d9c23741321547c4f6
21 lines
302 B
CSS
21 lines
302 B
CSS
.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;
|
|
}
|