Sha256: 2614976bcf769257251df692ba8b64b890f71b1d032c1a1d20f22850248336f6

Contents?: true

Size: 1.54 KB

Versions: 62

Compression:

Stored size: 1.54 KB

Contents

#personalized-recommendations-content-block.style-guide__subsection

  %h3= link_to_style_guide('components', 'personalized_recommendations_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
    .personalized-recommendations-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
    .personalized-recommendations-content-block
      %h2.personalized-recommendations-content-block__heading Personalized Recommendations 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.4.27 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml
workarea-storefront-3.5.4 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml
workarea-storefront-3.4.26 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml
workarea-storefront-3.5.3 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml
workarea-storefront-3.4.25 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml
workarea-storefront-3.5.2 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml
workarea-storefront-3.4.24 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml
workarea-storefront-3.5.1 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml
workarea-storefront-3.4.23 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml
workarea-storefront-3.4.22 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml
workarea-storefront-3.5.0 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml
workarea-storefront-3.4.21 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml
workarea-storefront-3.5.0.beta.1 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml
workarea-storefront-3.4.20 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml
workarea-storefront-3.4.19 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml
workarea-storefront-3.4.18 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml
workarea-storefront-3.4.17 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml
workarea-storefront-3.4.16 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml
workarea-storefront-3.4.15 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml
workarea-storefront-3.4.14 app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml