Sha256: ac8eb87e0845e613e45fc30a4cf859fbbb912c55ae09d246942de1bd19204519

Contents?: true

Size: 1.42 KB

Versions: 5

Compression:

Stored size: 1.42 KB

Contents

#product-insights-content-block.style-guide__subsection

  %h3= link_to_style_guide('components', 'product_insights_content_block')

  %p A content block containing <code>.product-summary</code> components.

  %p should provide a responsive layout for multiple <code>.product-summary</code> components:
  .style-guide__example-block
    .product-insights-content-block
      .grid
        - (1..4).each do |i|
          .grid__cell.grid__cell--50.grid__cell--25-at-medium
            .product-summary.product-summary--small
              .product-summary__media
                .product-summary__image-wrapper
                  = image_tag 'workarea/core/placeholder.png', size: '180x180', class: 'product-summary__image'
              .product-summary__info
                %span.product-summary__name Product Title #{i}

  %p should support a heading:
  .style-guide__example-block
    .product-insights-content-block
      %h2.product-insights-content-block__heading Product List Content Block
      .grid
        - (1..4).each do |i|
          .grid__cell.grid__cell--50.grid__cell--25-at-medium
            .product-summary.product-summary--small
              .product-summary__media
                .product-summary__image-wrapper
                  = image_tag 'workarea/core/placeholder.png', size: '180x180', class: 'product-summary__image'
              .product-summary__info
                %span.product-summary__name Product Title #{i}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workarea-nvy_theme-1.2.1 app/views/workarea/storefront/style_guides/components/_product_insights_content_block.html.haml
workarea-nvy_theme-1.2.0 app/views/workarea/storefront/style_guides/components/_product_insights_content_block.html.haml
workarea-nvy_theme-1.1.4 app/views/workarea/storefront/style_guides/components/_product_insights_content_block.html.haml
workarea-nvy_theme-1.1.3 app/views/workarea/storefront/style_guides/components/_product_insights_content_block.html.haml
workarea-nvy_theme-1.1.2 app/views/workarea/storefront/style_guides/components/_product_insights_content_block.html.haml