File: /mnt/data/just-litigate/wp-content/uploads/elementor-widget/class-pxl-icon-search.php
<?php
class PxlIconSearch_Widget extends Pxltheme_Core_Widget_Base{
protected $name = 'pxl_icon_search';
protected $title = 'Case Search';
protected $icon = 'eicon-search';
protected $categories = array( 'pxltheme-core' );
protected $params = '{"sections":[{"name":"section_content","label":"Content","tab":"content","controls":[{"name":"email_switch","label":"Email","type":"switcher","default":true},{"name":"email_placefolder","label":"Email Placefolder","type":"text","label_block":true,"condition":{"email_switch":"true"}},{"name":"pxl_icon","label":"Icon","type":"icons","fa4compatibility":"icon"},{"name":"icon_color","label":"Icon Color","type":"color","selectors":{"{{WRAPPER}} .searchform-wrap i":"color: {{VALUE}} !important;","{{WRAPPER}} .searchform-wrap svg path":"stroke: {{VALUE}} !important;"}},{"name":"text_color","label":"Text Color","type":"color","selectors":{"{{WRAPPER}} .pxl-search input[type=\"text\"]":"color: {{VALUE}} !important;"}},{"name":"text_typography","label":"Typography","type":"typography","control_type":"group","selector":"{{WRAPPER}} .pxl-search input[type=\"text\"]"},{"name":"gap","label":"Gap","type":"slider","size_units":["px"],"range":{"px":{"min":0,"max":300}},"selectors":{"{{WRAPPER}} .pxl-search .searchform-wrap":"gap: {{SIZE}}{{UNIT}};"}},{"name":"max-width","label":"Max Width","type":"slider","size_units":["px"],"range":{"px":{"min":0,"max":3000}},"selectors":{"{{WRAPPER}} .pxl-search":"max-width: {{SIZE}}{{UNIT}};"}}]}]}';
protected $styles = array( );
protected $scripts = array( );
}