global.less 559 Bytes
Newer Older
1 2 3 4 5 6
:global {
  html,
  body,
  #root {
    height: 100%;
  }
ζ„šι“'s avatar
ζ„šι“ committed
7

8 9 10
  .colorWeak {
    filter: invert(80%);
  }
ζ„šι“'s avatar
ζ„šι“ committed
11

12 13 14
  .ant-layout {
    min-height: 100vh;
  }
ζ„šι“'s avatar
ζ„šι“ committed
15

16 17 18
  canvas {
    display: block;
  }
ζ„šι“'s avatar
ζ„šι“ committed
19

20 21 22 23 24
  body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
ζ„šι“'s avatar
ζ„šι“ committed
25

26 27 28 29
  .globalSpin {
    width: 100%;
    margin: 40px 0 !important;
  }
ζ„šι“'s avatar
ζ„šι“ committed
30

31 32 33 34
  // temp fix for https://github.com/ant-design/ant-design/commit/a1fafb5b727b62cb0be29ce6e9eca8f579d4f8b7
  .ant-spin-container {
    overflow: visible !important;
  }
ζ„šι“'s avatar
ζ„šι“ committed
35
}