Sha256: a065a3f2097166f4218adf5a4522752620eb644b321c27742915bbb012ddd705

Contents?: true

Size: 1.25 KB

Versions: 62

Compression:

Stored size: 1.25 KB

Contents

/*------------------------------------*\
    #PRODUCT-SUMMARY
\*------------------------------------*/

$product-summary-width:                 220px !default;
$product-summary-small-width:           200px !default;

$product-summary-media-ratio:           2 / 3 !default;


/**
 * 1. sets positioning context for any absolutely positioned product summary
 *    child elements
 */

.product-summary {
    position: relative; /* [1] */
    margin-bottom: $vertical-margin;
}

.product-summary--small {}

    .product-summary__media {
        margin: 0 auto $spacing-unit;
        max-width: $product-summary-width;

        .product-summary--small & {
            max-width: $product-summary-small-width;
        }
    }

        .product-summary__media-link {
            display: block;
            padding: 0 0 ((1 / $product-summary-media-ratio) * 100%);
            height: 0;
        }

            .product-summary__media-image {}

    .product-summary__info {
        margin: 0 auto;
        max-width: $product-summary-width;
        text-align: center;

        .product-summary--small & {
            max-width: $product-summary-small-width;
        }
    }

        .product-summary__name {
            @extend %break-word;
            margin: 0 0 $spacing-unit;
        }

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.5.27 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss
workarea-storefront-3.5.26 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss
workarea-storefront-3.4.45 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss
workarea-storefront-3.5.25 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss
workarea-storefront-3.5.23 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss
workarea-storefront-3.4.44 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss
workarea-storefront-3.5.22 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss
workarea-storefront-3.4.43 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss
workarea-storefront-3.5.21 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss
workarea-storefront-3.4.42 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss
workarea-storefront-3.5.20 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss
workarea-storefront-3.4.41 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss
workarea-storefront-3.5.19 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss
workarea-storefront-3.4.40 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss
workarea-storefront-3.5.18 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss
workarea-storefront-3.4.39 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss
workarea-storefront-3.5.17 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss
workarea-storefront-3.4.38 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss
workarea-storefront-3.5.16 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss
workarea-storefront-3.4.37 app/assets/stylesheets/workarea/storefront/components/_product_summary.scss