Sha256: a3232a558199f05bbe110ace5fc7458a81e7980973c7619cc6a8bd54f3b446ea

Contents?: true

Size: 793 Bytes

Versions: 5

Compression:

Stored size: 793 Bytes

Contents

/*------------------------------------*\
    #SECONDARY-NAV
\*------------------------------------*/

$secondary-nav-heading-color: $aside-heading-color !default;

.secondary-nav {
    margin-top: $spacing-unit * 3;
}

    .secondary-nav__heading {
        @extend %heading;
        @extend %heading--5;
        @extend %heading--upcase;
        color: $secondary-nav-heading-color;
    }

    .secondary-nav__links {
        @extend %list-reset;
        margin-bottom: $vertical-margin;
    }

    .secondary-nav__item {}

    .secondary-nav__item--has-children {}

        .secondary-nav__link {
            display: block;
            padding: $spacing-unit;
        }

        .secondary-nav__link--selected {
            font-weight: bold;
        }


        .secondary-nav__children {}

Version data entries

5 entries across 5 versions & 1 rubygems

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