Fix confirm view for bitcoin cash legacy address

This commit is contained in:
Gustavo Maximiliano Cortez 2017-09-26 17:03:07 -03:00
commit 5e0b5c876b
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 35 additions and 4 deletions

View file

@ -30,4 +30,9 @@
.toggle {
cursor: pointer;
}
.legacy-bitcoin-address {
font-size: 12px;
color: #aaa;
margin-left: 40px;
}
}