: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
const {BaseStyles} = await import('../../editor/base-styles.mjs');
export class Module extends BaseStyles {
this.get_image('', 'b_i', 'bg_c', 'b_r', 'b_p', 'h')
this.get_font_family(' .tb_ov_co_icon_wrapper', 'g_f_f'),
this.get_color(' .tb_ov_co_icon_wrapper', 'g_c'),
this.get_font_size(' .tb_ov_co_icon_wrapper', 'g_f_s'),
this.get_line_height(' .tb_ov_co_icon_wrapper', 'g_l_h'),
this.get_letter_spacing(' .tb_ov_co_icon_wrapper', 'g_l_s'),
this.get_text_align('', 'g_t_a'),
this.get_text_transform(' .tb_ov_co_icon_wrapper', 'g_t_t'),
this.get_font_style(' .tb_ov_co_icon_wrapper', 'g_f_st', 'g_f_w'),
this.get_text_shadow(' .tb_ov_co_icon_title', 'g_t_sh')
this.get_font_family(' .tb_ov_co_icon_wrapper:hover', 'g_f_f', 'h'),
this.get_color(' .tb_ov_co_icon_wrapper:hover', 'g_c_h', null, null, ''),
this.get_font_size(' .tb_ov_co_icon_wrapper:hover', '_g_f_s_h', '', ''),
this.get_font_style(' .tb_ov_co_icon_wrapper:hover', 'g_f_st_h', 'g_f_w_h'),
this.get_text_shadow(' .tb_ov_co_icon_title:hover', 'g_t_sh_h')
this.get_padding('', 'p', 'h')
this.get_margin('', 'm', 'h')
this.get_border('', 'b', 'h')
this.get_blend('', '', 'h')
this.get_width('', 'g_w')
this.get_border_radius('', 'r_c', 'h')
this.get_box_shadow('', 'sh', 'h')
// this.get_expand('disp', this.get_self_align()),
this.get_zindex('', 'custom_parallax_scroll_zindex')
this.get_transform('', 'tr', 'h')
this.get_color(' .tb_oc_overlay_layer', 'o_b_c', 'bg_c', 'background-color')
this.get_color(' .tb_oc_overlay_layer', 'o_b_c_h', 'bg_c', 'background-color', 'hover')
this.get_image([' .tb_oc_overlay', ' .tb_overlay_content_lp'], 'ctr_b_i', 'o_bg_c', '', 'o_b_p')
this.get_image(' .tb_oc_overlay, .tb_overlay_content_lp', 'ctr_b_i_h', 'o_bg_c_h', '', 'o_b_p_h', 'h')
this.get_padding(' .tb_oc_overlay', 'ctr_p')
this.get_padding(' .tb_oc_overlay', 'ctr_p_h', 'h')
this.get_margin(' .tb_oc_overlay', 'ctr_m')
this.get_margin(' .tb_oc_overlay', 'ctr_m', 'h')
this.get_border(' .tb_oc_overlay', 'ctr_b')
this.get_border(' .tb_oc_overlay', 'ctr_b', 'h')
this.get_box_shadow(' .tb_oc_overlay', 'ctr_sh')
this.get_box_shadow(' .tb_oc_overlay', 'ctr_sh', 'h')
this.get_color(' .tb_ov_co_icon_outer', 'bi_b_c', 'bg_c', 'background-color')
this.get_color(' .tb_ov_co_icon_outer', 'bi_b_c_h', 'bg_c', 'background-color', 'hover')
this.get_color(' .tb_ov_co_icon_outer', 'bi_c')
this.get_color(' .tb_ov_co_icon_outer:hover', 'bi_c_h', null, null, 'h')
this.get_expand('size', [
this.get_width(' .tb_ov_co_icon', 'bi_w'),
this.get_height(' .tb_ov_co_icon', 'bi_h')
this.get_border(' .tb_ov_co_icon_outer', 'bi_b')
this.get_border(' .tb_ov_co_icon', 'bi_b', 'h')
this.get_padding(' .tb_ov_co_icon_outer', 'bi_p')
this.get_padding(' .tb_ov_co_icon_outer', 'bi_p', 'h')
this.get_margin(' .tb_ov_co_icon_outer', 'bi_m')
this.get_margin(' .tb_ov_co_icon_outer', 'bi_m', 'h')
this.get_border_radius(' .tb_ov_co_icon_outer', 'bi_r_c')
this.get_border_radius(' .tb_ov_co_icon_outer', 'bi_r_c', 'h')
this.get_box_shadow(' .tb_ov_co_icon_outer', 'bi_sh')
this.get_box_shadow(' .tb_ov_co_icon_outer', 'bi_sh', 'h')
this.get_color(' .tb_ov_close', 'c_i_b_c', 'bg_c', 'background-color')
this.get_color(' .tb_ov_close', 'c_i_b_c_h', 'bg_c', 'background-color', 'hover')
this.get_color(' .tb_ov_close', 'c_i_c')
this.get_color(' .tb_ov_close:hover', 'c_i_c_h', null, null, 'h')
this.get_expand('size', [
this.get_width(' .tb_ov_close_inner', 'c_i_w'),
this.get_height(' .tb_ov_close_inner', 'c_i_h')
this.get_padding(' .tb_ov_close', 'c_i_p')
this.get_padding(' .tb_ov_close', 'c_i_p', 'h')
this.get_border_radius(' .tb_ov_close', 'c_i_r_c')
this.get_border_radius(' .tb_ov_close', 'c_i_r_c', 'h')
this.get_css_position(' .tb_ov_close', 'c_i_css_p')