Knocks/Archive/Front_End/public/css/styles.scss

16 lines
289 B
SCSS

@import '../../src/scss/knoks-theme';
body {
background: #fff;
margin: 0;
padding: 0;
font-family: $page-font-family;
}
@import '../../src/scss/common/font-sizes';
@import '../../src/scss/common/font-family';
.common-margin-top-bottom {
@include common-margin-top-bottom();
}