mirror of
https://gh.wpcy.net/https://github.com/elementor/hello-theme.git
synced 2026-04-27 12:12:21 +08:00
* Tweak: Added action links to the WordPress Customizer * update * Lint * Lint * check if `hello_elementor_customizer()` exists * Optimize logic * Lint * Refactor * Update
31 lines
375 B
SCSS
31 lines
375 B
SCSS
/**
|
|
* Style for your Customizer editor.
|
|
*/
|
|
|
|
#accordion-section-hello-options {
|
|
|
|
.accordion-section-title {
|
|
color: #c36;
|
|
|
|
&:after {
|
|
color: #c36;
|
|
}
|
|
}
|
|
}
|
|
|
|
#customize-control-hello-header-footer {
|
|
|
|
.hello-action-links {
|
|
margin: 15px auto;
|
|
text-align: center;
|
|
|
|
&-title {
|
|
font-weight: 600;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
&-message {
|
|
margin: 0 0 20px;
|
|
}
|
|
}
|
|
}
|