index.less 699 B

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