PluginProbe
Orderable – Restaurant & Food Ordering System / 1.19.0
Orderable – Restaurant & Food Ordering System v1.19.0
0.1.4 0.1.5 0.2.0 1.0.0 1.1.0 1.1.1 1.10.0 1.10.1 1.11.0 1.12.0 1.12.1 1.12.2 1.13.0 1.14.0 1.15.0 1.16.0 1.17.0 1.17.1 1.18.0 1.19.0 1.19.1 1.19.2 1.2.0 1.20.0 1.20.1 All 44 releases
orderable / assets / admin / css / upgrade-pro.css

upgrade-pro.css in Orderable – Restaurant & Food Ordering System 1.19.0, at assets/admin/css/upgrade-pro.css

519 lines 10.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @font-face {
2 font-family: Creo;
3 src: url("../../fonts/creo-bold-webfont.woff2") format("woff2"), url("../../fonts/creo-bold-webfont.woff") format("woff");
4 font-weight: 700;
5 font-style: normal;
6 }
7 @font-face {
8 font-family: Creo;
9 src: url("../../fonts/creo-semibold-webfont.woff2") format("woff2"), url("../../fonts/creo-semibold-webfont.woff") format("woff");
10 font-weight: 600;
11 font-style: normal;
12 }
13 body {
14 background-color: #fff;
15 }
16
17 #wpcontent {
18 margin-left: 140px;
19 }
20
21 #wpfooter {
22 display: none;
23 }
24
25 .ordpro-upgrade-wrap {
26 max-width: 1280px;
27 }
28
29 .ordpro-upgrade__header {
30 background-image: url(../../img/upgrade-to-pro/header-blop.png);
31 background-repeat: no-repeat;
32 background-size: 100%;
33 display: inline-block;
34 width: 100%;
35 height: 327px;
36 position: relative;
37 }
38
39 .ordpro-upgrade__header-delivery-img {
40 width: 692px;
41 }
42
43 .ordpro-upgrade__header-logo-icon {
44 max-width: 105px;
45 }
46
47 .ordpro-upgrade__header-logo-text-img {
48 max-width: 230px;
49 }
50
51 .ordpro-upgrade__header-delivery-img {
52 position: absolute;
53 top: 10px;
54 right: 10px;
55 }
56
57 .ordpro-upgrade__header-logo {
58 margin-left: 80px;
59 margin-top: 100px;
60 display: -webkit-box;
61 display: -ms-flexbox;
62 display: flex;
63 -webkit-box-align: center;
64 -ms-flex-align: center;
65 align-items: center;
66 }
67
68 .ordpro-upgrade__header-logo .ordpro-upgrade__header-logo-right {
69 margin-left: 16px;
70 }
71
72 .ordpro-upgrade__header-logo .ordpro-upgrade__header-logo-text {
73 margin: 16px 0;
74 }
75
76 span.ordpro-upgrade-badge {
77 display: inline-block;
78 background: #4e26a1;
79 padding: 6px 12px;
80 border-radius: 38px;
81 color: #fff;
82 line-height: 1;
83 background-image: url(../../img/upgrade-to-pro/star-badge.png);
84 background-repeat: no-repeat;
85 background-size: 13px;
86 padding-left: 31px;
87 background-position: 12px 6px;
88 font-family: Creo;
89 font-weight: 700;
90 font-size: 14px;
91 }
92
93 .ordpro-upgrade__body {
94 margin-left: 80px;
95 }
96
97 .ordpro-upgrade-features {
98 display: -webkit-box;
99 display: -ms-flexbox;
100 display: flex;
101 -ms-flex-wrap: wrap;
102 flex-wrap: wrap;
103 gap: 70px;
104 -webkit-box-align: start;
105 -ms-flex-align: start;
106 align-items: flex-start;
107 }
108
109 .ordpro-upgrade-features__left {
110 width: 670px;
111 }
112
113 .ordpro-upgrade-features__left-heading {
114 font-family: Creo;
115 font-style: normal;
116 font-weight: 700;
117 font-size: 30px;
118 line-height: 140%;
119 color: #0b2135;
120 max-width: 540px;
121 margin-bottom: 0;
122 }
123
124 .ordpro-upgrade-features__left-features {
125 display: -webkit-box;
126 display: -ms-flexbox;
127 display: flex;
128 -ms-flex-wrap: wrap;
129 flex-wrap: wrap;
130 gap: 40px 30px;
131 margin-bottom: 60px;
132 }
133
134 .ordpro-upgrade-features__left-features-item {
135 width: 47%;
136 display: -webkit-box;
137 display: -ms-flexbox;
138 display: flex;
139 gap: 20px;
140 }
141
142 .ordpro-upgrade-features__left-features-item-icon img {
143 width: 80px;
144 }
145
146 .ordpro-upgrade-features__left-features-item-text-heading {
147 font-family: Creo;
148 font-style: normal;
149 font-weight: 600;
150 font-size: 18px;
151 line-height: 150%;
152 color: #0b2135;
153 margin: 0;
154 }
155
156 .ordpro-upgrade-features__left-features-item-text-text {
157 font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
158 font-style: normal;
159 font-weight: 400;
160 font-size: 14px;
161 line-height: 150%;
162 color: #6b6e73;
163 margin: 6px 0 0 0;
164 }
165
166 .ordpro-upgrade-features__left-view-all {
167 font-family: Creo;
168 font-style: normal;
169 font-weight: 600;
170 font-size: 16px;
171 line-height: 150%;
172 color: #7031f5;
173 }
174
175 .ordpro-upgrade-features__left-view-all svg {
176 margin-left: 10px;
177 }
178
179 .ordpro-upgrade-box {
180 width: 373px;
181 margin-top: 197px;
182 background: #0b2135;
183 border-radius: 8px;
184 padding: 40px 30px;
185 -webkit-box-sizing: border-box;
186 box-sizing: border-box;
187 text-align: center;
188 }
189
190 .ordpro-upgrade-box__heading {
191 font-family: Creo;
192 font-style: normal;
193 font-weight: 700;
194 font-size: 30px;
195 line-height: 110%;
196 color: #fff;
197 text-align: center;
198 margin-top: 18px;
199 margin-bottom: 18px;
200 }
201
202 .ordpro-upgrade-box__text {
203 font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
204 font-style: normal;
205 font-weight: 400;
206 font-size: 14px;
207 line-height: 22px;
208 text-align: center;
209 color: #fff;
210 margin-bottom: 26px;
211 margin-top: 18px;
212 }
213
214 .ordpro-upgrade-box__includes {
215 margin-top: 40px;
216 font-family: Creo;
217 font-style: normal;
218 font-weight: 700;
219 font-size: 12px;
220 line-height: 16px;
221 text-align: center;
222 letter-spacing: 0.2em;
223 text-transform: uppercase;
224 color: #facc73;
225 margin-bottom: 10px;
226 }
227
228 .ordpro-upgrade-box__includes-text {
229 font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
230 font-style: normal;
231 font-weight: 700;
232 font-size: 14px;
233 line-height: 19px;
234 text-align: center;
235 text-transform: uppercase;
236 color: #fff;
237 }
238
239 .ordpro-upgrade-box__star img {
240 width: 40px;
241 }
242
243 .ordpro-upgrade-button {
244 font-family: Creo;
245 font-style: normal;
246 font-weight: 700;
247 font-size: 20px;
248 line-height: 23px;
249 color: #fff;
250 background: #7031f5;
251 border-radius: 6px;
252 width: 100%;
253 display: block;
254 padding: 15px 0;
255 -webkit-transition: 0.3s all;
256 transition: 0.3s all;
257 text-decoration: none;
258 }
259
260 .ordpro-upgrade-button:hover {
261 color: #fff;
262 }
263
264 .ordpro-upgrade-button__arrow {
265 width: 0;
266 overflow: hidden;
267 display: inline-block;
268 vertical-align: bottom;
269 -webkit-transition: 0.3s all;
270 transition: 0.3s all;
271 }
272
273 .ordpro-upgrade-button:hover .ordpro-upgrade-button__arrow {
274 width: 28px;
275 line-height: 23px;
276 }
277
278 .ordpro-upgrade-badge-addons {
279 padding: 10px 16px;
280 background: rgba(250, 204, 115, 0.2);
281 border-radius: 100px;
282 font-family: Creo;
283 font-style: normal;
284 font-weight: 700;
285 font-size: 20px;
286 line-height: 150%;
287 color: #0b2135;
288 background-image: url(../../img/upgrade-to-pro/star.png);
289 background-repeat: no-repeat;
290 padding-left: 56px;
291 background-position: 16px 10px;
292 margin: 40px 0;
293 display: inline-block;
294 background-size: 28px;
295 }
296
297 .ordpro-upgrade-faqs {
298 max-width: 670px;
299 }
300
301 .ordpro-upgrade-faqs__header {
302 background: #f0f4ff;
303 font-family: Creo;
304 font-style: normal;
305 font-weight: 700;
306 font-size: 20px;
307 line-height: 110%;
308 padding: 25px 30px;
309 margin: 60px 0 30px 0;
310 }
311
312 .ordpro-upgrade-faqs__header h3 {
313 font-family: Creo;
314 font-style: normal;
315 font-weight: 700;
316 font-size: 20px;
317 line-height: 110%;
318 color: #0b2135;
319 margin: 0;
320 display: -webkit-box;
321 display: -ms-flexbox;
322 display: flex;
323 -webkit-box-align: center;
324 -ms-flex-align: center;
325 align-items: center;
326 }
327
328 .ordpro-upgrade-faqs__header h3 img {
329 margin-right: 12px;
330 width: 24px;
331 }
332
333 .ordpro-upgrade-faqs__body-faq {
334 position: relative;
335 padding: 0 0 60px 30px;
336 }
337
338 .ordpro-upgrade-faqs__body-faq::after {
339 width: 93%;
340 content: "";
341 background: #e5e5e5;
342 height: 1px;
343 position: absolute;
344 display: block;
345 margin: 0 auto;
346 left: 3.5%;
347 bottom: 30px;
348 }
349
350 .ordpro-upgrade-faqs__body-faq:last-child::after {
351 display: none;
352 }
353
354 .ordpro-upgrade-faqs__body-faq-header {
355 display: -webkit-box;
356 display: -ms-flexbox;
357 display: flex;
358 -webkit-box-align: center;
359 -ms-flex-align: center;
360 align-items: center;
361 cursor: pointer;
362 }
363
364 .ordpro-upgrade-faqs__body-faq-content {
365 display: none;
366 }
367
368 .ordpro-upgrade-faqs__body-faq-content p {
369 font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
370 font-style: normal;
371 font-weight: 400;
372 font-size: 14px;
373 line-height: 150%;
374 color: #6b6e73;
375 }
376
377 .ordpro-upgrade-faqs__body-faq-header-question {
378 width: 90%;
379 }
380
381 .ordpro-upgrade-faqs__body-faq-header-question h4 {
382 font-family: Creo;
383 font-style: normal;
384 font-weight: 600;
385 font-size: 18px;
386 line-height: 120%;
387 color: #0b2135;
388 margin: 0;
389 }
390
391 .ordpro-upgrade-faqs__body-faq-header-icon {
392 width: 10%;
393 text-align: center;
394 -webkit-transition: -webkit-transform 0.3s ease-in-out;
395 transition: -webkit-transform 0.3s ease-in-out;
396 transition: transform 0.3s ease-in-out;
397 transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
398 }
399
400 .ordpro-upgrade-faqs .ordpro-upgrade-faqs__body-faq--open .ordpro-upgrade-faqs__body-faq-header-icon {
401 -webkit-transform: rotate(45deg);
402 transform: rotate(45deg);
403 }
404
405 .ordpro-upgrade-faqs-view-all {
406 font-family: Creo;
407 font-style: normal;
408 font-weight: 600;
409 font-size: 16px;
410 line-height: 150%;
411 color: #7031f5;
412 }
413
414 .ordpro-upgrade-faqs-view-all svg {
415 margin-left: 10px;
416 }
417
418 .ordpro-upgrade-comming-soon-badge {
419 font-family: Creo;
420 font-style: normal;
421 font-weight: 600;
422 font-size: 11px;
423 line-height: 13px;
424 color: #0b2135;
425 display: inline-block;
426 background: #facc73;
427 border-radius: 4px;
428 padding: 4px 10px;
429 margin-bottom: 6px;
430 }
431
432 @media (max-width: 1400px) {
433 .ordpro-upgrade__header-delivery-img {
434 width: 400px;
435 }
436 .ordpro-upgrade__body {
437 margin-left: 60px;
438 }
439 .ordpro-upgrade-features__left {
440 width: 600px;
441 }
442 .ordpro-upgrade-features {
443 gap: 50px;
444 }
445 }
446 @media (max-width: 1250px) {
447 .ordpro-upgrade__header {
448 height: auto;
449 aspect-ratio: 4/1;
450 }
451 .ordpro-upgrade-features {
452 gap: 3%;
453 }
454 .ordpro-upgrade-features__left {
455 width: 55%;
456 }
457 .ordpro-upgrade-box {
458 width: 35%;
459 }
460 .ordpro-upgrade__body {
461 margin-left: 30px;
462 }
463 .ordpro-upgrade-features__left-features {
464 gap: 40px 25px;
465 }
466 }
467 @media (max-width: 1100px) {
468 .ordpro-upgrade__header-delivery-img {
469 width: 300px;
470 }
471 .ordpro-upgrade__header-logo {
472 margin-top: 50px;
473 }
474 }
475 @media (max-width: 960px) {
476 .auto-fold #wpcontent {
477 padding-left: 0;
478 }
479 .ordpro-upgrade__body {
480 margin: 0 auto;
481 width: 90%;
482 }
483 .ordpro-upgrade-features__left {
484 width: 100%;
485 }
486 .ordpro-upgrade-box {
487 width: 80%;
488 margin: 100px auto 50px auto;
489 max-width: 600px;
490 }
491 }
492 @media (max-width: 780px) {
493 .ordpro-upgrade__header-delivery-img {
494 width: 200px;
495 }
496 }
497 @media (max-width: 680px) {
498 .ordpro-upgrade__header {
499 background-image: unset;
500 background-color: #7031f5;
501 aspect-ratio: unset;
502 }
503 .ordpro-upgrade__header-logo {
504 margin-top: 0;
505 margin-left: 0;
506 padding: 30px 0;
507 -webkit-box-pack: center;
508 -ms-flex-pack: center;
509 justify-content: center;
510 }
511 .ordpro-upgrade__header-delivery-img {
512 display: none;
513 }
514 }
515 @media (max-width: 560px) {
516 .ordpro-upgrade-features__left-features-item {
517 width: 90%;
518 }
519 }