| 1 |
<?php |
| 2 |
/** |
| 3 |
* Selectors class. |
| 4 |
* |
| 5 |
* @package RadiusTheme\SB |
| 6 |
*/ |
| 7 |
|
| 8 |
namespace RadiusTheme\SB\Elementor\Widgets\General\LogoSliderAndGrid; |
| 9 |
|
| 10 |
// Do not allow directly accessing this file. |
| 11 |
if ( ! defined( 'ABSPATH' ) ) { |
| 12 |
exit( 'This script cannot be accessed directly.' ); |
| 13 |
} |
| 14 |
|
| 15 |
/** |
| 16 |
* Selectors class. |
| 17 |
* |
| 18 |
* @package RadiusTheme\SB |
| 19 |
*/ |
| 20 |
class Selectors { |
| 21 |
/** |
| 22 |
* Advanced Heading CSS Selectors. |
| 23 |
* |
| 24 |
* @return array |
| 25 |
*/ |
| 26 |
public static function get_selectors() { |
| 27 |
return [ |
| 28 |
'logo_item_style' => [ |
| 29 |
'border' => '{{WRAPPER}} .rtsb-logo-slider-and-grid .logo-content-wrapper', |
| 30 |
'padding' => '{{WRAPPER}} .rtsb-logo-slider-and-grid .logo-content-wrapper', |
| 31 |
'bg_color' => '{{WRAPPER}} .rtsb-logo-slider-and-grid .logo-content-wrapper', |
| 32 |
'border_radius' => '{{WRAPPER}} .rtsb-logo-slider-and-grid .logo-content-wrapper', |
| 33 |
'box_shadow' => '{{WRAPPER}} .rtsb-logo-slider-and-grid .logo-content-wrapper', |
| 34 |
], |
| 35 |
'columns' => [ |
| 36 |
'cols' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-row', |
| 37 |
'grid_gap' => [ |
| 38 |
'padding' => '{{WRAPPER}} .rtsb-elementor-container [class*=rtsb-col-]', |
| 39 |
'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-row', |
| 40 |
'slider_layout' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-slider-layout', |
| 41 |
'bottom' => '{{WRAPPER}} .rtsb-logo-slider-and-grid .rtsb-col-grid', |
| 42 |
], |
| 43 |
], |
| 44 |
'element' => [ |
| 45 |
'element_height' => '{{WRAPPER}} .rtsb-logo-slider-and-grid .logo-content-wrapper', |
| 46 |
], |
| 47 |
'title_style' => [ |
| 48 |
'typography' => '{{WRAPPER}} .rtsb-logo-slider-and-grid .rtsb-brand-name', |
| 49 |
'color' => '{{WRAPPER}} .rtsb-logo-slider-and-grid .rtsb-brand-name', |
| 50 |
'hover_color' => '{{WRAPPER}} .rtsb-logo-slider-and-grid .rtsb-brand-name', |
| 51 |
'margin' => '{{WRAPPER}} .rtsb-logo-slider-and-grid .rtsb-brand-name', |
| 52 |
], |
| 53 |
'image_style' => [ |
| 54 |
'width' => '{{WRAPPER}} .rtsb-logo-slider-and-grid .rtsb-logo-img img', |
| 55 |
'max_width' => '{{WRAPPER}} .rtsb-logo-slider-and-grid .rtsb-logo-img', |
| 56 |
'border' => '{{WRAPPER}} .rtsb-logo-slider-and-grid .rtsb-logo-img img', |
| 57 |
'border_radius' => '{{WRAPPER}} .rtsb-logo-slider-and-grid .rtsb-logo-img img', |
| 58 |
'margin' => '{{WRAPPER}} .rtsb-logo-slider-and-grid .rtsb-logo-img', |
| 59 |
], |
| 60 |
'slider_buttons' => [ |
| 61 |
'arrow_size' => [ |
| 62 |
'icon' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow i', |
| 63 |
'svg' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow svg', |
| 64 |
], |
| 65 |
'arrow_width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow', |
| 66 |
'arrow_height' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow', |
| 67 |
'arrow_line_height' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow i', |
| 68 |
'dot_width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-bullet', |
| 69 |
'dot_height' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-bullet', |
| 70 |
'dot_spacing' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-bullet', |
| 71 |
'color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow', |
| 72 |
'bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow', |
| 73 |
'hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow:hover', |
| 74 |
'hover_bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow:hover', |
| 75 |
'dot_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-bullet', |
| 76 |
'dot_active_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-bullet-active', |
| 77 |
'border' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow, {{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-bullet', |
| 78 |
'border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-bullet:hover', |
| 79 |
'active_border_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-bullet-active', |
| 80 |
'border_radius' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow, {{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-bullet', |
| 81 |
'wrapper_padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-nav, {{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination', |
| 82 |
], |
| 83 |
]; |
| 84 |
} |
| 85 |
} |
| 86 |
|