Sha256: f2282c3125b591f7d1597836ba7a3fbb39ad4c280b85ec2bb7a6cb167e4df1b6

Contents?: true

Size: 957 Bytes

Versions: 8

Compression:

Stored size: 957 Bytes

Contents

.nav-tabs {
  background: $navTabBackgroundColor;
  border: none;
  border-bottom: 2px solid darken($navTabBackgroundColor, 10%);
  padding-top: $smallPadding;
  padding-left: $normalPadding;
  margin-bottom: $normalPadding !important;

  > li {
    margin-bottom: -2px;
    padding: 0px;

    &:hover {
      background: darken($navTabBackgroundColor, 10%);
    }

    > a {
      @include border-radius(0);
      margin: 0px;
      border: none;
      color: $navTabForeColor !important;
      border-bottom: 2px solid darken($navTabBackgroundColor, 10%);
    }

    > a:hover, > a:focus {
      background: darken($navTabBackgroundColor, 10%);
      border: none;
      border-bottom: 2px solid $logoColor;
      text-decoration: none !important;
    }

    &.active, &.active:hover, &.active:focus {
      > a {
        border: none;
        border-bottom: 2px solid white;
        font-weight: bold;
      }
    }
  }
}

.nav {
  margin-bottom: 0px;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tida_template-0.3.2 vendor/assets/stylesheets/_navs.scss
tida_template-0.3.1 vendor/assets/stylesheets/_navs.scss
tida_template-0.3.0 vendor/assets/stylesheets/_navs.scss
tida_template-0.2.9 vendor/assets/stylesheets/_navs.scss
tida_template-0.2.8 vendor/assets/stylesheets/_navs.scss
tida_template-0.2.7 vendor/assets/stylesheets/_navs.scss
tida_template-0.2.6 vendor/assets/stylesheets/_navs.scss
tida_template-0.2.5 vendor/assets/stylesheets/_navs.scss