have address type toggle on send and receive for bch

This commit is contained in:
Kadir Sekha 2018-01-31 12:23:44 -04:00
commit c239aa5714
3 changed files with 31 additions and 4 deletions

View file

@ -283,4 +283,11 @@
font-size: 12px;
color: $v-mid-gray;
}
.button-address {
margin-top: 10px;
background: transparent;
border: none;
font-size: 12px;
color: $v-text-accent-color;
}
}