populate wallet list

This commit is contained in:
Marty Alcala 2016-10-12 17:20:06 -04:00
commit b42bf01f6a
4 changed files with 67 additions and 6 deletions

View file

@ -28,3 +28,34 @@
// margin-right: 20px;
// }
// }
#view-confirm {
$border-color: #EFEFEF;
height: auto;
.wallet-selector {
.wallet {
border: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 1px;
}
.wallet-details {
position: relative;
padding-top: 16px;
padding-bottom: 16px;
&::after {
display: block;
position: absolute;
width: 100%;
height: 1px;
//background: rgba(221, 221, 221, 0.3);
background: $border-color;
bottom: 0;
right: 0;
content: '';
}
}
}
}