libs
1 year ago
clearfy-base.css
1 year ago
clearfy-base.css.map
4 years ago
clearfy-base.less
3 years ago
components.css
1 year ago
components.css.map
1 year ago
components.less
1 year ago
page-setup.css
1 year ago
page-setup.css.map
4 years ago
page-setup.less
3 years ago
page-setup.less
516 lines
| 1 | #WBCR { |
| 2 | margin: 0; |
| 3 | padding: 0; |
| 4 | } |
| 5 | |
| 6 | .w-factory-templates-000__form-buttons { |
| 7 | text-align: right; |
| 8 | padding: 10px; |
| 9 | background: #f7f7f7; |
| 10 | |
| 11 | border-top: 1px solid #e8e8e8; |
| 12 | |
| 13 | .w-factory-templates-000__skip-button { |
| 14 | background-color: #e7e7e7; |
| 15 | border-color: #e7e7e7; |
| 16 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #e7e7e7; |
| 17 | text-shadow: 0 -1px 1px #e7e7e7, 1px 0 1px #e7e7e7, 0 1px 1px #e7e7e7, -1px 0 1px #e7e7e7; |
| 18 | margin: 0; |
| 19 | color: #8a8a8a; |
| 20 | |
| 21 | &:active, &:hover, &:focus { |
| 22 | background: #dddddd; |
| 23 | border-color: #dddddd; |
| 24 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #dddddd; |
| 25 | color: #8a8a8a; |
| 26 | } |
| 27 | } |
| 28 | |
| 29 | .w-factory-templates-000__continue-button { |
| 30 | background-color: #f57d4f; |
| 31 | border-color: #f77d50; |
| 32 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #f77d50; |
| 33 | text-shadow: 0 -1px 1px #f77d50, 1px 0 1px #f77d50, 0 1px 1px #f77d50, -1px 0 1px #f77d50; |
| 34 | margin: 0; |
| 35 | |
| 36 | &:active, &:hover, &:focus { |
| 37 | background: #f86b3b; |
| 38 | border-color: #f86b3b; |
| 39 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #f86b3b |
| 40 | } |
| 41 | } |
| 42 | } |
| 43 | |
| 44 | .w-factory-templates-000-setup { |
| 45 | text-align: center; |
| 46 | max-width: 900px; |
| 47 | margin: 65px auto 24px; |
| 48 | box-shadow: none; |
| 49 | background: #f1f1f1; |
| 50 | padding: 0; |
| 51 | } |
| 52 | |
| 53 | .w-factory-templates-000-setup__inner-wrap, .w-factory-templates-000__setup-form .factory-form-layout { |
| 54 | padding: 30px; |
| 55 | } |
| 56 | |
| 57 | .w-factory-templates-000-setup-steps { |
| 58 | padding: 0 0 24px; |
| 59 | margin: 0; |
| 60 | list-style: none outside; |
| 61 | overflow: hidden; |
| 62 | color: #ccc; |
| 63 | width: 100%; |
| 64 | display: -webkit-inline-box; |
| 65 | display: inline-flex; |
| 66 | } |
| 67 | |
| 68 | .w-factory-templates-000-setup-steps li { |
| 69 | width: 100%; |
| 70 | float: left; |
| 71 | padding: 0 0 .8em; |
| 72 | margin: 0; |
| 73 | text-align: center; |
| 74 | position: relative; |
| 75 | border-bottom: 4px solid #ccc; |
| 76 | line-height: 1.4; |
| 77 | |
| 78 | &::before { |
| 79 | content: ""; |
| 80 | border: 4px solid #ccc; |
| 81 | border-radius: 100%; |
| 82 | width: 4px; |
| 83 | height: 4px; |
| 84 | position: absolute; |
| 85 | bottom: 0; |
| 86 | left: 50%; |
| 87 | margin-left: -6px; |
| 88 | margin-bottom: -8px; |
| 89 | background: #fff |
| 90 | } |
| 91 | |
| 92 | &.active { |
| 93 | border-color: #ff1c40 !important; |
| 94 | color: #222; |
| 95 | font-weight: 700; |
| 96 | |
| 97 | &::before { |
| 98 | border-color: #ff1c40 !important; |
| 99 | } |
| 100 | } |
| 101 | } |
| 102 | |
| 103 | .w-factory-templates-000-setup-steps li a { |
| 104 | color: #a16696; |
| 105 | text-decoration: none; |
| 106 | padding: 1.5em; |
| 107 | margin: -1.5em; |
| 108 | position: relative; |
| 109 | z-index: 1 |
| 110 | } |
| 111 | |
| 112 | .w-factory-templates-000-setup-steps li a:focus, .w-factory-templates-000-setup-steps li a:hover { |
| 113 | color: #111; |
| 114 | text-decoration: underline |
| 115 | } |
| 116 | |
| 117 | |
| 118 | /*.w-factory-templates-000-setup-steps li.done { |
| 119 | border-color: #f57d4f; |
| 120 | color: #f57d4f |
| 121 | } |
| 122 | |
| 123 | .w-factory-templates-000-setup-steps li.done::before { |
| 124 | border-color: #f57d4f; |
| 125 | background: #f57d4f |
| 126 | }*/ |
| 127 | |
| 128 | .w-factory-templates-000-setup .w-factory-templates-000-setup-actions { |
| 129 | overflow: hidden; |
| 130 | margin: 20px 0 0; |
| 131 | position: relative |
| 132 | } |
| 133 | |
| 134 | .w-factory-templates-000-setup-content p:last-child { |
| 135 | margin-bottom: 0 |
| 136 | } |
| 137 | |
| 138 | .w-factory-templates-000-setup-content p.store-setup { |
| 139 | margin-top: 0 |
| 140 | } |
| 141 | |
| 142 | .w-factory-templates-000-setup-footer-links { |
| 143 | font-size: .85em; |
| 144 | color: #7b7b7b; |
| 145 | margin: 1.18em auto; |
| 146 | display: inline-block; |
| 147 | text-align: center |
| 148 | } |
| 149 | |
| 150 | .w-factory-templates-000-logo { |
| 151 | text-align: center; |
| 152 | |
| 153 | img { |
| 154 | max-width: 250px; |
| 155 | } |
| 156 | } |
| 157 | |
| 158 | |
| 159 | .w-factory-templates-000-setup-content { |
| 160 | box-shadow: 0 1px 3px rgba(0, 0, 0, .13); |
| 161 | //padding: 2em; |
| 162 | margin: 0 0 20px; |
| 163 | background: #fff; |
| 164 | //overflow: hidden; |
| 165 | zoom: 1; |
| 166 | text-align: left; |
| 167 | |
| 168 | & table { |
| 169 | font-size: 1em; |
| 170 | line-height: 1.75; |
| 171 | color: #666; |
| 172 | |
| 173 | thead { |
| 174 | background: #f1f1f1; |
| 175 | } |
| 176 | |
| 177 | th, td { |
| 178 | padding: 10px 15px; |
| 179 | } |
| 180 | } |
| 181 | } |
| 182 | |
| 183 | .w-factory-templates-000-setup-content h1, .w-factory-templates-000-setup-content h2, .w-factory-templates-000-setup-content h3, .w-factory-templates-000-setup-content table { |
| 184 | margin: 0 0 20px; |
| 185 | border: 0; |
| 186 | padding: 0; |
| 187 | color: #666; |
| 188 | clear: none; |
| 189 | font-weight: 500 |
| 190 | } |
| 191 | |
| 192 | .w-factory-templates-000-setup-content p { |
| 193 | margin: 20px 0; |
| 194 | font-size: 1.15em; |
| 195 | line-height: 1.75; |
| 196 | color: #666; |
| 197 | text-align: center; |
| 198 | } |
| 199 | |
| 200 | .w-factory-templates-000-setup-step__new_onboarding-welcome { |
| 201 | font-size: 22px !important; |
| 202 | } |
| 203 | |
| 204 | |
| 205 | .w-factory-templates-000-setup-content a { |
| 206 | color: #f57d4f |
| 207 | } |
| 208 | |
| 209 | .w-factory-templates-000-setup-content a:focus, .w-factory-templates-000-setup-content a:hover { |
| 210 | color: #111 |
| 211 | } |
| 212 | |
| 213 | |
| 214 | .w-factory-templates-000-setup-content table.tax-rates { |
| 215 | width: 100%; |
| 216 | font-size: .92em |
| 217 | } |
| 218 | |
| 219 | .w-factory-templates-000-setup-content table.tax-rates th { |
| 220 | padding: 0; |
| 221 | text-align: center; |
| 222 | width: auto; |
| 223 | vertical-align: middle |
| 224 | } |
| 225 | |
| 226 | .w-factory-templates-000-setup-content table.tax-rates td { |
| 227 | border: 1px solid #f5f5f5; |
| 228 | padding: 6px; |
| 229 | text-align: center; |
| 230 | vertical-align: middle |
| 231 | } |
| 232 | |
| 233 | .w-factory-templates-000-setup-content table.tax-rates td input { |
| 234 | outline: 0; |
| 235 | border: 0; |
| 236 | padding: 0; |
| 237 | box-shadow: none; |
| 238 | text-align: center; |
| 239 | width: 100% |
| 240 | } |
| 241 | |
| 242 | .w-factory-templates-000-setup-content table.tax-rates td.sort { |
| 243 | cursor: move; |
| 244 | color: #ccc |
| 245 | } |
| 246 | |
| 247 | .w-factory-templates-000-setup-content table.tax-rates td.sort::before { |
| 248 | content: "\f333"; |
| 249 | font-family: dashicons |
| 250 | } |
| 251 | |
| 252 | .w-factory-templates-000-setup-content table.tax-rates td.readonly { |
| 253 | background: #f5f5f5 |
| 254 | } |
| 255 | |
| 256 | .w-factory-templates-000-setup-content table.tax-rates .add { |
| 257 | padding: 1em 0 0 1em; |
| 258 | line-height: 1; |
| 259 | font-size: 1em; |
| 260 | width: 0; |
| 261 | margin: 6px 0 0; |
| 262 | height: 0; |
| 263 | overflow: hidden; |
| 264 | position: relative; |
| 265 | display: inline-block |
| 266 | } |
| 267 | |
| 268 | .w-factory-templates-000-setup-content table.tax-rates .add::before { |
| 269 | content: "\f502"; |
| 270 | font-family: dashicons; |
| 271 | position: absolute; |
| 272 | left: 0; |
| 273 | top: 0 |
| 274 | } |
| 275 | |
| 276 | .w-factory-templates-000-setup-content table.tax-rates .remove { |
| 277 | padding: 1em 0 0 1em; |
| 278 | line-height: 1; |
| 279 | font-size: 1em; |
| 280 | width: 0; |
| 281 | margin: 0; |
| 282 | height: 0; |
| 283 | overflow: hidden; |
| 284 | position: relative; |
| 285 | display: inline-block |
| 286 | } |
| 287 | |
| 288 | .w-factory-templates-000-setup-content table.tax-rates .remove::before { |
| 289 | content: "\f182"; |
| 290 | font-family: dashicons; |
| 291 | position: absolute; |
| 292 | left: 0; |
| 293 | top: 0 |
| 294 | } |
| 295 | |
| 296 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-pages { |
| 297 | width: 100%; |
| 298 | border-top: 1px solid #eee |
| 299 | } |
| 300 | |
| 301 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-pages thead th { |
| 302 | display: none |
| 303 | } |
| 304 | |
| 305 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-pages .page-name { |
| 306 | width: 30%; |
| 307 | font-weight: 700 |
| 308 | } |
| 309 | |
| 310 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-pages td, .w-factory-templates-000-setup-content .w-factory-templates-000-setup-pages th { |
| 311 | padding: 14px 0; |
| 312 | border-bottom: 1px solid #eee |
| 313 | } |
| 314 | |
| 315 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-pages td:first-child, .w-factory-templates-000-setup-content .w-factory-templates-000-setup-pages th:first-child { |
| 316 | padding-right: 9px |
| 317 | } |
| 318 | |
| 319 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-pages th { |
| 320 | padding-top: 0 |
| 321 | } |
| 322 | |
| 323 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-pages .page-options p { |
| 324 | color: #777; |
| 325 | margin: 6px 0 0 24px; |
| 326 | line-height: 1.75 |
| 327 | } |
| 328 | |
| 329 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-pages .page-options p input { |
| 330 | vertical-align: middle; |
| 331 | margin: 1px 0 0; |
| 332 | height: 1.75em; |
| 333 | width: 1.75em; |
| 334 | line-height: 1.75 |
| 335 | } |
| 336 | |
| 337 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-pages .page-options p label { |
| 338 | line-height: 1 |
| 339 | } |
| 340 | |
| 341 | @media screen and (max-width: 782px) { |
| 342 | .w-factory-templates-000-setup-content .form-table tbody th { |
| 343 | width: auto |
| 344 | } |
| 345 | } |
| 346 | |
| 347 | .w-factory-templates-000-setup-content .twitter-share-button { |
| 348 | float: right |
| 349 | } |
| 350 | |
| 351 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-next-steps { |
| 352 | overflow: hidden; |
| 353 | margin: 0 0 24px; |
| 354 | padding-bottom: 2px |
| 355 | } |
| 356 | |
| 357 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-next-steps h2 { |
| 358 | margin-bottom: 12px |
| 359 | } |
| 360 | |
| 361 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-next-steps .w-factory-templates-000-setup-next-steps-first { |
| 362 | float: left; |
| 363 | width: 50%; |
| 364 | box-sizing: border-box |
| 365 | } |
| 366 | |
| 367 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-next-steps .w-factory-templates-000-setup-next-steps-last { |
| 368 | float: right; |
| 369 | width: 50%; |
| 370 | box-sizing: border-box |
| 371 | } |
| 372 | |
| 373 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-next-steps ul { |
| 374 | padding: 0 2em 0 0; |
| 375 | list-style: none outside; |
| 376 | margin: 0 |
| 377 | } |
| 378 | |
| 379 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-next-steps ul li a { |
| 380 | display: block; |
| 381 | padding: 0 0 .75em |
| 382 | } |
| 383 | |
| 384 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-next-steps ul .setup-product a.button { |
| 385 | background-color: #f7f7f7; |
| 386 | border-color: #ccc; |
| 387 | color: #23282d; |
| 388 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #ccc; |
| 389 | text-shadow: 1px 0 1px #eee, 0 1px 1px #eee; |
| 390 | font-size: 1em; |
| 391 | height: auto; |
| 392 | line-height: 1.75; |
| 393 | margin: 0 0 .75em; |
| 394 | opacity: 1; |
| 395 | padding: 1em; |
| 396 | text-align: center |
| 397 | } |
| 398 | |
| 399 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-next-steps ul .setup-product a.button:active, .w-factory-templates-000-setup-content .w-factory-templates-000-setup-next-steps ul .setup-product a.button:focus, .w-factory-templates-000-setup-content .w-factory-templates-000-setup-next-steps ul .setup-product a.button:hover { |
| 400 | background: #f5f5f5; |
| 401 | border-color: #aaa |
| 402 | } |
| 403 | |
| 404 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-next-steps ul .setup-product a.button-primary { |
| 405 | color: #fff; |
| 406 | background-color: #f19570; |
| 407 | border-color: #f77d50; |
| 408 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #f77d50; |
| 409 | text-shadow: 0 -1px 1px #f77d50, 1px 0 1px #f77d50, 0 1px 1px #f77d50, -1px 0 1px #f77d50 |
| 410 | } |
| 411 | |
| 412 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-next-steps ul .setup-product a.button-primary:active, .w-factory-templates-000-setup-content .w-factory-templates-000-setup-next-steps ul .setup-product a.button-primary:focus, .w-factory-templates-000-setup-content .w-factory-templates-000-setup-next-steps ul .setup-product a.button-primary:hover { |
| 413 | color: #fff; |
| 414 | background: #f77d50; |
| 415 | border-color: #f77d50; |
| 416 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #f77d50 |
| 417 | } |
| 418 | |
| 419 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-next-steps ul li a::before { |
| 420 | color: #82878c; |
| 421 | font: 400 20px/1 dashicons; |
| 422 | speak: none; |
| 423 | display: inline-block; |
| 424 | padding: 0 10px 0 0; |
| 425 | top: 1px; |
| 426 | position: relative; |
| 427 | text-decoration: none !important; |
| 428 | vertical-align: top |
| 429 | } |
| 430 | |
| 431 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-next-steps ul .learn-more a::before { |
| 432 | content: "\f105" |
| 433 | } |
| 434 | |
| 435 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-next-steps ul .video-walkthrough a::before { |
| 436 | content: "\f126" |
| 437 | } |
| 438 | |
| 439 | .w-factory-templates-000-setup-content .w-factory-templates-000-setup-next-steps ul .newsletter a::before { |
| 440 | content: "\f465" |
| 441 | } |
| 442 | |
| 443 | .w-factory-templates-000-setup-content .updated, .w-factory-templates-000-setup-content .woocommerce-newsletter { |
| 444 | padding: 24px 24px 0; |
| 445 | margin: 0 0 24px; |
| 446 | overflow: hidden; |
| 447 | background: #f5f5f5 |
| 448 | } |
| 449 | |
| 450 | .w-factory-templates-000-setup-content .updated p, .w-factory-templates-000-setup-content .woocommerce-newsletter p { |
| 451 | padding: 0; |
| 452 | margin: 0 0 12px |
| 453 | } |
| 454 | |
| 455 | .w-factory-templates-000-setup-content .updated form, .w-factory-templates-000-setup-content .updated p:last-child, .w-factory-templates-000-setup-content .woocommerce-newsletter form, .w-factory-templates-000-setup-content .woocommerce-newsletter p:last-child { |
| 456 | margin: 0 0 24px |
| 457 | } |
| 458 | |
| 459 | .w-factory-templates-000-setup-content .checkbox input[type=checkbox] { |
| 460 | opacity: 0; |
| 461 | position: absolute; |
| 462 | left: -9999px |
| 463 | } |
| 464 | |
| 465 | .w-factory-templates-000-setup-content .checkbox label { |
| 466 | position: relative; |
| 467 | display: inline-block; |
| 468 | padding-left: 28px |
| 469 | } |
| 470 | |
| 471 | .w-factory-templates-000-setup-content .checkbox label::after, .w-factory-templates-000-setup-content .checkbox label::before { |
| 472 | position: absolute; |
| 473 | content: ""; |
| 474 | display: inline-block |
| 475 | } |
| 476 | |
| 477 | .w-factory-templates-000-setup-content .checkbox label::before { |
| 478 | height: 16px; |
| 479 | width: 16px; |
| 480 | left: 0; |
| 481 | top: 3px; |
| 482 | border: 1px solid #aaa; |
| 483 | background-color: #fff; |
| 484 | border-radius: 3px |
| 485 | } |
| 486 | |
| 487 | .w-factory-templates-000-setup-content .checkbox label::after { |
| 488 | height: 5px; |
| 489 | width: 9px; |
| 490 | border-left: 2px solid; |
| 491 | border-bottom: 2px solid; |
| 492 | -webkit-transform: rotate(-45deg); |
| 493 | -ms-transform: rotate(-45deg); |
| 494 | transform: rotate(-45deg); |
| 495 | left: 4px; |
| 496 | top: 7px; |
| 497 | color: #fff |
| 498 | } |
| 499 | |
| 500 | .w-factory-templates-000-setup-content .checkbox input[type=checkbox] + label::after { |
| 501 | content: none |
| 502 | } |
| 503 | |
| 504 | .w-factory-templates-000-setup-content .checkbox input[type=checkbox]:checked + label::after { |
| 505 | content: "" |
| 506 | } |
| 507 | |
| 508 | .w-factory-templates-000-setup-content .checkbox input[type=checkbox]:focus + label::before { |
| 509 | outline: #3b99fc auto 5px |
| 510 | } |
| 511 | |
| 512 | .w-factory-templates-000-setup-content .checkbox input[type=checkbox]:checked + label::before { |
| 513 | background: #935687; |
| 514 | border-color: #935687 |
| 515 | } |
| 516 |