|
@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();
|
|
}
|