aboutsummaryrefslogtreecommitdiff
path: root/src/client/style/index.scss
blob: 876183a07e054165002555a69082213a69f88b10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import "../../../node_modules/material-components-web/dist/material-components-web.min.css";

* {
  box-sizing: border-box;
}

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

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

@import "component-search";
@import "component-help-box";
@import "component-week-selector";
@import "component-loading";