/* * Customizer CSS * * Adjusts styling for theme option controls in the Customizer * * @package Beetle */ .customize-control-checkbox { margin-bottom: 4px; } #customize-control-beetle_theme_options-post_layout_archives, #customize-control-beetle_theme_options-post_layout_single, #customize-control-beetle_theme_options-latest_posts_title, #customize-control-beetle_theme_options-post_content, #customize-control-beetle_theme_options-single_posts_headline, #customize-control-beetle_theme_options-postmeta_headline, #customize-control-beetle_theme_options-footermeta_headline, #customize-control-beetle_theme_options-slider_category, #customize-control-beetle_theme_options-slider_limit, #customize-control-beetle_theme_options-slider_animation { margin-top: 16px; } #customize-control-beetle_theme_options-sticky_nav_headline, #customize-control-beetle_theme_options-single_posts_headline, #customize-control-beetle_theme_options-postmeta_headline, #customize-control-beetle_theme_options-footermeta_headline, #customize-control-beetle_theme_options-post_image_single_header, #customize-control-beetle_theme_options-slider_activate { margin-bottom: 0; } #customize-control-beetle_theme_options-upgrade div { margin: 4px 0 32px; } #customize-control-beetle_theme_options-upgrade div .customize-control-title { margin-bottom: 4px; } #accordion-panel-beetle_options_panel .customize-info .customize-help-toggle { top: 24px; right: 4px; } #accordion-panel-beetle_options_panel .customize-info .customize-help-toggle::before { content: "\f333"; color: #a0a5aa; font-size: 28px; padding: 0; left: 0; top: 0; } #accordion-panel-beetle_options_panel .customize-info .customize-help-toggle[aria-expanded="true"]::before { content: "\f335"; } #accordion-panel-beetle_options_panel .customize-info .customize-help-toggle:hover::before { color: #72777c; } #accordion-panel-beetle_options_panel .customize-info .customize-help-toggle:focus::before { box-shadow: none; }