rule-enginee-custome-table.less 239 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
.rule-enginee-table{
   margin-bottom:20px;
   padding:8px;
   .col-sm-1{
       width:10%;
   }
   .percent-text{
        padding:5px;
   }
   
    label{
        font-weight:normal;
    }
  .formula-limit{
      max-width:350px;
  }
}