• This project
    • Loading...
  • Sign in

fe / YOHOBUYPC · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 2
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYPC
  • web-static
  • sass
  • _path-nav.css
  • code review by fei.hong: do login and new sale search
    f77f58aa
    by hf
    2016-03-11 21:11:03 +0800  
    Browse Files
_path-nav.css 306 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.path-nav {
    font-size: 12px;
    padding: 15px 0;
    height: 18px;
    line-height: 18px;
    border-bottom: 1px solid #eaeceb;
    margin-bottom: 15px;
    color: #666;

    a {
        color: #666;
    }

    .iconfont {
        font-size: 12px;
    }

    .last {
        font-weight: bold;
    }
}