Sha256: bcdb8123b1b172ca69a499627b3db5b93c57a4a0b8386e39296827174fbae073

Contents?: true

Size: 536 Bytes

Versions: 62

Compression:

Stored size: 536 Bytes

Contents

// TODO: v4 remove. Replaced by WORKAREA.mobileFilterButtons
/*------------------------------------*\
    #MOBILE-FILTERS
\*------------------------------------*/

.mobile-filters {
    margin-bottom: $vertical-margin;
}

    .mobile-filters__control {
        display: none;
    }

    .mobile-filters__trigger {
        margin-bottom: $vertical-margin;
        text-align: center;
    }

    .mobile-filters__content {
        display: none;

        .mobile-filters__control:checked ~ & {
            display: block;
        }
    }

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.4.27 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss
workarea-storefront-3.5.4 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss
workarea-storefront-3.4.26 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss
workarea-storefront-3.5.3 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss
workarea-storefront-3.4.25 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss
workarea-storefront-3.5.2 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss
workarea-storefront-3.4.24 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss
workarea-storefront-3.5.1 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss
workarea-storefront-3.4.23 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss
workarea-storefront-3.4.22 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss
workarea-storefront-3.5.0 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss
workarea-storefront-3.4.21 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss
workarea-storefront-3.5.0.beta.1 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss
workarea-storefront-3.4.20 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss
workarea-storefront-3.4.19 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss
workarea-storefront-3.4.18 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss
workarea-storefront-3.4.17 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss
workarea-storefront-3.4.16 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss
workarea-storefront-3.4.15 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss
workarea-storefront-3.4.14 app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss