Commit c20ddf8d authored by sorrycc's avatar sorrycc Committed by ι™ˆεΈ…

global.less don't need to wrap with :global

parent bfa9a32f
:global { html,
html, body,
body, #root {
#root { height: 100%;
height: 100%; }
}
.colorWeak { .colorWeak {
filter: invert(80%); filter: invert(80%);
} }
.ant-layout { .ant-layout {
min-height: 100vh; min-height: 100vh;
} }
canvas { canvas {
display: block; display: block;
} }
body { body {
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.globalSpin { .globalSpin {
width: 100%; width: 100%;
margin: 40px 0 !important; margin: 40px 0 !important;
} }
// temp fix for https://github.com/ant-design/ant-design/commit/a1fafb5b727b62cb0be29ce6e9eca8f579d4f8b7 // temp fix for https://github.com/ant-design/ant-design/commit/a1fafb5b727b62cb0be29ce6e9eca8f579d4f8b7
.ant-spin-container { .ant-spin-container {
overflow: visible !important; overflow: visible !important;
}
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment