58 lines
1.3 KiB
PHP
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',
|
|
],
|
|
]
|
|
]; |