PluginProbe
Customify / 1.5.4
Customify v1.5.4
2.10.9 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.7.1 1.3.0 1.3.1 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.6.0 1.6.0.1 1.6.5 1.7.0 1.7.1 All 77 releases
customify / scss / _theme.scss

_theme.scss in Customify 1.5.4, at scss/_theme.scss

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