Merge pull request #78 from jamal-jackson/feature/recieve_bitcoin_views

Initial setup of receive tab(waiting on some designs/views to be made)
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-08 15:13:15 -03:00 committed by GitHub
commit 112d30d3e6
7 changed files with 208 additions and 36 deletions

View file

@ -68,3 +68,7 @@ ion-header-bar{
border:none;
}
}
.border-top{
border-top:1px solid rgb(228,228,228);
}