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.
43 lines
654 B
43 lines
654 B
@import 'transition/index.less';
|
|
@import 'var/index.less';
|
|
@import 'public.less';
|
|
@import 'ant/index.less';
|
|
@import './theme.less';
|
|
|
|
input:-webkit-autofill {
|
|
box-shadow: 0 0 0 1000px white inset !important;
|
|
}
|
|
|
|
:-webkit-autofill {
|
|
transition: background-color 5000s ease-in-out 0s !important;
|
|
}
|
|
|
|
html {
|
|
overflow: hidden;
|
|
text-size-adjust: 100%;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: visible;
|
|
|
|
&.color-weak {
|
|
filter: invert(80%);
|
|
}
|
|
|
|
&.gray-mode {
|
|
filter: grayscale(100%);
|
|
filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
|
|
}
|
|
}
|
|
|
|
a:focus,
|
|
a:active,
|
|
button,
|
|
div,
|
|
svg,
|
|
span {
|
|
outline: none;
|
|
}
|
|
|