MonthIO.scss 649 B

1234567891011121314151617181920212223242526272829303132
  1. .x-monthio-legend {
  2. .sumtip {
  3. position: absolute;
  4. right: 0;
  5. top: 8px;
  6. font-size: 12px;
  7. span:last-child {
  8. margin-left: 12px;
  9. }
  10. }
  11. .x-legend-inner {
  12. padding: 0;
  13. .x-legend-container {
  14. text-align: left;
  15. .x-legend-item {
  16. font-size: 12px;
  17. border: none !important;
  18. outline: none !important;
  19. text-align: left;
  20. .x-legend-item-marker {
  21. box-shadow: none;
  22. border-radius: 50%;
  23. }
  24. }
  25. }
  26. }
  27. }