Sha256: 411925de6731a0bd96bce36f1cb6a4ad9ea95c0d0dd04d17fd0aaa815e628686

Contents?: true

Size: 1.33 KB

Versions: 3

Compression:

Stored size: 1.33 KB

Contents

.header-top {
    @extend .navbar;
    @extend .navbar-inverse;
    @extend .navbar-fixed-top;
    z-index: 20;
    height: $workspace-header-height;
    border-radius: 0;
    margin: 0;
    border: 0;
    position:relative;

    .navbar-header {
        position: relative;
        min-width: 203px;
        width: 100%;
        height: 50px;
        margin-left: 0;
    }

    .logo {
        display: inline-block;
        height: 48px;
        width: 150px;
        margin: 2px;
        color: rgb(205, 208, 212);
        font-size: 30px;
        text-shadow: rgb(143, 112, 112) 2px 2px 4px;
        padding: 0;
        overflow: hidden;
        img {
            width: 100%;
            height: 100%;
        }
    }

    .navbar-toggle, .screens-menu-toggle {
        color: #fff;
        display: block;
        float: left;
        color: #fff;
        border: 0;
        padding: 6px 7px 7px;
        line-height: 1;
        background-color: rgba(0, 0, 0, 0.2);
        margin: 12px 0 12px 0px;
        border-radius: 0;
    }

    .nav-tabs {
        li {
            i {
                position: absolute;
                left: 2px;
                top: 2px;
                font-size: 12px;
                color: darken(#333333, 10%);
            }
            &.active i {
                color: lightgrey;
            }
        }
    }

}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lanes-0.5.0 client/lanes/workspace/styles/header.scss
lanes-0.4.0 client/lanes/workspace/styles/header.scss
lanes-0.3.0 client/lanes/workspace/styles/header.scss