index.less 233 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
html, body, :global(#root) {
  height: 100%;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
afc163's avatar
afc163 committed
10 11 12 13 14

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