summaryrefslogtreecommitdiffstats
path: root/src/index.scss
blob: e8236c1431ff4557f11a4cf34f51a3c739e74449 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import "../node_modules/bootstrap/scss/bootstrap";
@import "../node_modules/bootstrap-icons/font/bootstrap-icons";
@import "../node_modules/bootstrap-darkmode/scss/darktheme";

* {
  box-sizing: border-box;
}

html, body, #root {
  margin: 0;
  padding: 0;

  height: 100vh;
  width: 100vw;

  font-family: sans-serif;
  overflow: hidden;
}