global.less 493 Bytes
Newer Older
1 2 3 4 5
html,
body,
#root {
  height: 100%;
}
愚道's avatar
愚道 committed
6

7 8 9
.colorWeak {
  filter: invert(80%);
}
愚道's avatar
愚道 committed
10

11 12 13
.ant-layout {
  min-height: 100vh;
}
愚道's avatar
愚道 committed
14

15 16 17
canvas {
  display: block;
}
愚道's avatar
愚道 committed
18

19 20 21 22 23
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
愚道's avatar
愚道 committed
24

25 26 27 28
.globalSpin {
  width: 100%;
  margin: 40px 0 !important;
}
愚道's avatar
愚道 committed
29

30 31 32
// temp fix for https://github.com/ant-design/ant-design/commit/a1fafb5b727b62cb0be29ce6e9eca8f579d4f8b7
.ant-spin-container {
  overflow: visible !important;
愚道's avatar
愚道 committed
33
}