aboutsummaryrefslogtreecommitdiff
path: root/src/client/style/index.scss
blob: 9521ab7bbf0ef0ae3c7c31817de29eacd08743e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
* {
  box-sizing: border-box;
}

body {
  font-family: 'Roboto';
  margin: 0;
}

@import "page-index";
@import "component-search";