Copy to side ui (#229)

* Copy settings to other side button

* Download button on the outside.

* Whoops
This commit is contained in:
Jake Archibald
2018-11-06 13:39:03 +00:00
committed by GitHub
parent d93169cc5a
commit 4599e51b1e
6 changed files with 110 additions and 47 deletions

View File

@@ -55,18 +55,3 @@ $horizontalPadding: 15px;
overflow-x: hidden;
overflow-y: auto;
}
.options-copy {
display: grid;
background: rgba(0, 0, 0, 0.9);
padding: 5px;
}
.copy-button {
composes: unbutton from '../../lib/util.scss';
background: #484848;
border-radius: 4px;
color: #fff;
text-align: left;
padding: 5px 10px;
}