Sign in

商艳涛 / programming · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • programming
  • src
  • scss
  • gxb-bootstrap.scss
  • 发版 fix bug
    42ad2d50
    ykxie authored
    2016-12-12 15:05:27 +0800  
    Browse Dir »
gxb-bootstrap.scss 356 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#previewpanel{
    .nav-tabs>li.active>a{
        color: #1FB6FF;
        height: 34px;
        line-height: 34px;
    }

    .nav-tabs>li>a {
        margin-right: 0;
        line-height: 1.428571429;
        border: none !important;
        background: transparent !important;
        height: 60px;
        line-height: 60px;
        padding: 0;
    }
}