MonthIO.scss 806 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .quick-graph-panel .x-panel-header-default .x-panel-header-title-default > .x-title-text-default {
  2. display: grid;
  3. grid-template-columns: 1fr 1fr;
  4. }
  5. .x-monthio-legend {
  6. .sumtip {
  7. position: absolute;
  8. right: 0;
  9. top: 8px;
  10. font-size: 12px;
  11. span:last-child {
  12. margin-left: 12px;
  13. }
  14. }
  15. .x-legend-inner {
  16. padding: 0;
  17. .x-legend-container {
  18. text-align: left;
  19. .x-legend-item {
  20. font-size: 12px;
  21. border: none !important;
  22. outline: none !important;
  23. text-align: left;
  24. .x-legend-item-marker {
  25. box-shadow: none;
  26. border-radius: 50%;
  27. }
  28. }
  29. }
  30. }
  31. }