| 1 |
|
| 2 |
//------------------------------------*\ |
| 3 |
// CUSTOMIFY — COLOR SCHEME |
| 4 |
//------------------------------------*/ |
| 5 |
|
| 6 |
|
| 7 |
$borders : #dfe8ef; |
| 8 |
$background-hover : #f5fcff; |
| 9 |
|
| 10 |
#customize-header-actions { |
| 11 |
background: #ffffff; |
| 12 |
border-color: $borders; |
| 13 |
} |
| 14 |
|
| 15 |
.customize-controls-close { |
| 16 |
color: #7da9c3; |
| 17 |
background: #ffffff; |
| 18 |
border-color: $borders; |
| 19 |
|
| 20 |
&:focus, &:hover { |
| 21 |
background: $background-hover; |
| 22 |
} |
| 23 |
} |
| 24 |
|
| 25 |
|
| 26 |
|
| 27 |
.wp-full-overlay-sidebar, |
| 28 |
.customize-themes-panel { |
| 29 |
background: #eaf9fe; |
| 30 |
border-right: 1px solid $borders; |
| 31 |
} |
| 32 |
|
| 33 |
#customize-theme-controls { |
| 34 |
#accordion-section-menu_locations { |
| 35 |
border-bottom: 1px solid $borders; |
| 36 |
} |
| 37 |
} |
| 38 |
|
| 39 |
#customize-controls { |
| 40 |
#accordion-section-themes { |
| 41 |
&>.accordion-section-title { |
| 42 |
font-weight: 600; |
| 43 |
border-bottom: 1px solid $borders; |
| 44 |
|
| 45 |
&:hover { |
| 46 |
background: #fff; |
| 47 |
} |
| 48 |
} |
| 49 |
} |
| 50 |
.panel-meta.customize-info { |
| 51 |
border-bottom: none; |
| 52 |
} |
| 53 |
} |
| 54 |
|
| 55 |
|
| 56 |
#customize-theme-controls { |
| 57 |
|
| 58 |
.control-section { |
| 59 |
.accordion-section-title { |
| 60 |
font-weight: 400; |
| 61 |
border-top: 1px solid $borders; |
| 62 |
border-bottom: none; |
| 63 |
// transition: background 0.15s ease-in-out; |
| 64 |
} |
| 65 |
&:last-of-type>.accordion-section-title { |
| 66 |
border-bottom: 1px solid $borders; |
| 67 |
} |
| 68 |
} |
| 69 |
|
| 70 |
.customize-section-title { |
| 71 |
border-top: 1px solid $borders; |
| 72 |
border-bottom: 1px solid $borders; |
| 73 |
} |
| 74 |
} |
| 75 |
|
| 76 |
#customize-controls .control-section .accordion-section-title:focus, #customize-controls .control-section .accordion-section-title:hover, #customize-controls .control-section.open .accordion-section-title, #customize-controls .control-section:hover>.accordion-section-title { |
| 77 |
color: #056184; |
| 78 |
background: #f5fcff; |
| 79 |
} |