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
  • dist
  • scss
  • gxb-bootstrap.scss
  • add dist
    aa89afb4
    ykxie authored
    2017-06-21 10:42:34 +0800  
    Browse Code »
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;
    }
}