vue-vben-admin/src/design/index.less

45 lines
725 B
Plaintext
Raw Normal View History

2020-12-29 23:37:40 +08:00
@import 'transition/index.less';
2020-09-28 20:19:10 +08:00
@import 'var/index.less';
@import 'public.less';
@import 'ant/index.less';
2021-04-07 23:14:51 +08:00
@import './theme.less';
2020-09-28 20:19:10 +08:00
2020-11-17 17:02:42 +08:00
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px white inset !important;
}
:-webkit-autofill {
transition: background-color 5000s ease-in-out 0s !important;
}
2020-12-15 00:13:23 +08:00
html {
overflow: hidden;
2021-02-05 22:13:19 +08:00
-webkit-text-size-adjust: 100%;
2020-12-15 00:13:23 +08:00
}
2020-09-28 20:19:10 +08:00
html,
body {
width: 100%;
height: 100%;
overflow: visible !important;
overflow-x: hidden !important;
2020-09-28 20:19:10 +08:00
&.color-weak {
filter: invert(80%);
}
&.gray-mode {
filter: grayscale(100%);
filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
}
}
2021-02-05 22:13:19 +08:00
a:focus,
a:active,
button,
div,
2021-03-09 23:03:32 +08:00
svg,
span {
outline: none !important;
2021-02-05 22:13:19 +08:00
}