Sha256: 2232fd6461a15164a63757db27fb0b4c629271590de2c72fa1635590b681088d

Contents?: true

Size: 1.11 KB

Versions: 5

Compression:

Stored size: 1.11 KB

Contents

/*------------------------------------*\
    #RECOMMENDATIONS
\*------------------------------------*/

$recommendations-heading-decoration-width: 40px !default;
$recommendations-heading-decoration-height: 3px !default;
$recommendations-heading-decoration-color: $product-recommendations-heading-decoration-color !default;


.recommendations {

    .product-detail-container & {
        margin-top: $spacing-unit * 6;

        @include respond-to($medium-breakpoint) {
            margin-top: $spacing-unit * 8;
        }
    }
}

    .recommendations__heading {
        @extend %heading;
        @extend %heading--2;
        position: relative;
        margin-top: $spacing-unit * 4;
        text-align: center;

        &:before {
            position: absolute;
            top: $spacing-unit * -2;
            left: 50%;
            width: $recommendations-heading-decoration-width;
            height: $recommendations-heading-decoration-height;
            background-color: $recommendations-heading-decoration-color;
            transform: translateX(-50%);
            content: '';
        }
    }

    .recommendations__products {}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workarea-nvy_theme-1.2.1 app/assets/stylesheets/workarea/storefront/components/_recommendations.scss
workarea-nvy_theme-1.2.0 app/assets/stylesheets/workarea/storefront/components/_recommendations.scss
workarea-nvy_theme-1.1.4 app/assets/stylesheets/workarea/storefront/components/_recommendations.scss
workarea-nvy_theme-1.1.3 app/assets/stylesheets/workarea/storefront/components/_recommendations.scss
workarea-nvy_theme-1.1.2 app/assets/stylesheets/workarea/storefront/components/_recommendations.scss