Sha256: 0ac876d73df2caa2fc3def7d3ddedc7e000c7c3b0ae2451fdf30c939002db1d0

Contents?: true

Size: 1.44 KB

Versions: 14

Compression:

Stored size: 1.44 KB

Contents

.header-top {
    @extend .navbar;
    @extend .navbar-inverse;
    @extend .navbar-fixed-top;
    @include hidden-print;
    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;
        display: flex;
        align-items: center;
        justify-content: center;
        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

14 entries across 14 versions & 2 rubygems

Version Path
hippo-fw-0.9.9 client/hippo/workspace/styles/header.scss
hippo-fw-0.9.8 client/hippo/workspace/styles/header.scss
hippo-fw-0.9.7 client/hippo/workspace/styles/header.scss
hippo-fw-0.9.6 client/hippo/workspace/styles/header.scss
hippo-fw-0.9.5 client/hippo/workspace/styles/header.scss
hippo-fw-0.9.4 client/hippo/workspace/styles/header.scss
hippo-fw-0.9.3 client/hippo/workspace/styles/header.scss
hippo-fw-0.9.2 client/hippo/workspace/styles/header.scss
hippo-fw-0.9.1 client/hippo/workspace/styles/header.scss
lanes-0.8.3 client/lanes/workspace/styles/header.scss
lanes-0.8.2 client/lanes/workspace/styles/header.scss
lanes-0.8.1 client/lanes/workspace/styles/header.scss
lanes-0.8.0 client/lanes/workspace/styles/header.scss
lanes-0.7.0 client/lanes/workspace/styles/header.scss