Sha256: b6283c3378cfe1ffa8287e6d0ec12e1f4cc38ff961fa306f242ffe723e082af3

Contents?: true

Size: 913 Bytes

Versions: 2

Compression:

Stored size: 913 Bytes

Contents

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

  > 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

2 entries across 2 versions & 1 rubygems

Version Path
tida_template-0.2.2 vendor/assets/stylesheets/_navs.scss
tida_template-0.2.0 vendor/assets/stylesheets/_navs.scss