balmet.com

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

redux-checkbox.scss (232B)


      1 .redux-container-checkbox {
      2     label {
      3         vertical-align: top;
      4         width: 100%;
      5 
      6         .field-desc {
      7             margin-top: 0;
      8             float: left;
      9             width: 93%;
     10             clear: none;
     11         }
     12     }
     13 }