PluginProbe ʕ •ᴥ•ʔ
Spider Elements – Premium Elementor Widgets & Addons Library / 1.1.0
Spider Elements – Premium Elementor Widgets & Addons Library v1.1.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 / _Integration.scss
spider-elements / assets / scss Last commit date
admin 2 years ago _Accordion.scss 2 years ago _Alerts_box.scss 2 years ago _Animated_Headline.scss 2 years ago _Animation.scss 2 years ago _Before_after.scss 2 years ago _Buttons.scss 2 years ago _Cheat_sheet.scss 2 years ago _Common.scss 2 years ago _Counter.scss 2 years ago _Fullscreen_Slider.scss 2 years ago _Icon_box.scss 2 years ago _Instagram.scss 2 years ago _Integration.scss 2 years ago _List_item.scss 2 years ago _Mixins.scss 2 years ago _Pricing_Table.scss 2 years ago _Pricing_Table_Switcher.scss 2 years ago _Skill_Showcase.scss 2 years ago _Tabs.scss 2 years ago _Testimonial.scss 2 years ago _Timeline.scss 2 years ago _Variables.scss 2 years ago _Video.scss 2 years ago _Video_popup.scss 2 years ago _blog_grid.scss 2 years ago _framework.scss 2 years ago _prefix.scss 2 years ago _team.scss 2 years ago admin.css 2 years ago admin.css.map 2 years ago admin.scss 2 years ago main.css 2 years ago main.css.map 2 years ago main.scss 2 years ago
_Integration.scss
321 lines
1
2 .big-circle {
3 width: 490px;
4 height: 490px;
5 z-index: 1;
6 border: 1px solid #EEEEEE;
7 border-radius: 50%;
8 margin: 0 !important;
9
10 .inner-circle {
11 width: 51%;
12 height: 51%;
13 border: 1px solid #EEEEEE;
14 }
15
16 .shape_01 {
17 right: -7%;
18 bottom: 30%;
19 }
20
21 .brand-icon {
22 background: #ffffff00;
23 position: absolute;
24 z-index: 2;
25 border: 1px solid #EEEEEE;
26 overflow: hidden;
27
28 &:nth-child(1) {
29 width: 51%;
30 height: 51%;
31 border: 1px solid #EEEEEE;
32 position: relative;
33 }
34
35 &:nth-child(2) {
36 width: 65px;
37 height: 65px;
38 top: -25px;
39 left: 50%;
40 animation: jumpTwo 8s infinite linear;
41 }
42
43 &:nth-child(3) {
44 width: 100px;
45 height: 100px;
46 top: 19%;
47 right: -4%;
48 animation: jumpThree 8s infinite linear;
49 }
50
51 &:nth-child(4) {
52 width: 140px;
53 height: 140px;
54 bottom: -8%;
55 right: 10%;
56 animation: jumpFour 8s infinite linear;
57 }
58
59 &:nth-child(5) {
60 width: 80px;
61 height: 80px;
62 bottom: 8%;
63 left: 4%;
64 animation: jumpTwo 8s infinite linear;
65 }
66
67 &:nth-child(6) {
68 width: 100px;
69 height: 100px;
70 top: 22%;
71 left: -5%;
72 animation: jumpThree 8s infinite linear;
73 }
74 }
75 }
76
77 /* Custome Animation */
78 @-webkit-keyframes jump {
79 0% {
80 -webkit-transform: translate3d(0, 0, 0);
81 transform: translate3d(0, 0, 0);
82 }
83 40% {
84 -webkit-transform: translate3d(0, 50%, 0);
85 transform: translate3d(0, 50%, 0);
86 }
87 100% {
88 -webkit-transform: translate3d(0, 0, 0);
89 transform: translate3d(0, 0, 0);
90 }
91 }
92
93 @keyframes jump {
94 0% {
95 -webkit-transform: translate3d(0, 0, 0);
96 transform: translate3d(0, 0, 0);
97 }
98 40% {
99 -webkit-transform: translate3d(0, 50%, 0);
100 transform: translate3d(0, 50%, 0);
101 }
102 100% {
103 -webkit-transform: translate3d(0, 0, 0);
104 transform: translate3d(0, 0, 0);
105 }
106 }
107
108 @-webkit-keyframes jumpTwo {
109 0% {
110 -webkit-transform: translate3d(0, 0, 0);
111 transform: translate3d(0, 0, 0);
112 }
113 40% {
114 -webkit-transform: translate3d(0, 20px, 0);
115 transform: translate3d(0, 20px, 0);
116 }
117 100% {
118 -webkit-transform: translate3d(0, 0, 0);
119 transform: translate3d(0, 0, 0);
120 }
121 }
122
123 @keyframes jumpTwo {
124 0% {
125 -webkit-transform: translate3d(0, 0, 0);
126 transform: translate3d(0, 0, 0);
127 }
128 40% {
129 -webkit-transform: translate3d(0, 20px, 0);
130 transform: translate3d(0, 20px, 0);
131 }
132 100% {
133 -webkit-transform: translate3d(0, 0, 0);
134 transform: translate3d(0, 0, 0);
135 }
136 }
137
138 @-webkit-keyframes jumpThree {
139 0% {
140 -webkit-transform: translate3d(0, 0, 0);
141 transform: translate3d(0, 0, 0);
142 }
143 40% {
144 -webkit-transform: translate3d(0, -20px, 0);
145 transform: translate3d(0, -20px, 0);
146 }
147 100% {
148 -webkit-transform: translate3d(0, 0, 0);
149 transform: translate3d(0, 0, 0);
150 }
151 }
152
153 @keyframes jumpThree {
154 0% {
155 -webkit-transform: translate3d(0, 0, 0);
156 transform: translate3d(0, 0, 0);
157 }
158 40% {
159 -webkit-transform: translate3d(0, -20px, 0);
160 transform: translate3d(0, -20px, 0);
161 }
162 100% {
163 -webkit-transform: translate3d(0, 0, 0);
164 transform: translate3d(0, 0, 0);
165 }
166 }
167
168 @-webkit-keyframes jumpFour {
169 0% {
170 -webkit-transform: translate3d(0, 0, 0);
171 transform: translate3d(0, 0, 0);
172 }
173 50% {
174 -webkit-transform: translate3d(0, -10px, 0);
175 transform: translate3d(0, -10px, 0);
176 }
177 100% {
178 -webkit-transform: translate3d(0, 0, 0);
179 transform: translate3d(0, 0, 0);
180 }
181 }
182
183 @keyframes jumpFour {
184 0% {
185 -webkit-transform: translate3d(0, 0, 0);
186 transform: translate3d(0, 0, 0);
187 }
188 50% {
189 -webkit-transform: translate3d(0, -10px, 0);
190 transform: translate3d(0, -10px, 0);
191 }
192 100% {
193 -webkit-transform: translate3d(0, 0, 0);
194 transform: translate3d(0, 0, 0);
195 }
196 }
197
198 @-webkit-keyframes jumpFive {
199 0% {
200 -webkit-transform: translate3d(0, 0, 0);
201 transform: translate3d(0, 0, 0);
202 }
203 50% {
204 -webkit-transform: translate3d(0, 10px, 0);
205 transform: translate3d(0, 10px, 0);
206 }
207 100% {
208 -webkit-transform: translate3d(0, 0, 0);
209 transform: translate3d(0, 0, 0);
210 }
211 }
212
213 @keyframes jumpFive {
214 0% {
215 -webkit-transform: translate3d(0, 0, 0);
216 transform: translate3d(0, 0, 0);
217 }
218 50% {
219 -webkit-transform: translate3d(0, 10px, 0);
220 transform: translate3d(0, 10px, 0);
221 }
222 100% {
223 -webkit-transform: translate3d(0, 0, 0);
224 transform: translate3d(0, 0, 0);
225 }
226 }
227
228
229 .integration_style_two {
230 background: url("../images/bg_shape_02.png") no-repeat scroll center center;
231 border: 0px;
232
233 .brand-icon {
234 position: absolute;
235 background: #fff;
236
237 &:nth-child(1) {
238 width: 155px;
239 height: 155px;
240 position: absolute;
241 top: 50%;
242 left: 50%;
243 transform: translate(-50%, -50%);
244 }
245
246 &:nth-child(2) {
247 width: 55px;
248 height: 55px;
249 top: 2%;
250 left: 50%;
251 animation: jumpTwo 8s infinite linear;
252 }
253
254 &:nth-child(3) {
255 width: 88px;
256 height: 88px;
257 top: 20%;
258 right: 2%;
259 animation: jumpThree 8s infinite linear;
260 }
261
262 &:nth-child(4) {
263 width: 110px;
264 height: 110px;
265 bottom: -2%;
266 right: 23%;
267 animation: jumpFour 8s infinite linear;
268 }
269
270 &:nth-child(5) {
271 width: 68px;
272 height: 68px;
273 bottom: 17%;
274 left: 7%;
275 animation: jumpTwo 8s infinite linear;
276 }
277
278 &:nth-child(6) {
279 width: 88px;
280 height: 88px;
281 top: 20%;
282 left: 2%;
283 animation: jumpThree 8s infinite linear;
284 }
285 }
286 }
287
288
289 @media (max-width: 1199px) {
290 .big-circle .brand-icon {
291 max-height: 105px;
292 max-width: 105px;
293 padding: 15px;
294 }
295 }
296
297 @media (max-width: 991px) {
298 .big-circle {
299 margin: 60px auto 0;
300 }
301 .integration_style_two {
302 margin-top: 0;
303 background-size: contain !important;
304 }
305 }
306
307 @media (max-width: 767px) {
308 .big-circle {
309 width: 370px;
310 height: 370px;
311 }
312 }
313
314 @media (max-width: 576px) {
315 .big-circle .brand-icon:nth-child(2) {
316 right: 1%;
317 }
318 .big-circle .brand-icon:nth-child(6) {
319 left: 1%;
320 }
321 }