_apexcharts.scss 941 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .apexcharts-tooltip {
  2. color: $tooltip-color !important;
  3. background: $tooltip-bg !important;
  4. font-size: $tooltip-font-size !important;
  5. padding: .25rem !important;
  6. box-shadow: none !important;
  7. }
  8. .apexcharts-tooltip-title {
  9. background: transparent !important;
  10. border: 0 !important;
  11. margin: 0 !important;
  12. font-weight: var(--#{$prefix}font-weight-bold);
  13. padding: .25rem .5rem !important;
  14. }
  15. .apexcharts-tooltip-y-group {
  16. padding: 2px 0 !important;
  17. }
  18. .apexcharts-tooltip-series-group {
  19. padding: 0 .5rem 0 !important;
  20. }
  21. .apexcharts-tooltip-marker {
  22. width: 10px !important;
  23. height: 10px !important;
  24. }
  25. .apexcharts-text {
  26. fill: var(--#{$prefix}body-color) !important;
  27. }
  28. .apexcharts-gridline {
  29. stroke: var(--#{$prefix}border-color) !important;
  30. }
  31. .apexcharts-legend-text {
  32. color: inherit !important;
  33. }
  34. .apexcharts-radialbar-track .apexcharts-radialbar-area {
  35. stroke: var(--#{$prefix}border-color) !important;
  36. }