* 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:
committed by
GitHub
parent
f8dd4e68ec
commit
973e1f7a9b
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user