balmet.com

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

redux-spacing.scss (660B)


      1 .redux-container-spacing {
      2     select,
      3     .select_wrapper {
      4         width: 80px !important;
      5         float: left;
      6     }
      7 
      8     .field-spacing-input {
      9         margin-right: 10px;
     10         margin-bottom: 7px;
     11     }
     12 }
     13 
     14 @media screen and (max-width: 782px) {
     15     .redux-container-spacing {
     16         .field-spacing-input {
     17             input {
     18                 display: inline-block !important;
     19                 width: 70px !important;
     20             }
     21 
     22             .add-on {
     23                 padding: 7px 4px;
     24                 font-size: 16px;
     25                 line-height: 1.5;
     26             }
     27         }
     28 
     29         .select_wrapper {
     30             margin-top: 6px;
     31         }
     32     }
     33 }