update add wallet view

This commit is contained in:
Nick Cardin 2016-08-31 17:10:54 -04:00
commit bacf1fb68f
4 changed files with 26 additions and 11 deletions

13
src/sass/views/add.scss Normal file
View file

@ -0,0 +1,13 @@
#view-add {
.item {
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
&:first-child {
margin-top: 25px;
}
}
}