Blame view

public/scss/common/_path-nav.css 244 Bytes
yyq authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.path-nav {
    font-size: 12px;
    padding: 15px 0;
    height: 18px;
    line-height: 18px;
    color: #666;

    a {
        color: #666;
    }

    .iconfont {
        font-size: 12px;
    }

    .last {
        font-weight: bold;
    }
}