began update for wallet module and receive screen

This commit is contained in:
Jamal Jackson 2016-09-07 09:46:00 -04:00
commit 21a2f41ef9
7 changed files with 135 additions and 36 deletions

View file

@ -1,4 +1,8 @@
@mixin center-block($topBottom: 0) {
float:none;
margin: $topBottom auto;
}
.center-block{
@include center-block();
}