global.less 405 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 33 34

:global {
  body .ant-drawer .ant-drawer-content {
    opacity: 1;
  }
}