Files
hrc-webcommerce/cpo/units-style.php
miroman-afk ecd15535cd first commit
2021-04-21 15:44:35 +03:00

58 lines
1.3 KiB
PHP

<?php
return [
'label' => [
'color' => '',
'text_align_label' => '',
'font_family' => 'inherit',
'font_weight' => '',
'font_size_label' => [
'value' => '',
'unit' => 'px',
],
],
'description' => [
'color' => '',
'font_weight' => '',
'font_size_desc' => [
'value' => '',
'unit' => 'px',
],
],
'font' => [
'color' => $text_color,
'color_hover' => '',
'color_active' => '',
'text_align' => 'center',
'font_family' => 'inherit',
'font_style' => 'inherit',
'font_weight' => $unit_text_weight,
'font_size' => [
'value' => $unit_text_size,
'unit' => 'px',
],
'letter_spacing' => '',
],
'background' => [
'color' => '',
'color_hover' => '',
'color_active' => '',
],
'border' => [
'color' => $border_color,
'color_hover' => $text_color,
'color_active' => $text_color,
'width_px' => '2',
'offset_px' => '2',
'gap_px' => '',
],
'text_mode_item' => [
'padding' => [
'top' => '',
'right' => '15',
'bottom' => '',
'left' => '15',
'unit' => 'px',
],
]
];