wire wallet balance to wallet select component

This commit is contained in:
Marty Alcala 2016-10-12 17:40:53 -04:00
commit 444d25b9ee
4 changed files with 21 additions and 6 deletions

View file

@ -45,12 +45,20 @@
padding-top: 16px;
padding-bottom: 16px;
.wallet-name {
padding-bottom: 5px;
}
.wallet-balance {
color: #3A3A3A;
font-family: "Roboto-Light";
}
&::after {
display: block;
position: absolute;
width: 100%;
height: 1px;
//background: rgba(221, 221, 221, 0.3);
background: $border-color;
bottom: 0;
right: 0;

View file

@ -16,7 +16,7 @@ action-sheet {
padding-left: 2rem;
padding-right: .75rem;
color: #2f2f2f;
padding-bottom: 2rem;
padding-bottom: 3.5rem;
&.slide-up {
transform: translateY(0);