index.less 289 Bytes
Newer Older
nikogu's avatar
nikogu committed
1 2
@import '~antd/lib/style/v2-compatible-reset.less';

3 4 5 6 7 8 9 10 11
html, body, :global(#root) {
  height: 100%;
}

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

:global {
  .ant-tabs-tab-active {
    font-weight: 500;
  }
}