hello-theme/assets/scss/customizer.scss
Rami Yushuvaev 560c521a51
Tweak: Added action links to the WordPress Customizer [ED-13161] (#362)
* Tweak: Added action links to the WordPress Customizer

* update

* Lint

* Lint

* check if `hello_elementor_customizer()` exists

* Optimize logic

* Lint

* Refactor

* Update
2023-12-25 15:42:33 +02:00

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;
}
}
}