Sha256: 297db523fe73e515736d04974124a82645c4bbdfe7eca76cc52d7c711d422e20

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 KB

Contents

.uniformTabs{
    border-bottom: 1px solid darken($background, 10);
    white-space: nowrap;
    a{
        display:inline-block;
        margin-bottom: -1px;
        padding: 0.5em 1em;
        border-bottom: 2px solid transparent;
        color: $gray;
        text-decoration: none;
        cursor: pointer;
        &:hover{
            color: $blue;
            .uniformLabel.fill{
                background: $blue ;
            }
        }
        &.active{
            border-color: $green-dark;
            color: $green-dark;
            .uniformLabel.fill{
                background: $green-dark ;
            }
        }
    }
    &.center{
        text-align:center;
    }
    &.border-fix{
        margin-bottom: -1px;
    }
    &.invert{
        border-bottom-color: rgba($background, 0.4);
        a{
            color: white;
            &:hover{
                color: $blue-light;
            }
            &.active{
                color: $green-light;
                border-color: $green-light;
            }
        }
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
uniform-ui-1.0 vendor/assets/stylesheets/uniform/components/tabs.scss