_apexcharts.scss 925 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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:before {
  22. font-size: 16px !important;
  23. }
  24. .apexcharts-text {
  25. fill: var(--#{$prefix}body-color) !important;
  26. }
  27. .apexcharts-gridline {
  28. stroke: var(--#{$prefix}border-color) !important;
  29. }
  30. .apexcharts-legend-text {
  31. color: inherit !important;
  32. }
  33. .apexcharts-radialbar-track .apexcharts-radialbar-area {
  34. stroke: var(--#{$prefix}border-color) !important;
  35. }