index.less 263 Bytes
Newer Older
niko's avatar
niko committed
1 2 3
html,
body,
:global(#root) {
4 5 6
  height: 100%;
}

niko's avatar
niko committed
7 8 9 10
canvas {
  display: block;
}

11 12 13 14 15
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
afc163's avatar
afc163 committed
16 17 18 19 20

.globalSpin {
  width: 100%;
  margin: 40px 0 !important;
}