Adds generate new address button

This commit is contained in:
Gustavo Maximiliano Cortez 2017-05-24 12:51:58 -03:00
commit 1c00698853
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 18 additions and 4 deletions

View file

@ -21,6 +21,13 @@
padding-left: 5px;
}
}
.button-address {
margin-top: 5px;
background: transparent;
border: none;
font-size: 12px;
color: $v-text-accent-color;
}
.address {
background: #fff;
overflow: auto;