PluginProbe ʕ •ᴥ•ʔ
Spider Elements – Premium Elementor Widgets & Addons Library / 1.5.0
Spider Elements – Premium Elementor Widgets & Addons Library v1.5.0
trunk 1.0.0 1.1.0 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.7.0 1.8.0 1.9.0
spider-elements / assets / scss / rtl.scss
spider-elements / assets / scss Last commit date
admin 1 year ago extension 1 year ago frontend 1 year ago admin.scss 1 year ago extension.scss 1 year ago main.scss 1 year ago rtl.scss 1 year ago
rtl.scss
105 lines
1 .feedback_section_one .slick-arrow-one {
2 right: initial !important;
3 left: 0;
4 padding-left: 0;
5 }
6
7 .expert-section-one .slick-arrow-one {
8 right: initial !important;
9 left: 0;
10 }
11
12 .slick-dotted.slick-slider {
13 padding-right: 0;
14 padding-left: 100px;
15 }
16
17 .doc_testimonial_slider {
18 .slick-dots {
19 padding-left: 0;
20 padding-right: 15px;
21 }
22
23 .item {
24 padding-left: 0;
25 padding-right: 15px;
26
27 &:before {
28 transform: scaleX(-1);
29 left: initial !important;
30 right: 25px;
31 }
32 }
33 }
34
35 .testimonial-slider-inner .testimonial-item {
36 padding: 50px 50px 50px 110px !important;
37
38 .quote-img-top {
39 transform: scaleX(-1);
40 }
41
42 .quote-img-bottom {
43 right: initial !important;
44 left: 50px;
45 transform: scaleX(-1);
46 }
47 }
48
49 .feedback-section-five .slick-arrow-one {
50 right: initial !important;
51 left: 0;
52 padding-left: 0;
53 }
54
55 .feedback-block-three .quote-icon {
56 right: initial !important;
57 left: 55px;
58 }
59
60 .feedback-block-two .block-footer {
61 .ezd-ms-3 {
62 margin-left: 0;
63 margin-right: 1rem;
64 }
65 }
66
67 .feedback-section-two .slick-dots {
68 margin: 40px 15px 0 0;
69 }
70
71 .feedback-section-four {
72 .slider-wrapper {
73 right: 32vw !important;
74
75 .slick-dots {
76 right: 18%;
77 width: fit-content !important;
78 }
79 }
80 }
81
82 #feedBack_carousel {
83 .carousel-control-prev {
84 transform: rotate(180deg);
85 }
86
87 .carousel-control-next {
88 left: 0 !important;
89 right: auto !important;
90 transform: rotate(180deg);
91 }
92 }
93
94 .blog-slider-arrows {
95 right: initial !important;
96 left: -2px;
97
98 i {
99 transform: rotate(180deg);
100 }
101 }
102
103 .card-style-six .blog-item-six {
104 padding: 0 24px 20px 0 !important;
105 }