first commit
This commit is contained in:
58
cpo/modificators-style.php
Normal file
58
cpo/modificators-style.php
Normal file
@@ -0,0 +1,58 @@
|
||||
<?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' => $modificators_text_weight,
|
||||
'font_size' => [
|
||||
'value' => $modificators_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' => '1',
|
||||
'offset_px' => '1',
|
||||
'gap_px' => '',
|
||||
],
|
||||
'text_mode_item' => [
|
||||
'padding' => [
|
||||
'top' => '',
|
||||
'right' => '15',
|
||||
'bottom' => '',
|
||||
'left' => '15',
|
||||
'unit' => 'px',
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user