'; ?>
'; ?>
'; ?>
'; ?>
'; ?>
'; ?>
array(
'selector' => '',
'property' => 'margin',
),
'bg' => array(
'selector' => '.text-box-content',
'property' => 'background-color',
),
'padding' => array(
'selector' => '.text-inner',
'property' => 'padding',
),
'radius' => array(
'selector' => '.text-box-content',
'property' => 'border-radius',
'unit' => 'px',
),
'width' => array(
'selector' => '',
'property' => 'width',
'unit' => '%',
),
'height' => array(
'selector' => '',
'property' => 'height',
'unit' => '%',
),
'scale' => array(
'selector' => '.text-box-content',
'property' => 'font-size',
'unit' => '%',
),
'rotate' => array(
'selector' => '.text-box-content',
'property' => 'rotate',
'unit' => 'deg',
),
);
echo ux_builder_element_style_tag( $id, $args, $atts);
?>