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

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

@import "page-index";

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