Sha256: 75ae8962d385f20455c239cbc0bef1d975dcf93a35dd5337fc10901252445808

Contents?: true

Size: 683 Bytes

Versions: 62

Compression:

Stored size: 683 Bytes

Contents

/*------------------------------------*\
    #MOBILE-FILTERS-NAV
\*------------------------------------*/

$mobile-filters-nav-bg-color:   $white !default;
$mobile-filters-nav-box-shadow: -8px 0 8px rgba($black, 0.5);

$mobile-filters-nav-width:  90% !default;


.mobile-filters-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: index($components, mobile-filters-nav);
    padding: $spacing-unit * 2;
    width: $mobile-filters-nav-width;
    background: $mobile-filters-nav-bg-color;
    box-shadow: $mobile-filters-nav-box-shadow;
}

.mobile-filters-nav--active {
    display: block;
}


    .mobile-filters-nav__close-button {}


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_nav.scss
workarea-storefront-3.5.4 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.26 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.5.3 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.25 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.5.2 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.24 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.5.1 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.23 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.22 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.5.0 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.21 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.5.0.beta.1 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.20 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.19 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.18 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.17 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.16 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.15 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.14 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss