Sha256: 85957925581b58449355c990d10e37a6c8f3fe5921d64a72a8b20b946e277e9b

Contents?: true

Size: 783 Bytes

Versions: 1

Compression:

Stored size: 783 Bytes

Contents

.container--tabs {
  .nav-tabs {
    margin-bottom: 0;
    list-style-type: none;
    border-bottom: 1px solid rgba(var(--rgb-primary),0.1);

    > li {
      margin-bottom: -1px;

      > a {
        float: left;
        padding: 0.75rem;
        min-width: 125px;
        border-bottom: 1px solid transparent;

        &:hover {
          border-bottom-color: rgba(var(--rgb-primary),0.2);
        }
      }

      &.active {
        > a,
        > a:hover,
        > a:focus {
          cursor: default;
          border-bottom: 1px solid rgba(var(--rgb-primary),0.5);
        }
      }
    }
  }

  .tab-content {
    width: 100%;

    > .tab-pane {
      display: none;

      &.active {
        display: block;
      }
    }

    > .active {
      display: block;
    }
  }

}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
another-theme-1.0.4 _sass/another/_tabs.scss