Sha256: 7dcbb28b7174181f675869ea4e4fcef2be1e9350fba4de72218dc670bfb99333

Contents?: true

Size: 532 Bytes

Versions: 1

Compression:

Stored size: 532 Bytes

Contents

.nav {
    display: flex;
    position: absolute;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding-left: 13px;
    margin-left: 240px;
    min-height: 60px;
    overflow: hidden;
    align-items: center;
    background: #fff;
    border-bottom: none;
    flex: 1;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    li {
        margin-right: 10px;
    }
    li a {
        color: #999;
        text-align: center;
        transition: .3s;
    }
    li a:hover {
        color: #333;
        transition: .3s;
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
admin_help-0.1.5 app/assets/stylesheets/nav.scss