Sha256: 87bddc84ab889c86bed2e30f5ab1eb0e6250c305baf4f4ed354ab3397e579426

Contents?: true

Size: 867 Bytes

Versions: 3

Compression:

Stored size: 867 Bytes

Contents

.header-top {
    @extend .navbar;
    @extend .navbar-inverse;
    @extend .navbar-fixed-top;
    z-index: 20;
    height: 50px;
    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;
        background: url(asset_path('images/lanes/logo-sm.png')) no-repeat;
    }

    .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;
    }
    

}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lanes-0.1.8 client/lanes/workspace/styles/header.scss
lanes-0.1.7 client/lanes/workspace/styles/header.scss
lanes-0.1.6 client/lanes/workspace/styles/header.scss