You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
405 B
34 lines
405 B
html,
|
|
body,
|
|
#root {
|
|
height: 100%;
|
|
}
|
|
|
|
.colorWeak {
|
|
filter: invert(80%);
|
|
}
|
|
|
|
.ant-layout {
|
|
min-height: 100vh;
|
|
}
|
|
|
|
canvas {
|
|
display: block;
|
|
}
|
|
|
|
body {
|
|
text-rendering: optimizeLegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.globalSpin {
|
|
width: 100%;
|
|
margin: 40px 0 !important;
|
|
}
|
|
|
|
:global {
|
|
body .ant-drawer .ant-drawer-content {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|