Sha256: 9d30b9bbb2613d3102e08a1be3fb4153f24c2c5e60c13119ede8a1671d8210da

Contents?: true

Size: 1.02 KB

Versions: 62

Compression:

Stored size: 1.02 KB

Contents

#spark.style-guide__subsection

  %h3= link_to_style_guide('typography', 'spark')

  %p Changes the font family to a sparkline font.

  - dotline_values = (0..9).to_a.shuffle
  - dotline_points = dotline_values[1..dotline_values.count-2].join(',')
  - dotline_sample = "#{dotline_values.first}{#{dotline_points}}#{dotline_values.last}"

  %p should display a medium-weight dot-line graph:
  .style-guide__example-block
    monofilament corporation gang
    %span.spark= dotline_sample
    skyscraper vehicle

#spark--large.style-guide__subsection

  %h3= link_to_style_guide('typography', 'spark__large')

  %p Changes the font family to a sparkline font.

  - dotline_values = (0..9).to_a.shuffle
  - dotline_points = dotline_values[1..dotline_values.count-2].join(',')
  - dotline_sample = "#{dotline_values.first}{#{dotline_points}}#{dotline_values.last}"

  %p should display a medium-weight dot-line graph:
  .style-guide__example-block
    monofilament corporation gang
    %span.spark.spark--large= dotline_sample
    skyscraper vehicle

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-admin-3.4.13 app/views/workarea/admin/style_guides/typography/_spark.html.haml
workarea-admin-3.4.12 app/views/workarea/admin/style_guides/typography/_spark.html.haml