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

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

@import "page-index";
@import "page-user";

@import "component-search";
@import "component-help-box";