balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

redux-section.scss (443B)


      1 .redux-main {
      2     .form-table-section-indented {
      3         width: 95%;
      4         margin-left: 5% !important;
      5     }
      6 
      7     .form-table-section tr:first-of-type th:first-of-type {
      8         padding: 0px !important;
      9     }
     10 
     11     h3 {
     12         margin-top: 10px;
     13     }
     14 
     15     .form-table-section-indented > tbody > tr {
     16         &:first-child {
     17             display: none;
     18         }
     19 
     20         &:nth-last-child(2) {
     21             border-bottom: 0;
     22         }
     23     }
     24 }
     25