grid-light.scss 743 B

123456789101112131415161718192021222324252627282930313233
  1. // Global font
  2. @import 'https://fonts.googleapis.com/css?family=Dosis:400,600';
  3. // Colors for data series and points.
  4. $colors: #7cb5ec #f7a35c #90ee7e #7798BF #aaeeee #ff0066 #eeaaee #55BF3B #DF5353 #7798BF #aaeeee;
  5. // Neutral colors
  6. $neutral-color-100: #404048;
  7. $neutral-color-80: #000;
  8. // Fonts
  9. $font-family: 'Dosis', Arial, Helvetica, sans-serif;
  10. $title-font-size: 16px;
  11. $legend-font-size: 13px;
  12. $axis-labels-font-size: 12px;
  13. // Tooltip
  14. $tooltip-border: 0px;
  15. $tooltip-background: rgba(219,219,216,0.8);
  16. // Axes
  17. $xaxis-grid-line: 1px !default;
  18. // Title
  19. .highcharts-title, .highcharts-subtitle, .highcharts-yaxis .highcharts-axis-title {
  20. text-transform: uppercase;
  21. }
  22. .highcharts-title {
  23. font-weight: bold;
  24. }
  25. @import '../highcharts';