Update: Separates signature result into separate tile. Adds copy icon

This commit is contained in:
Sam Cheng Hung 2018-03-24 10:10:22 +09:00
commit 52d0616105
4 changed files with 110 additions and 101 deletions

View file

@ -45,3 +45,9 @@
font-size: 0.7em !important;
display: inline !important;
}
.button {
&.button-full {
display: block;
}
}