Wallet/src/sass/mixins/layout.scss

4 lines
79 B
SCSS
Raw Normal View History

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