PluginProbe ʕ •ᴥ•ʔ
WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets / 4.1.1
WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets v4.1.1
4.1.1 3.9.5 3.9.6 4.0.0 4.0.1 4.1.0 trunk 2.12 2.13 2.14 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8 3.2.9 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.4.6 3.4.7 3.4.8 3.4.9 3.5.0 3.5.1 3.5.2 3.5.3 3.5.4 3.5.5 3.5.6 3.5.7 3.5.8 3.5.9 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4 3.6.5 3.6.6 3.6.7 3.6.8 3.6.9 3.7.0 3.7.1 3.7.2 3.7.3 3.7.3-beta-1.0 3.7.4 3.7.4-beta-1.0 3.7.5 3.7.6 3.7.7 3.7.8 3.7.9 3.8.0 3.9.0 3.9.1 3.9.2 3.9.3 3.9.4
wp-all-import / acc / promo-card-styles.css
wp-all-import / acc Last commit date
breakdance-logo-black.png 3 years ago breakdance-promo.php 1 month ago promo-card-styles.css 3 years ago
promo-card-styles.css
106 lines
1 .promo-card-and-processing-step-1-wrapper {
2 width: 100%;
3 box-sizing: border-box;
4 display: flex;
5 flex-direction: row;
6 align-items: flex-start;
7 justify-content: flex-start;
8 gap: 30px;
9 margin-top: 30px;
10 }
11
12 .promo-card-and-processing-step-1-wrapper .processing_step_1 {
13 width: 40%;
14 }
15
16 .promo-card-and-processing-step-1-wrapper .wpai-breakdance-promo-card {
17 width: 60%;
18 }
19
20
21 .wpai-breakdance-promo-card, .wpai-breakdance-promo-card * {
22 box-sizing: border-box;
23 }
24
25 .wpai-breakdance-promo-card {
26 display: flex;
27 background-color: #fff;
28 padding: 40px;
29 width: 700px;
30 flex-direction: column;
31 color: black;
32 align-items: flex-start;
33 }
34
35 .promo-pre-heading {
36 font-size: 17px;
37 letter-spacing: 0.2px;
38 margin-bottom: 16px;
39 color: #666;
40 }
41
42 .promo-heading {
43 font-size: 32px;
44 font-weight: 600;
45 margin-bottom: 16px;
46 line-height: 1.25em;
47 }
48
49 .promo-paragraphs {
50
51 }
52
53 .promo-paragraphs p {
54 margin-top: 0;
55 margin-bottom: 12px;
56 font-size: 17px !important;
57 line-height: 1.6;
58 }
59
60 .promo-button-learn-more {
61 background-color: #FFC514;
62 color: black !important;
63 text-decoration: none;
64 font-weight: 700;
65 letter-spacing: 0.2px;
66 padding: 16px 24px;
67 display: flex;
68 align-items: center;
69 justify-content: space-between;
70 gap: 24px;
71 margin-top: 24px;
72 margin-bottom: 24px;
73 }
74
75 .promo-button-learn-more span {
76 font-size: 0.7em;
77 opacity: 0.8;
78 font-weight: 400 !important;
79 }
80
81 .promo-breakdance-logo-wrapper {
82 display: flex;
83 flex-direction: row;
84 justify-content: center;
85 align-items: center;
86 gap: 40px;
87 margin-bottom: 20px;
88 }
89
90 .promo-testimonials p {
91 font-size: 16px !important;
92 line-height: 1.6;
93 font-style: italic;
94 font-weight: 300;
95 }
96
97 .promo-testimonials p b {
98 font-size: 12px !important;
99 font-weight: 300;
100 color: #666;
101 font-style: normal;
102 }
103
104 .promo-testimonials p > span {
105 background-image: linear-gradient(90deg,#ffd5562c,#ffd55651,#ffd5562c);
106 }