feat: Copy response to clipboard #4300 (#5278)

* Move next to download button and match styling

Co-authored-by: Aldrin Abastillas <AAbastillas@rcanalytics.com>
Co-authored-by: Tim Lai <timothy.lai@gmail.com>
This commit is contained in:
Aldrin Abastillas
2020-06-15 18:08:10 -04:00
committed by GitHub
parent f8dd4e68ec
commit 973e1f7a9b
9 changed files with 295 additions and 164 deletions

View File

@@ -154,3 +154,23 @@ button
@include invalidFormElement();
}
}
.copy-to-clipboard
{
position: absolute;
bottom: 10px;
right: 100px;
width: 30px;
height: 30px;
background: #7d8293;
border-radius: 4px;
border: none;
button
{
padding-left: 25px;
border: none;
height: 25px;
background: url("../img/clipboard.svg") center center no-repeat;
}
}