Sha256: b414df7238447c2b2fc03ca346d1579fd6ff0716e732d12dd635d80bd3450565

Contents?: true

Size: 1.51 KB

Versions: 62

Compression:

Stored size: 1.51 KB

Contents

#recommendations.style-guide__subsection

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

  %p A component used to display recommended products in embedded <code>.product-summary</code> components.

  %p should provide a responsive layout for multiple <code>.product-summary</code> components:
  .style-guide__example-block
    .recommendations
      .recommendations__products
        .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
    .recommendations
      %h2.recommendations__heading Recommended For You
      .recommendations__products
        .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/_recommendations.html.haml
workarea-storefront-3.5.26 app/views/workarea/storefront/style_guides/components/_recommendations.html.haml
workarea-storefront-3.4.45 app/views/workarea/storefront/style_guides/components/_recommendations.html.haml
workarea-storefront-3.5.25 app/views/workarea/storefront/style_guides/components/_recommendations.html.haml
workarea-storefront-3.5.23 app/views/workarea/storefront/style_guides/components/_recommendations.html.haml
workarea-storefront-3.4.44 app/views/workarea/storefront/style_guides/components/_recommendations.html.haml
workarea-storefront-3.5.22 app/views/workarea/storefront/style_guides/components/_recommendations.html.haml
workarea-storefront-3.4.43 app/views/workarea/storefront/style_guides/components/_recommendations.html.haml
workarea-storefront-3.5.21 app/views/workarea/storefront/style_guides/components/_recommendations.html.haml
workarea-storefront-3.4.42 app/views/workarea/storefront/style_guides/components/_recommendations.html.haml
workarea-storefront-3.5.20 app/views/workarea/storefront/style_guides/components/_recommendations.html.haml
workarea-storefront-3.4.41 app/views/workarea/storefront/style_guides/components/_recommendations.html.haml
workarea-storefront-3.5.19 app/views/workarea/storefront/style_guides/components/_recommendations.html.haml
workarea-storefront-3.4.40 app/views/workarea/storefront/style_guides/components/_recommendations.html.haml
workarea-storefront-3.5.18 app/views/workarea/storefront/style_guides/components/_recommendations.html.haml
workarea-storefront-3.4.39 app/views/workarea/storefront/style_guides/components/_recommendations.html.haml
workarea-storefront-3.5.17 app/views/workarea/storefront/style_guides/components/_recommendations.html.haml
workarea-storefront-3.4.38 app/views/workarea/storefront/style_guides/components/_recommendations.html.haml
workarea-storefront-3.5.16 app/views/workarea/storefront/style_guides/components/_recommendations.html.haml
workarea-storefront-3.4.37 app/views/workarea/storefront/style_guides/components/_recommendations.html.haml