• sq3536's avatar
    init · 0329f9ba
    sq3536 提交于
    0329f9ba
app-form-json.less 847 字节
.app-form-json{
  .btn-secondary {
    color: black;
    background-color: transparent;
    border-color: transparent;
  }
  .form-control {
    display: block;
    height: calc(1.4em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
  }
  h3, .h3 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
  }
  .row{
    > div {
      > div{
        display: flex;
      }
    }
  }
  .nav{
    display: block;
    > li{
      border-radius: 5px;
      padding: 5px;
      cursor: pointer;
      >
      a:hover{
        text-decoration: none;
      }
    }
    .active{
      background-color:#357AB3;
      > 
      a{
        color: #fff;
      }
      a:hover{
        color: #fff;
      }
    }
  }
  .control-label{
    min-width: 100px;
    display: inline-block;
  }
}