_flot-charts.scss 437 B

12345678910111213141516171819202122232425
  1. //
  2. // Flot Charts
  3. //
  4. // Overwrite/Extend styles
  5. // --------------------------------------------------
  6. .flot-tooltip {
  7. position: absolute;
  8. display: none;
  9. color: $white;
  10. background: rgba(0,0,0,.75);
  11. padding: 4px 8px;
  12. }
  13. .flot-pie-label {
  14. font-size: 13px;
  15. text-align: center;
  16. padding: 4px 8px;
  17. color: $white;
  18. }
  19. .legend > table td {
  20. padding: 3px 4px;
  21. font-size: 14px;
  22. }