.@{css-prefix}navigate{
    font-size: 14px;
    padding: 10px 0;

    & ul {
        & li a {
            display: block;
            color: #80848f;
            padding: 14px 34px;
            transition: all @transition-time @ease-in-out;
        }
        & li a:hover {
            background: #f2f2f2;
        }
        & li.action a {
            background: #f2f2f2;
            color: @primary-color;
            border-right: 2px solid @primary-color;
        }
        & li i {
            margin-right: 6px;
        }
    }
    & .@{css-prefix}component{
        & a {
            font-size: 12px;
        }
    }
    & h5 {
        font-size: 16px;
        font-weight: normal;
        margin: 8px 0;
        padding-left: 15px;
    }

    & h6 {
        font-size: 14px;
        font-weight: normal;
        padding-left: 26px;
        height: 48px;
        line-height: 48px;
        color: #999;
    }
}