global.css 726 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. h1,
  2. h2,
  3. h3,
  4. h4,
  5. h5,
  6. h6 {
  7. color: #fff;
  8. }
  9. :where(.css-dev-only-do-not-override-cf1j00).ant-popover .ant-popover-inner-content {
  10. padding: 0;
  11. }
  12. .ant-empty {
  13. text-align: center;
  14. padding: 30px;
  15. }
  16. button,
  17. input,
  18. select,
  19. textarea {
  20. color: currentColor;
  21. }
  22. .ant-slider .ant-slider-track {
  23. background: var(--color-main-normal) !important;
  24. }
  25. .ant-slider .ant-slider-handle::after {
  26. background: #fff !important;
  27. box-shadow: 0 0 0 2px #fff !important;
  28. }
  29. .ant-slider .ant-slider-rail {
  30. background: rgba(255, 255, 255, 0.1) !important;
  31. border: 1px solid rgba(255, 255, 255, 0.2) !important;
  32. }
  33. .ant-input-number {
  34. background: var(--colors-normal-back) !important;
  35. }
  36. .cesium-widget-credits {
  37. display: none !important;
  38. }