PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 4.0.3
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v4.0.3
4.0.3 4.0.2 4.0.1 4.0.0 3.16.6 3.16.5 3.16.4 3.16.3 3.16.2 3.16.1 3.16.0 3.15.9 3.9.9 3.9.5 3.9.6 3.9.7 3.9.8 1.1.7 1.1.8 1.1.9 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 341 releases
profile-builder / assets / css / style-setup-wizard.css

style-setup-wizard.css in User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor 4.0.3, at assets/css/style-setup-wizard.css

395 lines 7.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wppb-setup-holder {
2 background: white;
3 }
4
5 .wppb-setup-background {
6 border-radius: 50px 0 200px 0;
7 background: #E8F2FF;
8 width: 1124px;
9 /* 100% - top padding + logo - height difference between the two - bottom padding + skip */
10 height: calc( 100% - 112px - 64px - 58px );
11
12 position: absolute;
13 top: 112px;
14 left: -180px;
15 z-index: 1;
16 }
17
18 .wppb-setup-wrap, .wppb-setup-skip {
19 display: flex;
20 flex-direction: column;
21 width: 800px;
22 margin: 0 auto;
23 position: relative;
24 }
25
26 .wppb-setup-wrap {
27 padding-top: 40px;
28 padding-bottom: 40px;
29 }
30
31 .wppb-setup-logo {
32 width: 350px;
33 margin: 0 auto 40px auto;
34 }
35
36 .wppb-setup-steps {
37 display: flex;
38 justify-content: center;
39 padding: 0;
40 z-index: 2;
41 margin-top: 0;
42 margin-bottom: 24px;
43 }
44
45 .wppb-setup-steps li {
46 list-style-type: none;
47 flex: 1;
48 max-width: 200px;
49 font-size: 14px;
50 line-height: 20px;
51 position: relative;
52 text-align: center;
53 color: #757575;
54 counter-increment: tab;
55 }
56
57 .wppb-setup-steps li a {
58 color: inherit;
59 text-decoration: none;
60 line-height: inherit;
61 font-size: inherit;
62 font-weight: inherit;
63 }
64
65 .wppb-setup-steps li a:hover {
66 opacity: 0.8;
67 }
68
69 .wppb-setup-steps li:after {
70 width: 30px;
71 height: 30px;
72 content: counter( tab );
73 line-height: 30px;
74 border: 1px solid #fff;
75 display: block;
76 text-align: center;
77 margin: 10px auto 0 auto;
78 border-radius: 50%;
79 background-color: white;
80 }
81
82 .wppb-setup-steps li:before {
83 width: 100%;
84 height: 3px;
85 content: '';
86 position: absolute;
87 background-color: #fff;
88 top: 43px;
89 left: -50%;
90 z-index: -1;
91 }
92
93 .wppb-setup-steps li:first-child:before {
94 content: none;
95 }
96
97 .wppb-setup-steps li.active, .wppb-setup-steps li.active a {
98 color: #1E1E1E;
99 }
100
101 .wppb-setup-steps li.active:after {
102 border-color: #0F15B0;
103 }
104
105 .wppb-setup-steps li.active:before {
106 background-color: #0F15B0;
107 }
108
109 .wppb-setup-steps li.active.completed:after {
110 color: white;
111 background: #0F15B0;
112 }
113
114 .wppb-setup-content {
115 z-index: 2;
116 background: white;
117 padding: 32px;
118 padding-bottom: 0;
119 box-shadow: 0 1px 3px rgba(0,0,0,.13);
120 }
121
122 .wppb-setup-content h3:first-child {
123 margin-top: 0;
124 }
125
126 .wppb-setup-content h3 {
127 font-size: 20px;
128 font-style: normal;
129 font-weight: 400;
130 text-align: center;
131 margin-bottom: 6px;
132 }
133
134 .wppb-setup-content p {
135 color: #1E1E1E;
136 margin-bottom: 24px;
137 }
138
139 .wppb-setup-content .cozmoslabs-description {
140 text-align: center;
141 width: 100%;
142 font-weight: 600;
143 font-size: 14px !important;
144 color: #939393 !important;
145 }
146
147 /* Setup field rows (User Pages + User Flow) */
148 .wppb-setup-form-fields {
149 padding-left: 16px;
150 padding-right: 16px;
151 }
152
153 .wppb-setup-form-fields .wppb-setup-form-button {
154 margin-left: -48px;
155 margin-right: -48px;
156 }
157
158 .wppb-setup-field {
159 display: flex;
160 margin-bottom: 24px;
161 }
162
163 .wppb-setup-field h4 {
164 margin-top: 0;
165 margin-bottom: 4px !important;
166 text-transform: uppercase;
167 }
168
169 .wppb-setup-field h4 label,
170 .wppb-setup-field h4 span {
171 font-weight: inherit;
172 font-size: inherit;
173 color: inherit;
174 cursor: pointer;
175 }
176
177 .wppb-setup-field__icon {
178 display: flex;
179 align-items: center;
180 justify-content: center;
181 background: #E8F2FF;
182 border-radius: 50%;
183 width: 30px;
184 height: 30px;
185 margin-right: 12px;
186 flex-shrink: 0;
187 }
188
189 .wppb-setup-form-fields .cozmoslabs-toggle-switch,
190 .wppb-setup-field .button-secondary {
191 margin-left: auto !important;
192 }
193
194 .wppb-setup-form-fields .cozmoslabs-toggle-switch .cozmoslabs-toggle-container {
195 margin-right: 0;
196 }
197
198 .wppb-setup-field__title {
199 margin-right: 16px;
200 }
201
202 .wppb-setup-field__title p {
203 margin-top: 0;
204 margin-bottom: 0;
205 color: #757575;
206 }
207
208 /* User Flow Tab */
209 .wppb-setup-form .wppb-setup-form-styles {
210 margin: 50px auto;
211 }
212
213 .wppb-setup-form .wppb-setup-form-styles .cozmoslabs-description {
214 display: none;
215 }
216
217 .wppb-setup-form .wppb-setup-form-styles #wppb-forms-design-browser {
218 padding-bottom: 0;
219 }
220
221 .wppb-setup-fields__heading {
222 display: block;
223 margin-top: 32px;
224 margin-bottom: 16px;
225 }
226
227 .wppb-setup-fields__heading:first-of-type {
228 margin-top: 0;
229 }
230
231 /* Addons Tab */
232 .wppb-setup-addons-list {
233 display: grid;
234 grid-template-columns: 1fr 1fr;
235 gap: 20px;
236 margin-top: 50px;
237 }
238
239 .wppb-setup-addon {
240 border-radius: 2px;
241 border: 1px solid #CCC;
242 display: flex;
243 flex-direction: column;
244 justify-content: space-between;
245 }
246
247 .wppb-setup-addon__content {
248 display: flex;
249 flex-direction: row;
250 gap: 20px;
251 align-items: flex-start;
252 justify-content: flex-start;
253 padding: 20px 15px 15px 20px;
254 }
255
256 .wppb-setup-addon__logo {
257 width: 40px;
258 }
259
260 .wppb-setup-addon__details h3 {
261 color: #1E1E1E;
262 font-size: 13px;
263 font-style: normal;
264 font-weight: 600;
265 line-height: 16px;
266 text-transform: uppercase;
267 text-align: left;
268 }
269
270 .wppb-setup-addon__details p {
271 color: #1E1E1E;
272 font-size: 11px;
273 font-style: normal;
274 font-weight: 400;
275 line-height: 16px;
276 margin: 0;
277 }
278
279 .wppb-setup-addon__selector {
280 border-top: 1px solid #CCC;
281 box-sizing: border-box;
282 background: #F8FBFF;
283 height: 38px;
284 display: flex;
285 align-items: center;
286 justify-content: flex-end;
287 }
288
289 .wppb-setup-addons-info {
290 text-align: center;
291 margin: 30px 0 25px 0;
292 }
293
294 .wppb-setup-addon.disabled {
295 opacity: 0.6;
296 cursor: default;
297 }
298
299 .wppb-setup-form-button {
300 display: flex;
301 justify-content: center;
302 padding-top: 33px;
303 padding-bottom: 33px;
304 border-radius: 2px;
305 border-top: 1px solid #CCC;
306 background: #E8F2FF;
307 position: relative;
308 margin-left: -32px;
309 margin-right: -32px;
310 margin-top: 32px;
311 }
312
313 .wppb-setup-skip {
314 margin-bottom: 20px;
315 }
316
317 .wppb-setup-skip__action {
318 display: flex;
319 justify-content: center;
320 margin-bottom: 40px;
321 }
322
323 .wppb-setup-skip a {
324 color: #969696 !important;
325 text-decoration: underline !important;
326 }
327
328 .wppb-setup-next {
329 margin-top: 40px;
330 }
331
332 .wppb-setup-next h3, .wppb-setup-next .cozmoslabs-description {
333 margin-bottom: 10px !important;
334 }
335
336 .wppb-setup-newsletter {
337 border-radius: 2px;
338 background: #E8F2FF;
339 padding: 16px 20px;
340
341 display: flex;
342 align-items: center;
343 justify-content: space-between;
344 gap: 50px;
345 margin-bottom: 28px;
346 }
347
348 .wppb-setup-newsletter p, .wppb-setup-newsletter .wppb-setup-newsletter__form {
349 flex: 1;
350 margin-bottom: 0;
351 margin-top: 0;
352 }
353
354 .wppb-setup-newsletter .wppb-setup-newsletter__form a {
355 display: inline-flex;
356 }
357
358 .wppb-setup-progress h3 {
359 text-align: left;
360 margin-bottom: 4px;
361 }
362
363 .wppb-setup-newsletter__form input {
364 border-radius: 2px;
365 border: 1px solid #949494;
366 background: #fff;
367 margin-right: 12px;
368 height: 40px;
369 padding: 12px 16px 12px 28px;
370 font-size: 13px;
371 font-style: normal;
372 font-weight: 400;
373 color: #757575;
374 width: 200px;
375 }
376
377 .wppb-setup-newsletter__form input:focus, .wppb-setup-newsletter__form input:active {
378 color: black;
379 }
380
381 .wppb-setup-newsletter__form {
382 position: relative;
383 }
384
385 .wppb-setup-newsletter__form svg {
386 position: absolute;
387 top: 9px;
388 left: 4px;
389 }
390
391 .wppb-setup-newsletter__success {
392 color: green;
393 display: none;
394 }
395