summaryrefslogtreecommitdiffstats
path: root/front/odiparpack/app/styles/layout/_layout.scss
blob: 4f4001edda75a2108e24efd0ae53c7c6044b2e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
html {
  background-color: $viewport-background-color;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
}