Sha256: 350d4c1db12d6811c539f47ed189dccae99f3b3fedaa6ab74b3438a1d95ae280

Contents?: true

Size: 422 Bytes

Versions: 15

Compression:

Stored size: 422 Bytes

Contents

//
// Steps
//
.nav-steps {
  .nav-item {

    &.visited, &.active {
      &::before { background-color: var(--brand-primary); }
      .step-indicator {
        color: var(--brand-primary-yiq);
        background-color: var(--brand-primary);
        border-color: var(--brand-primary);
      }
    }

    .step-indicator {
      &::after { box-shadow: 0 0 0 ($spacer * .25) var(--brand-primary-transparent); }
    }
  }
}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
nfg_ui-6.17.2 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/custom/_nav_step.scss
nfg_ui-6.17.1 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/custom/_nav_step.scss
nfg_ui-6.17.0 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/custom/_nav_step.scss
nfg_ui-6.16.3 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/custom/_nav_step.scss
nfg_ui-6.16.2 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/custom/_nav_step.scss
nfg_ui-6.16.1 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/custom/_nav_step.scss
nfg_ui-6.16.0 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/custom/_nav_step.scss
nfg_ui-5.15.7 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/custom/_nav_step.scss
nfg_ui-5.15.6 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/custom/_nav_step.scss
nfg_ui-5.15.5 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/custom/_nav_step.scss
nfg_ui-5.15.4 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/custom/_nav_step.scss
nfg_ui-5.15.3 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/custom/_nav_step.scss
nfg_ui-0.15.2 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/custom/_nav_step.scss
nfg_ui-0.15.1 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/custom/_nav_step.scss
nfg_ui-0.15.0 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/custom/_nav_step.scss