Sha256: 8a97df931677a4b1ef91d57161ca91c3239df968e1327d8f33273f2529e633c5

Contents?: true

Size: 1.25 KB

Versions: 6

Compression:

Stored size: 1.25 KB

Contents

@import "../tokens/colors";
@import "../tokens/typography";
@import url("https://code.highcharts.com/css/highcharts.css");
// @import "highcharts/css/highcharts";
// @import "highcharts/highcharts.css";

:root {
    --highcharts-color-0: #{$data_1};
    --highcharts-color-1: #{$data_2};
    --highcharts-color-2: #{$data_3};
    --highcharts-color-3: #{$data_4};
    --highcharts-color-4: #{$data_5};
    --highcharts-color-5: #{$data_6};
    --highcharts-color-6: #{$data_7};
    --highcharts-color-7: #{$data_8};
}

.highcharts-title {
    font-family: $font_family_base;
    font-weight: $bold;
    font-size: $heading_3;
    color: $text_lt_default;
    fill: $text_lt_default;
}

.highcharts-subtitle {
    font-family: $font_family_base;
    color: $text_lt_light;
    fill: $text_lt_light;
    font-weight: $regular;
    font-size: $text_base;
}

.highcharts-yaxis > .highcharts-axis-title {
    color: $text_lt_lighter;
    fill: $text_lt_lighter;
    font-family: $font_family_base;
    font-weight: $bold;
    font-size: $text_smaller;
}

.highcharts-axis-labels {
    font-family: $font_family_base;
    color: $text_lt_lighter;
    fill: $text_lt_lighter;
    font-weight: $bold;
    font-size: $text_smaller;
}

.highcharts-grid-line {
    stroke: $border_light;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
playbook_ui-14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3954 app/pb_kits/playbook/pb_dashboard/_highcharts_theme.scss
playbook_ui-14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3953 app/pb_kits/playbook/pb_dashboard/_highcharts_theme.scss
playbook_ui-14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3950 app/pb_kits/playbook/pb_dashboard/_highcharts_theme.scss
playbook_ui-14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3944 app/pb_kits/playbook/pb_dashboard/_highcharts_theme.scss
playbook_ui-14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3940 app/pb_kits/playbook/pb_dashboard/_highcharts_theme.scss
playbook_ui-14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3931 app/pb_kits/playbook/pb_dashboard/_highcharts_theme.scss