: 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('.module')
this.get_image('.module', 'gb_i', 'gbg_c', 'gb_r', 'gb_p', 'h')
this.get_font_family(' .module-buttons-item a'),
this.get_color([' em',' .ui', ' span'],'font_color'),
this.get_font_size(' .module-buttons-item a'),
this.get_line_height(' .module-buttons-item a'),
this.get_letter_spacing(' .module-buttons-item a'),
this.get_text_transform(' .module-buttons-item a'),
this.get_font_style(' .module-buttons-item a'),
this.get_text_decoration([' em',' .ui', ' span'], 'text_decoration_regular'),
this.get_text_shadow(' .module-buttons-item a')
this.get_font_family(' .module-buttons-item a', 'f_f', 'h'),
this.get_color([' .module-buttons-item:hover em', ' .module-buttons-item:hover a', ' .module-buttons-item:hover span'], 'f_c_h'),
this.get_font_size(' .module-buttons-item a', 'f_s', '', 'h'),
this.get_font_style(' .module-buttons-item a', 'f_st', 'f_w', 'h'),
this.get_text_decoration([' em',' .ui', ' span'], 't_d_r', 'h'),
this.get_text_shadow(' .module-buttons-item a', 't_sh', 'h')
this.get_padding('', 'p', 'h')
this.get_margin('', 'm', 'h')
this.get_border('', 'b', 'h')
this.get_blend('', '', 'h')
this.get_border_radius('', 'r_c', 'h')
this.get_box_shadow('', 'sh', 'h')
this.get_expand('po', [this.get_css_position()]),
//this.get_expand('disp', this.get_self_align()),
this.get_zindex('', 'custom_parallax_scroll_zindex')
this.get_transform('', 'tr', 'h')
this.get_image(' .module-buttons-item a', 'b_i', 'button_background_color', 'b_r', 'b_p')
this.get_image(' .module-buttons-item a:hover', 'b_i_h', 'button_hover_background_color', 'b_r_h', 'b_p_h')
this.get_color([' .module-buttons-item a'], 'link_color'),
this.get_text_decoration([' .module-buttons-item a'])
this.get_color([' .module-buttons-item a:hover'], 'link_color_hover'),
this.get_text_decoration([' .module-buttons-item a:hover'], 't_d_h', '')
this.get_padding(' .module-buttons-item a', 'padding_link')
this.get_padding(' .module-buttons-item a', 'p_l', 'h')
this.get_margin(' .module-buttons-item a', 'link_margin')
this.get_margin(' .module-buttons-item a', 'l_m', 'h')
this.get_border('.module .module-buttons-item a', 'link_border')
this.get_border('.module .module-buttons-item a', 'l_b', 'h')
this.get_border_radius(' .module-buttons-item a', 'l_b_r_c')
this.get_border_radius(' .module-buttons-item a', 'l_b_r_c', 'h')
this.get_box_shadow(' .module-buttons-item a', 'l_b_sh')
this.get_box_shadow(' .module-buttons-item a', 'l_b_sh', 'h')
this.get_image(' .module-buttons-item em', 'bic_b_i', 'bic_b_c', 'bic_b_r', 'bic_b_p')
this.get_image(' .module-buttons-item:hover em', 'bic_b_i_h', 'bic_h_b_c', 'bic_b_r_h', 'bic_b_p_h')
this.get_color(' .module-buttons-item em', 'b_c_bic'),
this.get_font_size(' .module-buttons-item em', 'f_s_bic')
this.get_color(' .module-buttons-item:hover em', 'f_c_h_bic', null, null, ''),
this.get_font_size(' .module-buttons-item:hover em', 'f_s_h_bic', '', '')
this.get_padding(' .module-buttons-item em', 'p_i_bic')
this.get_padding(' .module-buttons-item em', 'p_i_bic', 'h')
this.get_margin(' .module-buttons-item em', 'm_i_bic')
this.get_margin(' .module-buttons-item em', 'm_i_bic', 'h')
this.get_border(' .module-buttons-item em', 'b_i_bic')
this.get_border(' .module-buttons-item em', 'b_i_bic', 'h')
this.get_border_radius(' .module-buttons-item em', 'rc_i_bic')
this.get_border_radius(' .module-buttons-item em', 'rc_i_bic', 'h')
this.get_box_shadow(' .module-buttons-item em', 'sh_i_bic')
this.get_box_shadow(' .module-buttons-item em', 'sh_i_bic', 'h')