began update for wallet module and receive screen
This commit is contained in:
parent
e74b70744f
commit
21a2f41ef9
7 changed files with 135 additions and 36 deletions
|
|
@ -1,4 +1,8 @@
|
|||
@mixin center-block($topBottom: 0) {
|
||||
float:none;
|
||||
margin: $topBottom auto;
|
||||
}
|
||||
|
||||
.center-block{
|
||||
@include center-block();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue