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.5.27 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.5.26 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.45 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.5.25 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.5.23 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.44 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.5.22 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.43 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.5.21 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.42 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.5.20 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.41 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.5.19 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.40 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.5.18 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.39 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.5.17 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.38 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.5.16 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss
workarea-storefront-3.4.37 app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss