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