Sha256: f1281e20bcbfc868d6bee056dd78f5ca4b826e32ecea4fff2b580aae9a3b1fd5

Contents?: true

Size: 609 Bytes

Versions: 2

Compression:

Stored size: 609 Bytes

Contents

/*------------------------------------*\
    #PRODUCT-LIST-CONTENT-BLOCK
\*------------------------------------*/

/**
 * 1. Since slick adds various DOM elements the .grid--flush class
 * does not remove the padding for grid__cells in the context of a slider.
 * This override is a little unorthodox but since avalanche generates all the
 * grid CSS there isn't a better place to do this contextual styling.
 */
.product-list-content-block {
    .grid__cell { /* [1] */
        padding-left: 0;
    }
}

    .product-list-content-block__heading {
        @extend %heading;
        @extend %heading--2;
    }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-one_theme-1.3.1 app/assets/stylesheets/workarea/storefront/components/_product_list_content_block.scss
workarea-one_theme-1.3.0 app/assets/stylesheets/workarea/storefront/components/_product_list_content_block.scss