Sha256: e9eb1089dc92573bcf01e0894ebf2bb3b912fbe22040641be0dbeb29c44f1b9c

Contents?: true

Size: 1.44 KB

Versions: 62

Compression:

Stored size: 1.44 KB

Contents

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

  %h3= link_to_style_guide('components', 'product_list_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-list-content-block
      .grid
        - (1..6).each do |i|
          .grid__cell.grid__cell--50.grid__cell--33-at-medium.grid__cell--16-at-wide
            .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-list-content-block
      %h2.product-list-content-block__heading Product List Content Block
      .grid
        - (1..6).each do |i|
          .grid__cell.grid__cell--50.grid__cell--33-at-medium.grid__cell--16-at-wide
            .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

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.5.27 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml
workarea-storefront-3.5.26 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml
workarea-storefront-3.4.45 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml
workarea-storefront-3.5.25 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml
workarea-storefront-3.5.23 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml
workarea-storefront-3.4.44 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml
workarea-storefront-3.5.22 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml
workarea-storefront-3.4.43 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml
workarea-storefront-3.5.21 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml
workarea-storefront-3.4.42 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml
workarea-storefront-3.5.20 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml
workarea-storefront-3.4.41 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml
workarea-storefront-3.5.19 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml
workarea-storefront-3.4.40 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml
workarea-storefront-3.5.18 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml
workarea-storefront-3.4.39 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml
workarea-storefront-3.5.17 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml
workarea-storefront-3.4.38 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml
workarea-storefront-3.5.16 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml
workarea-storefront-3.4.37 app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml