'bhfb_woo_icons_space_between_icons', 'defaults' => array( 'desktop' => 25, 'tablet' => 25, 'mobile' => 25 ), 'name' => '--bt-bhfb-woo-icons-gap', 'unit' => 'px', ), ), ); // Padding $css .= Botiga_Custom_CSS::get_responsive_dimensions_css( 'bhfb_woo_icons_padding', array( 'desktop' => '{ "unit": "px", "linked": false, "top": "", "right": "", "bottom": "", "left": "" }', 'tablet' => '{ "unit": "px", "linked": false, "top": "", "right": "", "bottom": "", "left": "" }', 'mobile' => '{ "unit": "px", "linked": false, "top": "", "right": "", "bottom": "", "left": "" }', ), '.bhfb-component-woo_icons', 'padding' ); // Margin $css .= Botiga_Custom_CSS::get_responsive_dimensions_css( 'bhfb_woo_icons_margin', array( 'desktop' => '{ "unit": "px", "linked": false, "top": "", "right": "", "bottom": "", "left": "" }', 'tablet' => '{ "unit": "px", "linked": false, "top": "", "right": "", "bottom": "", "left": "" }', 'mobile' => '{ "unit": "px", "linked": false, "top": "", "right": "", "bottom": "", "left": "" }', ), '.bhfb-component-woo_icons', 'margin', true ); // @codingStandardsIgnoreEnd WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound