Sha256: 8f4a41f68d9355330a8f81db02c5014ee1f063ae255de6427dcc814bf2aa656a

Contents?: true

Size: 301 Bytes

Versions: 5

Compression:

Stored size: 301 Bytes

Contents

@include pageflow-page-type-pictograms("chart");

$chart-background: $basic-background-color;
$chart-iframe-base-height: 400px !default;

.chart_page {
  .iframeWrapper {
    &:before {
      opacity: 0.95;
      background-color: $chart-background;
    }

    height: $chart-iframe-base-height;
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pageflow-chart-2.6.0 app/assets/stylesheets/pageflow/chart/themes/default.scss
pageflow-chart-2.5.0 app/assets/stylesheets/pageflow/chart/themes/default.scss
pageflow-chart-2.4.0 app/assets/stylesheets/pageflow/chart/themes/default.scss
pageflow-chart-2.3.0 app/assets/stylesheets/pageflow/chart/themes/default.scss
pageflow-chart-2.2.0 app/assets/stylesheets/pageflow/chart/themes/default.scss