• 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
  • _pager.scss
  • product pager
    cf8e9d8f
    by xuqi
    2015-12-16 10:12:13 +0800  
    Browse Files
_pager.scss 326 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
.pager {
    font-size: 12px;
    
    a {
        height: 24px;
        padding: 0 9px;
        line-height: 24px;
        display: inline-block;
        text-align: center;
        margin-right: 8px;
        color: #222;
        
        &.cur {
            background-color: #222;
            color: #fff;
        }
    }
}