index.less 701 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. @import 'transition/index.less';
  2. @import 'var/index.less';
  3. @import 'public.less';
  4. @import 'ant/index.less';
  5. input:-webkit-autofill {
  6. -webkit-box-shadow: 0 0 0 1000px white inset !important;
  7. }
  8. :-webkit-autofill {
  9. transition: background-color 5000s ease-in-out 0s !important;
  10. }
  11. html {
  12. overflow: hidden;
  13. -webkit-text-size-adjust: 100%;
  14. }
  15. html,
  16. body {
  17. width: 100%;
  18. height: 100%;
  19. overflow: visible !important;
  20. overflow-x: hidden !important;
  21. &.color-weak {
  22. filter: invert(80%);
  23. }
  24. &.gray-mode {
  25. filter: grayscale(100%);
  26. filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
  27. }
  28. }
  29. a:focus,
  30. a:active,
  31. button,
  32. div,
  33. svg,
  34. span {
  35. outline: none !important;
  36. }