Merge pull request #155 from jamal-jackson/feature/add_wallet_polish

added new images styled icons and list item rows
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-21 19:19:52 -03:00 committed by GitHub
commit b86f2e240d
4 changed files with 67 additions and 6 deletions

View file

@ -1,13 +1,24 @@
#view-add {
.item {
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top:2rem;
padding-bottom: 2rem;
border:none;
padding-left:90px;
&:first-child {
margin-top: 25px;
}
}
.bg{
background-color:rgb(100,124,232);
height: 50px;
width: 50px;
padding:4px;
&.join{
padding:10px;
}
}
}