balmet.com

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

redux-extension-customizer.scss (2907B)


      1 .wp-customizer {
      2     .redux-container {
      3         overflow: visible;
      4         .redux-main {
      5             input {
      6                 margin: 0 !important;
      7             }
      8 
      9             input.spinner-input {
     10                 margin-right: 30px !important;
     11                 margin-left: 30px !important;
     12                 margin-top: 0px !important;
     13             }
     14 
     15             .redux-container-editor {
     16                 .wp-editor-area {
     17                     color:#000000;
     18                 }
     19             }
     20         }
     21     }
     22     .redux-section.open .redux-group-tab {
     23         display: block !important;
     24     }
     25 
     26     .redux-section {
     27         p.customize-section-description {
     28             margin-top: 22px;
     29             word-break: break-word;
     30             &.legacy {
     31                 margin-top: 7px;
     32             }
     33         }
     34     }
     35 
     36     .control-section-themes .accordion-section-title {
     37         margin: 0;
     38     }
     39 
     40     #customize-controls {
     41         .description {
     42             display: block;
     43         }
     44         .customize-info {
     45             margin-bottom: 0;
     46         }
     47         .redux-section .accordion-section-content {
     48             background: #fcfcfc;
     49         }
     50     }
     51 
     52     .redux-section .accordion-section-title i,
     53     .redux-field .accordion-field-title i,
     54     .redux-panel .accordion-section-title i {
     55         margin-right: 5px;
     56     }
     57 
     58     .accordion-section.redux-main {
     59         background: inherit;
     60         margin-left: inherit;
     61         border-left: inherit;
     62         -moz-box-shadow: inherit;
     63         -webkit-box-shadow: inherit;
     64         padding: inherit;
     65         box-shadow: inherit;
     66     }
     67 
     68     .redux_field_th {
     69         padding: 13px 0px 0px 0px;
     70     }
     71 
     72     .redux-main {
     73         .redux-field-container {
     74             padding: 10px 0;
     75         }
     76         .select_wrapper {
     77             float: none;
     78             width: 100%;
     79             display: inline-block;
     80         }
     81         .select2-container {
     82             margin-right: 0 !important;
     83             margin-bottom: 5px !important;
     84             width: 100% !important;
     85         }
     86         .select_wrapper:nth-child(odd) {
     87             margin-right: 0;
     88         }
     89         .redux-option-image {
     90             max-width: 42% !important;
     91             margin-right: 3%;
     92         }
     93         .customize-control {
     94             border-bottom: 1px solid #ddd;
     95             padding-bottom: 4px;
     96         }
     97         .customize-control:last-child {
     98             border-bottom: 0;
     99             padding-bottom: 0;
    100         }
    101         .upload {
    102             width: 100% !important;
    103         }
    104         h3 {
    105             margin-top: inherit;
    106         }
    107         .redux-container-raw {
    108             margin-top: 22px;
    109             word-break: break-word;
    110             padding: 0 !important;
    111         }
    112         .redux-container-password input {
    113             width: 100%;
    114         }
    115     }
    116 
    117     .select2-drop,
    118     .select2-container {
    119         z-index: 999999;
    120     }
    121 
    122     .customize-control-redux-raw {
    123         list-style: none;
    124     }
    125 }