Wallet/src/sass/mixins/layout.scss

8 lines
124 B
SCSS
Raw Normal View History

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