PluginProbe
weForms – Easy Drag & Drop Contact Form Builder For WordPress / 1.4.3
weForms – Easy Drag & Drop Contact Form Builder For WordPress v1.4.3
1.6.7 1.6.8 1.6.9 1.6.12 1.6.13 1.6.14 1.6.15 1.6.16 1.6.17 1.6.18 1.6.19 1.6.2 1.6.20 1.6.21 1.6.22 1.6.23 1.6.24 1.6.25 1.6.26 1.6.27 1.6.28 1.6.3 1.6.4 1.6.5 1.6.6 All 74 releases
weforms / assets / less / premium.less

premium.less in weForms – Easy Drag & Drop Contact Form Builder For WordPress 1.4.3, at assets/less/premium.less

243 lines 4.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @import 'utility.less';
2 @import 'modal.less';
3
4
5 /**
6 * Banner section styles
7 */
8
9 .wf-banner-section {
10 padding: 76px 62px;
11 display: flex;
12 align-items: center;
13 justify-content: space-between;
14 flex-wrap: nowrap;
15 background: #12CE66 url('../images/premium/banner-bg.svg');
16 background-size: cover;
17 border-radius: 3px;
18 h1 {
19 color: #fff !important;
20 margin-bottom: 0;
21 letter-spacing: 1.1px;
22 text-shadow: 0 6px 12px rgba(0,0,0,0.10);
23 }
24 p {
25 color: #E8FFF2 !important;
26 }
27 .banner-thumb {
28 position: relative;
29 max-height: 200px;
30 }
31 .banner-icon {
32 background: #FFFFFF;
33 box-shadow: 0 8px 19px 0 rgba(0,0,0,0.16);
34 display: inline-flex;
35 padding: 12px;
36 border-radius: 10px;
37 margin-bottom: 15px;
38 }
39 .video-play-icon {
40 background: #FFFFFF;
41 box-shadow: 1px 17px 44px 0 rgba(0,0,0,0.11);
42 width: 50px;
43 height: 50px;
44 border-radius: 50%;
45 display: flex;
46 align-items: center;
47 justify-content: center;
48 position: absolute;
49 bottom: 0;
50 right: -25px;
51 animation: play_effect_btn 3s infinite ease-in-out;
52 }
53 .wf-modal-body iframe {
54 width: 100%;
55 }
56 .wf-modal .modal-close {
57 color: #fff;
58 font-size: 13px;
59 }
60 .banner-left-column, .banner-right-column {
61
62 }
63 .banner-content {
64 margin-bottom: 30px;
65 }
66 .banner-buttons {
67 a:not(:last-child) {
68 margin-right: 18px;
69 }
70 }
71 @media (max-width: 767px){
72 flex-direction: column;
73 .wf-btn-primary {
74 margin-bottom: 10px;
75 }
76 }
77 @media (max-width: 500px){
78 padding: 50px 25px;
79 .video-play-icon {
80 right: -20px;
81 bottom: 20px;
82 }
83 }
84 }
85
86
87 /**
88 * Feature section styles
89 */
90 .wf-features-wrapper {
91 .section-content {
92 margin-bottom: -42px;
93 }
94 .feature-row{
95 margin: 0 -27px;
96 display: flex;
97 flex-wrap: wrap;
98 .feature-column {
99 flex-basis: 33.33%;
100 max-width: 33.33%;
101 padding: 0 27px;
102 }
103 @media ( max-width: 1200px ){
104 margin: 0 -15px;
105 .feature-column {
106 padding: 0 15px;
107 }
108 }
109 @media ( max-width: 767px ){
110 .feature-column {
111 flex-basis: 50%;
112 max-width: 50%;
113 }
114 }
115 @media ( max-width: 420px ){
116 .feature-column {
117 flex-basis: 100%;
118 max-width: 100%;
119 .feature-thumb {
120 width: 100%;
121 }
122 }
123 }
124 }
125 .feature-thumb {
126 display: inline-block;
127 width: auto;
128 box-shadow: -3px 2px 38px 0 rgba(0,0,0,0.06);
129 img {
130 width: 100%;
131 display: flex;
132 }
133 }
134 .feature-column {
135 margin-bottom: 42px;
136 h3 {
137 margin: 30px 0 17px;
138 }
139 p {
140 margin: 0;
141 }
142 }
143 }
144
145 /**
146 * Integration section styles
147 */
148
149 .wf-integration-wrapper {
150 padding: 70px 45px;
151 background: #fff;
152 border-radius: 3px 3px 0 0;
153 text-align: center;
154 margin-bottom: 0 !important;
155 .section-header {
156 margin-bottom: 70px !important;
157 }
158 .section-content {
159 margin-bottom: -30px;
160 }
161 .integration-row {
162 margin: 0 -22px;
163 display: flex;
164 flex-wrap: wrap;
165 }
166 .integration-column {
167 padding: 0 22px;
168 margin-bottom: 30px;
169 flex-basis: 25%;
170 max-width: 25%;
171 @media (max-width: 1200px){
172 flex-basis: 33.33%;
173 max-width: 33.33%;
174 }
175 @media (max-width: 767px){
176 flex-basis: 50%;
177 max-width: 50%;
178 }
179 @media (max-width: 427px){
180 flex-basis: 100%;
181 max-width: 100%;
182 }
183 h3 {
184 margin: 20px 0 17px;
185 }
186 img {
187 // width: 100%;
188 }
189 p {
190 margin-bottom: 0;
191 }
192 }
193 }
194
195 .wf-import-wrapper {
196 border-top: 1px solid #E2E2E2;
197 padding: 40px;
198 background: #fff;
199 .section-content {
200 display: flex;
201 justify-content: space-between;
202 align-items: center;
203 @media (max-width: 767px){
204 flex-direction: column;
205 .import-left {
206 margin-bottom: 30px;
207 }
208 .import-left, .import-right {
209 width: 100%;
210 }
211 }
212 }
213
214 .import-left {
215 display: flex;
216 flex: 1;
217 p, h2 {
218 margin: 0;
219 }
220 p {
221 color: #1ABC9C;
222 font-size: 16px;
223 line-height: 26px;
224 // padding-bottom: 10px;
225 }
226 h2 {
227 font-size: 25px;
228 line-height: 36px;
229 }
230 .import-icon {
231 display: flex;
232 align-items: center;
233 justify-content: center;
234 flex-basis: 65px;
235 height: 65px;
236 background: #12CE66;
237 box-shadow: 0 11px 25px 0 rgba(0,0,0,0.16);
238 border-radius: 8px;
239 margin-right: 30px;
240 }
241 }
242 .import-right {}
243 }