Sha256: 0ec87b9a60b6b823d7c9e24e45f0f4c4f4c72607c2ad0b42f4bb610142f8a74f

Contents?: true

Size: 1.16 KB

Versions: 9

Compression:

Stored size: 1.16 KB

Contents

.tabs {
    display: -webkit-box;
    -webkit-box-orient: horizontal;

    .tab {
        display: -webkit-box;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        -webkit-box-flex: 1;

        @if $flat {
            border: 1px solid #A09E9E;
        }

        border-bottom: 0 !important;

        padding: 8px;
        border-radius: 0;

        &:first-child { border-left: 0 !important;  }
        &:last-child  { border-right: 0 !important; }

        // don't show the tap state for the active tab
        &.activeTab {
            @extend .gradient-secondary-alt;
            &.hl {
                @extend .gradient-secondary-alt;
            }
        }
    }
    .spacer {
        width: 3px;
        background-color: transparent;
        display: -webkit-box;
        -webkit-box-flex: 0;
        border-bottom: 1px solid #A09E9E;
    }
}
.tab_content {
    overflow-x: hidden;
    padding: 5px;
    background-color: darken($gradient-secondary-alt, 5%);
}

// If a tab has no content, we use this class
// to place a "No content here" notice
.blank {
    padding: 20px;
    text-align: center;
    min-height: 350px;
    padding-top: 80px;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
sports_db-0.2.19 app/assets/stylesheets/_tabs.css.scss
sports_db-0.2.18 app/assets/stylesheets/_tabs.css.scss
sports_db-0.2.17 app/assets/stylesheets/_tabs.css.scss
sports_db-0.2.16 app/assets/stylesheets/_tabs.css.scss
sports_db-0.2.15 app/assets/stylesheets/_tabs.css.scss
sports_db-0.2.14 app/assets/stylesheets/_tabs.css.scss
sports_db-0.2.13 app/assets/stylesheets/_tabs.css.scss
sports_db-0.2.12 app/assets/stylesheets/_tabs.css.scss
sports_db-0.2.11 app/assets/stylesheets/_tabs.css.scss