Sha256: d50071f690fb466a848898c4944e89582472879a04cb268547fe080e1eadbd98

Contents?: true

Size: 433 Bytes

Versions: 23

Compression:

Stored size: 433 Bytes

Contents

// Vertical navigations with left indicator used in donor profile area
.nav {
  &.flex-column {
    .nav-link {
      position: relative;
      color: $text-muted;
      border-left: 4px solid transparent;
      &.active {
        color: $nav-tabs-link-active-color !important;
        border-color: $nav-tabs-link-hover-border-color;
      }
      @include hover-focus { color: $nav-tabs-link-active-color !important; }
    }
  }
}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
nfg_ui-0.11.0 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_nav.scss
nfg_ui-0.10.15.1 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_nav.scss
nfg_ui-0.10.15 app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_nav.scss