balmet.com

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

redux-slides.scss (2467B)


      1 .redux-container-slides {
      2     .redux-slides-list .select2-container {
      3         margin-bottom: 10px;
      4         width: 100%;
      5     }
      6 
      7     .ui-accordion-header {
      8         margin-bottom: 0;
      9     }
     10 
     11     .full-text,
     12     .large-text {
     13         width: 100%;
     14     }
     15 
     16     .redux-slides-accordion-group {
     17         border: 1px solid #dfdfdf !important;
     18         border-radius: 3px !important;
     19         margin-top: 0px !important;
     20         margin-bottom: 10px;
     21         background: #f9f9f9;
     22         padding: 5px;
     23 
     24         h3 {
     25             border: 1px solid #dfdfdf;
     26             cursor: move !important;
     27             font-weight: bold;
     28             padding: 0 10px !important;
     29             height: 40px;
     30             line-height: 40px !important;
     31             background-color: #f1f1f1;
     32             background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
     33             background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
     34             background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
     35             background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
     36             background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
     37             background-image: linear-gradient(to bottom, #f9f9f9, #ececec);
     38             overflow: hidden;
     39             -webkit-border-radius: 3px;
     40             -moz-border-radius: 3px;
     41             border-radius: 3px;
     42             -moz-box-shadow: inset 0 1px 0 #fff;
     43             -webkit-box-shadow: inset 0 1px 0 #fff;
     44             box-shadow: inset 0 1px 0 #fff;
     45             text-align: center;
     46         }
     47     }
     48 
     49     #redux-slides-accordion .redux-slides-image {
     50         height: 250px;
     51         padding: 5px;
     52         margin-top: 10px;
     53         margin-bottom: 10px;
     54         border: 1px solid #e3e3e3;
     55         background: #f7f7f7;
     56         -moz-border-radius: 3px;
     57         -khtml-border-radius: 3px;
     58         -webkit-border-radius: 3px;
     59         border-radius: 3px;
     60     }
     61 
     62     .redux-slides-add {
     63         float: right;
     64         margin-right: 10%;
     65         display: block;
     66         margin-bottom: 10px;
     67     }
     68 
     69     .redux-slides-remove {
     70         color: #ef521d !important;
     71         float: right;
     72         margin-top: 5px;
     73     }
     74 
     75     .redux-slides-header {
     76         font-weight: bold;
     77     }
     78 
     79     .redux_slides_add_remove {
     80         margin-bottom: 10px;
     81     }
     82     input {
     83         width: 100% !important;
     84     }
     85 
     86 }
     87 
     88 .wp-customizer {
     89     .redux-container-slides .ui-accordion .ui-accordion-content {
     90         padding: 10px;
     91     }
     92 }