wickes-css2 2.97.0-IM-1593-code-width.1 → 2.97.0-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/css/category-main.css +1 -1
- package/build/css/components/tile-calculator.css +1 -1
- package/build/css/main.css +1 -1
- package/build/css/my-account-main-v2.css +1 -1
- package/build/css/my-account-main.css +1 -1
- package/build/css/pages/page_address-book.css +1 -0
- package/build/css/pages/page_change-password.css +1 -0
- package/build/css/pages/page_ti.css +1 -1
- package/build/css/pages/tradePro-rewards.css +1 -1
- package/build/css/pdp-main-before-combine.css +1 -1
- package/build/css/pdp-main-critical.css +1 -1
- package/build/css/pdp-main-non-critical.css +1 -1
- package/build/css/pdp-main.css +1 -1
- package/build/js/account-members.min.js +1 -1
- package/build/js/add-project-list-id.min.js +1 -1
- package/build/js/address-book.min.js +1 -0
- package/build/js/basket.min.js +2 -2
- package/build/js/bundle.min.js +1 -1
- package/build/js/change-password.min.js +1 -0
- package/build/js/checkout.min.js +2 -2
- package/build/js/emulation.min.js +7 -10
- package/build/js/energy-efficiency.min.js +1 -1
- package/build/js/general.bundle.min.js +1 -1
- package/build/js/global-search.min.js +1 -1
- package/build/js/merged-checkout.min.js +2 -2
- package/build/js/page/address-book.js +193 -0
- package/build/js/page/change-password.js +118 -0
- package/build/js/page/utils/errorMesages.js +14 -0
- package/build/js/page/utils/helpers.js +18 -0
- package/build/js/page/utils/validation.js +5 -1
- package/build/js/pdp.bundle.min.js +1 -1
- package/build/js/personal-details.min.js +1 -1
- package/build/js/plp.bundle.min.js +1 -1
- package/build/js/project-list.min.js +6 -2
- package/build/js/pstrength.min.js +161 -0
- package/build/js/quiz.min.js +1 -1
- package/build/js/track-my-order.min.js +1 -1
- package/package.json +10 -2
- package/src/components/address-card.hbs +40 -0
- package/src/components/base/link.hbs +13 -0
- package/src/components/leave-modal.hbs +13 -0
- package/src/components/my-account/delete-address-modal.hbs +23 -0
- package/src/components/my-account/leave-modal.hbs +1 -1
- package/src/components/pdp-info-v2.hbs +37 -0
- package/src/components/price-block-order.hbs +0 -1
- package/src/components/shopping-list-pdf.hbs +7 -37
- package/src/components/ti-header.hbs +34 -0
- package/src/components/ti-radio.hbs +57 -0
- package/src/components/ti-total-area.hbs +32 -0
- package/src/components/ti.hbs +791 -0
- package/src/components/tile-banner.hbs +13 -0
- package/src/components/tile-why-wickes.hbs +32 -0
- package/src/components/voucher.hbs +7 -6
- package/src/data/data_flooring-installation.json +186 -0
- package/src/data/data_voucher_tradePro.json +1 -1
- package/src/data/my-account/data_address-book.json +225 -0
- package/src/data/my-account/data_change-password.json +85 -0
- package/src/elements/form-row.hbs +11 -2
- package/src/js/components/general/switchVat.js +0 -11
- package/src/js/components/leave-event.js +2 -0
- package/src/js/components/pwdstrength.js +21 -0
- package/src/js/components/toggle-password-visibility.js +58 -0
- package/src/js/emulation/checkout_your-details.js +5 -5
- package/src/js/emulation/forms.js +1 -1
- package/src/js/emulation/project-list-print.js +1 -4
- package/src/js/libs/jquery.pstrength.custom-1.2.0.js +161 -0
- package/src/js/page/address-book.js +193 -0
- package/src/js/page/change-password.js +118 -0
- package/src/js/page/utils/errorMesages.js +14 -0
- package/src/js/page/utils/helpers.js +18 -0
- package/src/js/page/utils/validation.js +5 -1
- package/src/layouts/base.hbs +1 -1
- package/src/page_my-account_address-book-form.html +94 -0
- package/src/page_my-account_address-book.html +47 -24
- package/src/page_my-account_address-book_tradePro.html +45 -18
- package/src/page_my-account_change-password.html +62 -29
- package/src/page_personal-details-installer.html +6 -4
- package/src/page_personal-details.html +2 -0
- package/src/partials/header.hbs +1 -1
- package/src/scss/common/_common.scss +8 -0
- package/src/scss/components/_cards-slider.scss +0 -26
- package/src/scss/components/_leave-modal.scss +75 -0
- package/src/scss/components/_price-block-critical.scss +3 -3
- package/src/scss/components/_price-block.scss +8 -3
- package/src/scss/components/_rewards.scss +0 -20
- package/src/scss/components/_ti-header.scss +43 -0
- package/src/scss/components/_ti-radio.scss +142 -0
- package/src/scss/components/_ti-total-area.scss +53 -0
- package/src/scss/components/_tile-banner.scss +141 -0
- package/src/scss/components/_tile-why-wickes.scss +57 -0
- package/src/scss/components/tile-calculator.scss +4 -1
- package/src/scss/helpers/_mixins.scss +8 -0
- package/src/scss/libs/_pstrength.scss +34 -0
- package/src/scss/pages/_my-account_change-password.scss +0 -2
- package/src/scss/pages/page_address-book.scss +356 -0
- package/src/scss/pages/page_change-password.scss +147 -0
- package/src/scss/pages/page_ti.scss +719 -3
- package/src/scss/pages/tradePro-rewards.scss +1 -0
- package/src/sitemap.html +3 -4
- package/src/page_activate-trade-pro-api-flow.html +0 -62
- package/src/page_my-shopping-list-pdf-vat.html +0 -7
- /package/src/components/{button.hbs → base/button.hbs} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.leave-modal .modal-dialog{margin-top:40px}.leave-modal .modal-header{padding:16px}.leave-modal .modal-header .modal-box__inner-columns{display:flex;align-items:center}.leave-modal .modal-header .modal-box__inner-columns .info-icon{font-size:1.6875rem;color:#ffc439}.leave-modal .modal-header .close{position:absolute;top:8px;right:8px;margin:0;padding:0}.leave-modal .modal-header .close .icon svg{font-size:1rem}.leave-modal .modal-header .modal-title{font-size:1.125rem;line-height:2rem;margin-left:15px;font-weight:500}.leave-modal .modal-body{padding:16px}.leave-modal .modal-body .description{font-size:1rem;line-height:2rem;margin-bottom:0;font-weight:400}.leave-modal .modal-body .actions{display:flex;grid-gap:16px;margin-top:32px}@media (min-width:576px){.leave-modal .modal-header{padding:16px 24px}.leave-modal .modal-body{padding:24px 24px 16px}.leave-modal .modal-body .actions{margin-top:40px}.leave-modal .modal-body .actions .btn_full{width:auto}}.address-book{padding-top:0;padding-bottom:40px}.address-book .globalMessages .notification{margin-bottom:8px}.address-book .globalMessages .notification:first-child,.address-book__header{margin-top:16px}.address-book__header .title{font-size:1.625rem;line-height:2.25rem;font-weight:500;margin-bottom:0;text-align:left}.address-book__header .btn--add-address{margin-top:24px}.address-book__items{display:-ms-grid;display:grid;margin-top:24px;grid-gap:16px}.address-book .icon-wrap{font-size:1rem;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-right:4px}.address-book .address-card{position:relative;padding:24px;display:flex;justify-content:space-between;flex-direction:column;border-radius:4px;border:1px solid #ccc}.address-book .address-card--add{align-items:center;justify-content:center;grid-gap:24px;min-height:328px}.address-book .address-card--add .icon-wrap{font-size:2rem;margin-right:0;width:48px;height:48px;color:#99b5cf}.address-book .address-card--add .description{font-size:1rem;line-height:1.5rem;font-weight:500;margin-bottom:0}.address-book .address-card .status{display:flex;align-items:center;position:absolute;right:0;top:0;background:#0277bd;color:#fff;padding:9px 9px 9px 16px;border-radius:0 0 0 24px}.address-book .address-card.default{border-color:#0277bd}.address-book .address-card__type{font-size:1rem;line-height:1.5rem;font-weight:500;margin-bottom:16px}.address-book .address-card__type .type-icon{margin-right:11px}.address-book .address-card__information{margin-bottom:16px}.address-book .address-card__ctas{display:flex;align-items:center;margin-top:auto;grid-gap:24px}.address-book .address-card__ctas .link{font-size:.875rem;line-height:1.375rem;font-weight:500;text-decoration:none;display:flex;align-items:center}.address-book .address-card__ctas .link:hover{text-decoration:underline}.address-book .address-card__ctas .link--set-default{margin-left:auto}.address-book .address-card .information{font-size:1rem;line-height:1.5rem;margin-bottom:0}.address-book .address-card .information+.information{margin-top:4px}.address-book__form{margin-top:24px}.address-book__form .form-row__field,.address-book__form .form-row__label{padding:0;margin:0}.address-book__form .form-row__error{padding:0}.address-book__form .form-row__label{font-size:1rem;line-height:1.5rem;font-weight:500;margin-bottom:8px}.address-book__form .form-row{margin-bottom:24px;padding:0;margin-right:0;margin-left:0}.address-book__form .form-row.row-title{max-width:112px}.address-book__form .form-row--required{font-size:.75rem;line-height:1rem;margin-bottom:24px}.address-book__form-ctas{margin-top:24px;display:flex;grid-gap:16px}.delete-modal .modal-dialog{margin-top:40px;margin-bottom:40px}.delete-modal .modal-box__row{width:100%}.delete-modal .modal-header{padding:20px 16px}.delete-modal .modal-header .modal-box__inner-columns{display:flex;align-items:center}.delete-modal .modal-header .modal-title{font-size:1.125rem;line-height:1.5rem;font-weight:500;padding-right:5px}.delete-modal .modal-header .icon-wrap{min-width:40px;height:40px;font-size:1.65rem;color:#ccc;margin-right:8px}.delete-modal .modal-header .close{position:absolute;top:15px;right:15px;padding:0;margin:0}.delete-modal .address-info{padding:16px 16px 0}.delete-modal .address-info__data{font-size:1rem;line-height:1.5rem;font-weight:400}.delete-modal .address-info__data .information{margin-bottom:0}.delete-modal .address-info__data .information+.information{margin-top:4px}.delete-modal .address-info__warning{font-size:1rem;line-height:1.5rem;font-weight:400;display:flex;align-items:center;margin-bottom:0;margin-top:16px}.delete-modal .address-info__warning .icon-wrap{margin-right:8px}.delete-modal .address-info__warning .info-icon{color:#ffc439}.delete-modal .actions{padding:16px;margin-top:16px;display:flex;grid-gap:16px}@media (min-width:576px){.address-book__header{display:flex;justify-content:space-between;align-items:center}.address-book__header .btn--add-address{margin-top:0;max-width:193px}}@media (min-width:768px){.address-book{padding-bottom:72px}.address-book__header{margin-top:24px}.address-book__header .title{font-size:2.125rem;line-height:2.875rem}.address-book__items{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-auto-rows:auto;grid-gap:24px}.address-book .address-card{flex:1 1 0}.address-book__form-ctas .btn,.delete-modal .actions .btn{width:auto}}@media (min-width:992px){.address-book{padding-top:40px;padding-bottom:72px}.address-book .globalMessages .notification:first-child{margin-top:0}.address-book .globalMessages .notification:last-child{margin-bottom:24px}.address-book__header{margin-top:0}.address-book .add-address{max-width:453px}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.leave-modal .modal-dialog{margin-top:40px}.leave-modal .modal-header{padding:16px}.leave-modal .modal-header .modal-box__inner-columns{display:flex;align-items:center}.leave-modal .modal-header .modal-box__inner-columns .info-icon{font-size:1.6875rem;color:#ffc439}.leave-modal .modal-header .close{position:absolute;top:8px;right:8px;margin:0;padding:0}.leave-modal .modal-header .close .icon svg{font-size:1rem}.leave-modal .modal-header .modal-title{font-size:1.125rem;line-height:2rem;margin-left:15px;font-weight:500}.leave-modal .modal-body{padding:16px}.leave-modal .modal-body .description{font-size:1rem;line-height:2rem;margin-bottom:0;font-weight:400}.leave-modal .modal-body .actions{display:flex;grid-gap:16px;margin-top:32px}@media (min-width:576px){.leave-modal .modal-header{padding:16px 24px}.leave-modal .modal-body{padding:24px 24px 16px}.leave-modal .modal-body .actions{margin-top:40px}.change-password__ctas .btn,.leave-modal .modal-body .actions .btn_full{width:auto}}.pstrength-bars{display:flex;gap:2px;margin-top:8px}.pstrength-bar{height:4px;width:100%;background-color:#eee;border-radius:4px}.pstrength-bar.red{background-color:#cf000f}.pstrength-bar.orange{background-color:#ffc439}.pstrength-bar.green{background-color:#67a509}.pstrength-info{font-size:.75rem;line-height:1rem;margin-top:4px;color:#3e3e3e;font-weight:400}.change-password{padding-top:0}.change-password .globalMessages .notification:first-child{margin-top:16px}.change-password .globalMessages .notification{margin-bottom:8px}.change-password .globalMessages .notification_link{color:#fff;text-decoration:none;padding:0 5px}.change-password .globalMessages .notification_link:hover{text-decoration:none;color:#fff}.change-password .warning-required{margin-top:0;margin-bottom:24px}.change-password .warning-required:before{margin-right:4px}.change-password__header .title{font-size:1.625rem;line-height:2.25rem;margin-bottom:24px}.change-password .account-nav{margin-bottom:16px}.change-password__form .form-row{padding:0;margin:0 0 24px}.change-password__form .form-row__field,.change-password__form .form-row__label{padding-right:0;padding-left:0}.change-password__form .form-row__label:before{margin-right:4px}.change-password__form .form-row__error,.change-password__form .form-row__info{padding-left:0}.change-password__form .form-row .tbx{padding-right:35px}.change-password__form .form-row .toggle-show{font-size:1rem;cursor:pointer;position:absolute;right:8px;top:0;height:100%;display:inline-flex;align-items:center;justify-content:center;width:24px}.change-password__form .form-row .input-wrap{position:relative}.change-password__ctas{display:flex}.change-password__ctas .btn--cancel{margin-left:16px}@media (min-width:768px){.change-password__header .title{font-size:2.125rem;line-height:2.875rem}.change-password .account-nav{margin-bottom:24px}.change-password__form{max-width:384px}}@media (min-width:992px){.change-password{padding-top:40px}.change-password .globalMessages .notification:first-child{margin-top:0}.change-password .globalMessages .notification:last-child{margin-bottom:24px}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ti__estimate,.ti__step{display:flex}.ti__step{flex-wrap:wrap;align-items:flex-start;align-content:flex-start;justify-content:flex-start}.ti__step1{padding-bottom:15px;border-bottom:1px solid #ccc}.ti__card,.ti__floors{flex:0 0 58.33333%;max-width:58.33333%}.ti__error,.ti__estimate{flex:0 0 100%;max-width:100%}.ti__error{margin-top:10px}.ti__error .notification_general{margin:0}.ti__estimate{flex-wrap:wrap;margin-top:15px}.ti__floors{padding-right:15px}.ti__floors-invalid input{border-color:#cf000f}.ti__total{flex:0 0 41.66667%;max-width:41.66667%;position:relative;padding-left:15px}.ti__total.less-then-5 .ti-total-area__warning{color:#cf000f}.ti__total.less-then-5 .ti-total-area__form-row [name=ti-total-area]{border-color:#cf000f}.ti__total__control-holder,.ti__total__control-installation{margin:15px 0}.ti__total__warning{font-size:.75rem;line-height:.875rem;text-align:center}.ti__total .bw .stock__tab{width:50%}.ti__total .bw .store__name{max-width:270px}.ti__total_bw{outline:4px solid #8b8b8b;border-left:0}.ti__prod{margin-top:15px}.ti__prod_img>img{height:110px}.ti__prod_list,.ti__prod_title{margin-left:15px;line-height:24px;margin-bottom:0}.ti__prod_title{font-size:1.125rem;font-weight:500}.ti__prod_list{padding-left:16px;font-size:.875rem;font-weight:400;padding-top:5px}@media (min-width:768px){.ti__prod{display:-ms-grid;display:grid;-ms-grid-rows:auto 3fr;grid-template-rows:auto 3fr;-ms-grid-columns:150px auto;grid-template-columns:150px auto;grid-auto-flow:row}.ti__prod_img{-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/span 1;-ms-grid-row:1;-ms-grid-row-span:2;grid-row:1/span 2}.ti__prod_title{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/span 1;-ms-grid-row:1;-ms-grid-row-span:1;grid-row:1/span 1}.ti__prod_list{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/span 1;-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/span 1}}@media (min-width:768px) and (max-width:991.98px){.ti__floors,.ti__total{flex:0 0 50%;max-width:50%}.ti__prod{-ms-grid-columns:130px auto;grid-template-columns:130px auto;margin:10px 0}.ti__prod_img>img{height:100px}}@media (max-width:991.98px){.ti__card{flex:0 0 100%;max-width:100%}.ti__error{margin-top:10px}.ti__overview{flex:0 0 100%;max-width:100%;margin-bottom:15px}.ti__overview-price{flex:0 0 100%;max-width:100%;padding:0}.ti__overview-price_total-rest{text-align:right;font-size:.875rem;font-weight:700;line-height:22px}.ti__overview-price_area,.ti__overview-price_head,.ti__overview-price_total{padding:8px 15px;background:#eee;height:auto}.ti__overview-price_area:after,.ti__overview-price_head:after,.ti__overview-price_total:after{display:none}.ti__overview-price_area-text,.ti__overview-price_head-text,.ti__overview-price_total-text{font-size:.875rem;font-weight:700;line-height:17px}.ti__overview-price_area-value,.ti__overview-price_head-value,.ti__overview-price_total-value{font-size:1.125rem;font-weight:700;line-height:24px}.ti__overview-price_acess{padding:8px 15px}.ti__overview-price-estim .ti__overview-price_total:before,.ti__overview-price_floor-only .ti__overview-price_total:before{display:none}.ti__overview-price_floor-only .ti__overview-price_total{padding-top:15px;padding-bottom:10px}.ti__overview-price_shortcut{padding:15px 15px 10px}.ti__overview-price_shortcut-link,.ti__overview-price_shortcut-text{text-align:left}.ti__total .bw .store__name{max-width:170px}}@media (max-width:767.98px){.ti__floors{padding-right:0}.ti__floors,.ti__total{flex:0 0 100%;max-width:100%}.ti__total{padding-left:0;margin-top:10px}.ti__prod{display:block;margin:10px 0}.ti__prod_img{float:left}.ti__prod_img>img{height:80px;margin-right:25px}.ti__prod_title{margin-left:0;font-weight:500;padding-bottom:10px}.ti__prod_list{margin-left:10px;list-style-position:outside;padding-left:5px;padding-top:0;line-height:22px}.btn__text-desktop{display:none}.btn__text-mobile{display:block}}
|
|
1
|
+
.ti__estimate,.ti__new,.ti__next,.ti__step{display:flex}.ti__step{flex-wrap:wrap;align-items:flex-start;align-content:flex-start;justify-content:flex-start}.ti__step1,.ti__step2-active,.ti__step2-inactive,.ti__step3-active{padding-bottom:15px;border-bottom:1px solid #ccc}.ti__step2-active .ti__cost,.ti__step2-inactive .ti__cost-ready,.ti__step3-active .ti__choose{display:flex}.ti__step1-return,.ti__step2-return{position:absolute;top:50%;right:0;cursor:pointer;font-size:.875rem;font-weight:500;line-height:22px;transform:translateY(-50%);display:none}.ti__card,.ti__floors{flex:0 0 58.33333%;max-width:58.33333%}.ti__choose,.ti__cost,.ti__error,.ti__estimate,.ti__new,.ti__next{flex:0 0 100%;max-width:100%}.ti__error{margin-top:10px}.ti__error .notification_general{margin:0}.ti__estimate{flex-wrap:wrap;margin-top:15px}.ti__floors{padding-right:15px}.ti__floors-invalid input{border-color:#cf000f}.ti__total{flex:0 0 41.66667%;max-width:41.66667%;position:relative;padding-left:15px}.ti__total.less-then-5 .ti-total-area__warning{color:#cf000f}.ti__total.less-then-5 .ti-total-area__form-row [name=ti-total-area]{border-color:#cf000f}.ti__total__control-holder,.ti__total__control-installation{margin:15px 0}.ti__total__warning{font-size:.75rem;line-height:.875rem;text-align:center}.ti__total .bw .stock__tab{width:50%}.ti__total .bw .store__name{max-width:270px}.ti__total_bw{outline:4px solid #8b8b8b;border-left:0}.ti__new{justify-content:center}.ti__new-link{font-size:.875rem;font-weight:700;line-height:22px}.ti__new-link a{position:relative;top:5px;cursor:pointer;border-bottom:1px solid #0277bd;text-decoration:none}.ti__new-link a:hover{border-bottom-color:#014771}.ti__next{margin:20px 0 0;justify-content:center;align-items:center;align-content:center}.ti__next-two{display:none}.ti__next .btn{max-width:380px;display:flex;justify-content:center;align-items:center}.ti__next-button-arrow{font-size:1rem;line-height:1.5rem;font-weight:700;text-align:center;padding-left:10px}.ti__cost{display:none;flex-wrap:wrap;padding-top:15px}.ti__cost_input-invalid .ti__cost_removal-input input{border-color:#cf000f}.ti__cost_input-invalid .ti__cost_removal_error-msg{display:block}.ti__cost_error-msg,.ti__cost_removal_error-msg{font-size:.75rem;line-height:1rem;width:100%;margin:8px 0 0;color:#cf000f;display:none}.ti__cost-ready,.ti__cost_levelling,.ti__cost_options,.ti__cost_postcode,.ti__cost_removal{flex:0 0 100%;max-width:100%}.ti__cost-ready{display:none;flex-wrap:wrap}.ti__cost_postcode{padding:30px 20px;background:#f8f8f8}.ti__cost_postcode-label,.ti__cost_postcode-row{font-size:1rem;line-height:1.5rem;font-weight:500}.ti__cost_postcode-row{display:flex;flex-wrap:wrap;align-items:center;margin:0}.ti__cost_postcode-label{display:block;position:relative}.ti__cost_postcode-label:before{content:"*";display:inline-block;color:#cf000f;padding-right:4px}.ti__cost_postcode-input{padding-left:15px;width:100px}.ti__cost_postcode-input input{padding:8px}.ti__cost-invalid .ti__cost_postcode-input input{border-color:#cf000f}.ti__cost_levelling,.ti__cost_removal{margin:15px 0;padding:20px;background:#f8f8f8}.ti__cost_levelling-label,.ti__cost_levelling-title,.ti__cost_removal-label,.ti__cost_removal-title{font-size:1rem;line-height:1.5rem;font-weight:500}.ti__cost_levelling-title,.ti__cost_removal-title{margin:0;display:flex}.ti__cost_levelling-title:before,.ti__cost_removal-title:before{content:"*";display:inline-block;color:#cf000f;padding-right:8px}.ti__cost_levelling-radio,.ti__cost_removal-radio{margin:10px 0 0}.ti__cost_levelling-radio label,.ti__cost_removal-radio label{padding:0 35px}.ti__cost_levelling-row,.ti__cost_removal-row{margin:15px 0 10px;display:none;align-items:center}.ti__cost_levelling-row.ti__cost_removal-row,.ti__cost_removal-row.ti__cost_removal-row{margin:15px 0 0}.ti__cost_removal-yes .ti__cost_levelling-row,.ti__cost_removal-yes .ti__cost_removal-row{display:flex}.ti__cost_levelling-label,.ti__cost_removal-label{padding-right:15px}.ti__cost_levelling-input,.ti__cost_removal-input{width:60px;flex-shrink:0}.ti__cost_levelling-input input,.ti__cost_removal-input input{text-align:center;padding:8px}.ti__cost_options{padding:20px;background:#f8f8f8;margin:0}.ti__cost_options-title,.ti__cost_options-what{font-size:1rem;font-weight:500;display:flex}.ti__cost_options-title:before{content:"*";display:inline-block;color:#cf000f;padding-right:8px}.ti__cost_options-what{color:#0277bd;line-height:19px;text-decoration:underline;cursor:pointer;align-items:center}.ti__cost_options-what span:first-child{padding-right:2px}.ti__cost_options-what .icon{width:15px;height:100%;display:block;line-height:inherit}.ti__cost_options-list{display:flex;flex-wrap:wrap;margin-top:-1px}.ti__cost_options-item{flex:0 0 33.33333%;max-width:33.33333%;margin-top:15px;padding-right:5px}.ti__cost_levelling-title,.ti__cost_options-title{line-height:24px;margin-bottom:5px}.ti__cost_levelling .notification,.ti__cost_options .notification{margin-top:5px;margin-bottom:0;padding:8px 25px 8px 15px;line-height:22px}.ti__cost_levelling .collapsed .icon,.ti__cost_options .collapsed .icon{position:relative;transform:rotate(180deg)}.ti__cost_levelling{display:none}.ti__cost_levelling_open{display:block;margin-bottom:0}.ti__cost-invalid-2 .ti__cost_error-msg,.ti__cost-invalid .ti__cost_error-msg{display:block}.ti__choose{display:none;flex-wrap:wrap}.ti__choose_title{width:100%;padding:20px 0 10px;margin-bottom:0}.ti__choose_first{width:100%}.ti__choose_first .notification_general{margin:0}.ti__choose_divider{flex:0 0 8.33333%;max-width:8.33333%;font-size:1rem;font-weight:700;position:relative;text-align:center}.ti__choose_second{flex:0 0 100%;max-width:100%;padding-left:0}.ti__choose_second .choose{height:auto;display:flex;flex-direction:row;justify-content:start;padding:10px 20px}.ti__choose .ti__new{margin:20px 0 25px;color:#0277bd}.ti__choose .ti__new:hover{color:#014771}.ti__overview{flex:0 0 58.33333%;max-width:58.33333%}.ti__overview-price{flex:0 0 41.66667%;max-width:41.66667%;padding-top:15px;padding-left:20px;display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start}.ti__overview-price_total{height:48px}.ti__overview-price_total:after{content:"";display:block;position:absolute;bottom:0;left:20px;width:calc(100% - 40px);border-bottom:1px solid #ccc}.ti__overview-price_total-text{font-size:1.125rem;font-weight:700;line-height:46px}.ti__overview-price_total-value{font-size:1.5rem;font-weight:700;line-height:46px;color:#0a3055}.ti__overview-price_access,.ti__overview-price_area,.ti__overview-price_floor,.ti__overview-price_head,.ti__overview-price_total{width:100%;position:relative;display:flex;justify-content:flex-start;padding:0 20px;background:#f8f8f8;align-items:baseline}.ti__overview-price_access-spec,.ti__overview-price_area-spec,.ti__overview-price_floor-spec,.ti__overview-price_head-spec,.ti__overview-price_total-spec{font-size:.875rem;font-weight:700;line-height:22px}.ti__overview-price_access-rest,.ti__overview-price_area-rest,.ti__overview-price_floor-rest,.ti__overview-price_head-rest,.ti__overview-price_total-rest{margin-left:auto}.ti__overview-price_head{padding-top:10px;height:38px;font-size:1.5rem;font-weight:500;line-height:2rem}.ti__overview-price_area{padding-top:10px;height:43px}.ti__overview-price_area-wline:after{content:"";display:block;position:absolute;bottom:0;left:20px;width:calc(100% - 40px);border-bottom:1px solid #ccc}.ti__overview-price_access,.ti__overview-price_floor{display:flex;flex-direction:column}.ti__overview-price_access-head,.ti__overview-price_access-item,.ti__overview-price_floor-head,.ti__overview-price_floor-item{flex:0 0 100%;max-width:100%;display:flex;width:100%}.ti__overview-price_access-head,.ti__overview-price_floor-head{font-weight:700;padding-top:10px}.ti__overview-price_access-spec,.ti__overview-price_floor-spec{flex:0 0 58.33333%;max-width:58.33333%;flex-direction:row;font-weight:400}.ti__overview-price_access-rest,.ti__overview-price_floor-rest{flex:0 0 41.66667%;max-width:41.66667%;text-align:right;font-size:1rem;font-weight:700}.ti__overview-price-estim,.ti__overview-price_floor-only{width:100%;padding-top:10px;background:#f8f8f8}.ti__overview-price-estim .ti__overview-price_total,.ti__overview-price_floor-only .ti__overview-price_total{padding-bottom:10px;padding-top:15px}.ti__overview-price-estim .ti__overview-price_total:before,.ti__overview-price_floor-only .ti__overview-price_total:before{content:"";display:block;position:absolute;top:0;left:20px;width:calc(100% - 40px);border-top:1px solid #ccc}.ti__overview-price_floor-only .ti__overview-price_total{padding-top:0;padding-bottom:0}.ti__overview-price_floor-only .ti__overview-price_total:after{display:none}.ti__overview-price_shortcut{width:100%;background:#f8f8f8;position:relative;padding:15px 20px 10px}.ti__overview-price_shortcut-link,.ti__overview-price_shortcut-text{font-size:.875rem;line-height:22px;text-align:right;margin-bottom:0}.ti__overview-price_shortcut-text{font-weight:400}.ti__overview-price_shortcut-link{font-weight:500;text-decoration:underline}.ti__prod{margin-top:15px}.ti__prod_img>img{height:110px}.ti__prod_list,.ti__prod_title{margin-left:15px;line-height:24px;margin-bottom:0}.ti__prod_title{font-size:1.125rem;font-weight:500}.ti__prod_list{padding-left:16px;font-size:.875rem;font-weight:400;padding-top:5px}.step1-inactive,.step2-inactive,.step3-inactive,.ti__step1-inactive .step1-active{display:none}.ti__step1-inactive .step1-inactive{display:flex}.ti__step1-inactive .ti__estimate{flex:0 0 41.66667%;max-width:41.66667%}.ti__step1-inactive .ti__total{flex:0 0 100%;max-width:100%;padding-left:20px}.ti__step1-inactive .ti-total-area{padding:15px 20px 3px}.ti__step2-inactive .step2-active{display:none}.ti__step2-inactive .step2-inactive{display:flex}.btn__text-desktop{display:block}.btn__text-mobile{display:none}.ti-divider-position{bottom:30px}@media (min-width:992px){.ti__choose_divider{line-height:145px}}@media (min-width:768px){.ti__prod{display:-ms-grid;display:grid;-ms-grid-rows:auto 3fr;grid-template-rows:auto 3fr;-ms-grid-columns:150px auto;grid-template-columns:150px auto;grid-auto-flow:row}.ti__prod_img{-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/span 1;-ms-grid-row:1;-ms-grid-row-span:2;grid-row:1/span 2}.ti__prod_title{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/span 1;-ms-grid-row:1;-ms-grid-row-span:1;grid-row:1/span 1}.ti__prod_list{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/span 1;-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/span 1}}@media (min-width:768px) and (max-width:991.98px){.ti__floors,.ti__total{flex:0 0 50%;max-width:50%}.ti__prod{-ms-grid-columns:130px auto;grid-template-columns:130px auto;margin:10px 0}.ti__prod_img>img{height:100px}}@media (max-width:991.98px){.ti__card{flex:0 0 100%;max-width:100%}.ti__error{margin-top:10px}.ti__next{margin:15px 0 0}.ti__next .btn{white-space:normal;max-width:320px}.ti__cost{padding-top:10px}.ti__cost_levelling,.ti__cost_options,.ti__cost_postcode,.ti__cost_removal{padding:20px 15px}.ti__cost_levelling,.ti__cost_removal{margin:10px 0}.ti__choose_divider,.ti__choose_title{padding:15px 0}.ti__choose_divider,.ti__choose_first,.ti__choose_second{flex:0 0 100%;max-width:100%}.ti__choose_divider{padding-top:0}.ti__choose_first .ti__error{margin-bottom:15px}.ti__overview{flex:0 0 100%;max-width:100%;margin-bottom:15px}.ti__overview-price{flex:0 0 100%;max-width:100%;padding:0}.ti__overview-price_total-rest{text-align:right;font-size:.875rem;font-weight:700;line-height:22px}.ti__overview-price_area,.ti__overview-price_head,.ti__overview-price_total{padding:8px 15px;background:#eee;height:auto}.ti__overview-price_area:after,.ti__overview-price_head:after,.ti__overview-price_total:after{display:none}.ti__overview-price_area-text,.ti__overview-price_head-text,.ti__overview-price_total-text{font-size:.875rem;font-weight:700;line-height:17px}.ti__overview-price_area-value,.ti__overview-price_head-value,.ti__overview-price_total-value{font-size:1.125rem;font-weight:700;line-height:24px}.ti__overview-price_acess{padding:8px 15px}.ti__overview-price-estim .ti__overview-price_total:before,.ti__overview-price_floor-only .ti__overview-price_total:before{display:none}.ti__overview-price_floor-only .ti__overview-price_total{padding-top:15px;padding-bottom:10px}.ti__overview-price_shortcut{padding:15px 15px 10px}.ti__overview-price_shortcut-link,.ti__overview-price_shortcut-text{text-align:left}.ti__step1-inactive .ti__estimate{flex:0 0 100%;max-width:100%}.ti__step1-inactive .ti__total{padding-left:0}.ti__step1-inactive .ti-total-area{padding:15px 15px 5px}.ti__total .bw .store__name{max-width:170px}}@media (max-width:767.98px){.ti__step1-return,.ti__step2-return{transform:none;top:22px}.ti__floors{padding-right:0}.ti__floors,.ti__total{flex:0 0 100%;max-width:100%}.ti__total{padding-left:0;margin-top:10px}.ti__next{margin:10px 0 0}.ti__next .btn{max-width:100%}.ti__cost_options-what{font-size:.875rem}.ti__cost_options-list{margin-top:0}.ti__cost_options-item{flex:0 0 100%;max-width:100%;margin-top:10px;padding-right:0}.ti__choose_title{padding:10px 0}.ti__prod{display:block;margin:10px 0}.ti__prod_img{float:left}.ti__prod_img>img{height:80px;margin-right:25px}.ti__prod_title{margin-left:0;font-weight:500;padding-bottom:10px}.ti__prod_list{margin-left:10px;list-style-position:outside;padding-left:5px;padding-top:0;line-height:22px}.btn__text-desktop{display:none}.btn__text-mobile{display:block}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.modal-barcode .modal-box__container{padding:0}.modal-barcode .modal-box__container .barcode{width:100%}.modal-barcode .modal-box__container .barcode-wrap{height:100%;display:flex;justify-content:center;align-items:center;padding:40px;background:#fff}.modal-barcode .modal-box__container .barcode__discount{right:2.5rem}.modal-barcode .modal-box__container .barcode__container{padding:0}.modal-barcode .modal-box__container .barcode__container svg{height:100%;padding:15px 0}.modal-barcode .modal-box__container .barcode__footer{bottom:5px}.modal-barcode .modal-box__container .barcode__footer_text{margin-top:5px}.modal-barcode-targeted .barcode__header-info,.modal-barcode-targeted .barcode__header-title{text-align:center}.modal-barcode-targeted .barcode__header-title{font-weight:500;margin-bottom:5px}.rotation-wrap{position:absolute;bottom:15px}.rotation-wrap .phone{height:50px;width:100px;margin:40px auto 0;border:3px solid #0277bd;border-radius:10px;animation:1.5s ease-in-out infinite alternate rotate}.rotation-wrap .message{text-align:center;color:#cf000f;font-size:1em;margin-top:40px}.barcode-wrap{margin:0 auto;padding:15px;border:1px solid #ccc;position:relative}.barcode-wrap .icon svg{color:#8b8b8b;width:1rem;height:1rem}.barcode__header_name{font-weight:500;text-transform:capitalize}.barcode__container{padding:15px 0}.barcode__container svg{width:100%}.barcode__footer{text-align:center;position:relative}.barcode__footer_expand{display:none;text-align:center;font-weight:400;margin-top:10px}.barcode__footer_expand .icon svg{color:#0277bd}.barcode__discount{position:absolute;top:0;right:0}@keyframes rotate{0%{transform:rotate(0)}50%,to{transform:rotate(-90deg)}}@media (min-width:768px){.rotation-wrap{display:none}.page_tradePro-discount .modal-box_full,.page_tradePro-rewards .modal-box_full{background:#fff}.page_tradePro-discount .modal-box_full .modal-box__columns,.page_tradePro-discount .modal-box_full .modal-box__container,.page_tradePro-discount .modal-box_full .modal-box__content,.page_tradePro-discount .modal-box_full .modal-box__row,.page_tradePro-rewards .modal-box_full .modal-box__columns,.page_tradePro-rewards .modal-box_full .modal-box__container,.page_tradePro-rewards .modal-box_full .modal-box__content,.page_tradePro-rewards .modal-box_full .modal-box__row{height:100%}.page_tradePro-discount .modal-box_full .modal-box__container,.page_tradePro-rewards .modal-box_full .modal-box__container{margin-top:0;margin-bottom:0;max-width:none}.page_tradePro-discount .modal-box_full .modal-box__content,.page_tradePro-rewards .modal-box_full .modal-box__content{width:auto;box-shadow:none}.page_tradePro-discount .modal-box_full .modal-box__inner-row,.page_tradePro-rewards .modal-box_full .modal-box__inner-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.page_tradePro-discount .modal-box__columns,.page_tradePro-rewards .modal-box__columns{flex:0 0 100%;max-width:100%}}@media (max-width:767.98px){.barcode-wrap{font-size:1rem}.barcode__footer_expand{display:block}.modal-barcode .barcode__footer_expand{display:none}}@media only screen and (orientation:landscape){.rotation-wrap{display:none}.modal-barcode .modal-box__container .barcode__container svg{height:60vh;padding:0}}@media only screen and (orientation:portrait){.modal-barcode .modal-box__container .barcode-wrap{align-items:inherit}}.text-start{text-align:left}.page_tradePro-rewards .voucher__grid{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr);-ms-grid-rows:auto;grid-template-rows:auto;grid-auto-flow:dense;gap:16px}.page_tradePro-rewards .voucher__cell{border-radius:.25rem}.page_tradePro-rewards .voucher__cell:not(.voucher__description){min-height:240px}.page_tradePro-rewards .voucher__column{grid-area:auto;text-align:center}.page_tradePro-rewards .voucher__column .voucher__cell{border:1px solid #ccc;overflow:hidden}.page_tradePro-rewards .voucher__column .voucher__cell:first-child{margin-bottom:16px}.page_tradePro-rewards .voucher__image-wrap{height:100%}.page_tradePro-rewards .voucher__image-wrap img{width:100%;height:auto}.page_tradePro-rewards .voucher__barcode-img{width:311px;height:78px;margin:auto}.page_tradePro-rewards .voucher__barcode-img>*{width:100%;height:100%}@media (min-width:992px){.page_tradePro-rewards .voucher__grid{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-ms-grid-rows:246px;grid-template-rows:246px;gap:24px}.page_tradePro-rewards .voucher__cell:not(.voucher__description){height:246px}.page_tradePro-rewards .voucher__column{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:2;-ms-grid-column-span:1;grid-area:1/2/3/3}.page_tradePro-rewards .voucher__column .voucher__cell:first-child{margin-bottom:24px}.page_tradePro-rewards .voucher__image-wrap img{width:auto;height:100%}.page_tradePro-rewards .voucher__barcode-img{width:261px;height:66px}}@media (min-width:1200px){.page_tradePro-rewards .voucher__grid{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-ms-grid-rows:296px;grid-template-rows:296px;gap:24px}.page_tradePro-rewards .voucher__cell:not(.voucher__description){height:296px}.page_tradePro-rewards .voucher__barcode-img{width:450px;height:114px}}.page_tradePro-rewards .voucher__barcode-number{margin-top:4px}.page_tradePro-rewards .voucher__label{background:#0a3055;color:#fff;display:block;padding:4px;font-size:.75rem;font-weight:500}.page_tradePro-rewards .voucher__code-field{display:inline-block;padding:8px 16px;background:#f4f9fe;border-radius:.25rem;cursor:pointer}.page_tradePro-rewards .voucher__code-field input{background:0 0;border:0;width:90px;pointer-events:none}.page_tradePro-rewards .voucher__code-field .icon{color:#0277bd}.page_tradePro-rewards .voucher__description-title{font-weight:700;font-size:1rem}.page_tradePro-rewards .voucher__description-text{font-weight:400;font-size:.875rem}.page_tradePro-rewards .voucher__description-button{margin-top:16px}.page_tradePro-rewards .voucher__content{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;padding:16px}.page_tradePro-rewards .voucher--terms{padding:24px 0 16px}
|
|
1
|
+
.modal-barcode .modal-box__container{padding:0}.modal-barcode .modal-box__container .barcode{width:100%}.modal-barcode .modal-box__container .barcode-wrap{height:100%;display:flex;justify-content:center;align-items:center;padding:40px;background:#fff}.modal-barcode .modal-box__container .barcode__discount{right:2.5rem}.modal-barcode .modal-box__container .barcode__container{padding:0}.modal-barcode .modal-box__container .barcode__container svg{height:100%;padding:15px 0}.modal-barcode .modal-box__container .barcode__footer{bottom:5px}.modal-barcode .modal-box__container .barcode__footer_text{margin-top:5px}.modal-barcode-targeted .barcode__header-info,.modal-barcode-targeted .barcode__header-title{text-align:center}.modal-barcode-targeted .barcode__header-title{font-weight:500;margin-bottom:5px}.rotation-wrap{position:absolute;bottom:15px}.rotation-wrap .phone{height:50px;width:100px;margin:40px auto 0;border:3px solid #0277bd;border-radius:10px;animation:1.5s ease-in-out infinite alternate rotate}.rotation-wrap .message{text-align:center;color:#cf000f;font-size:1em;margin-top:40px}.barcode-wrap{margin:0 auto;padding:15px;border:1px solid #ccc;position:relative}.barcode-wrap .icon svg{color:#8b8b8b;width:1rem;height:1rem}.barcode__header_name{font-weight:500;text-transform:capitalize}.barcode__container{padding:15px 0}.barcode__container svg{width:100%}.barcode__footer{text-align:center;position:relative}.barcode__footer_expand{display:none;text-align:center;font-weight:400;margin-top:10px}.barcode__footer_expand .icon svg{color:#0277bd}.barcode__discount{position:absolute;top:0;right:0}@keyframes rotate{0%{transform:rotate(0)}50%,to{transform:rotate(-90deg)}}@media (min-width:768px){.rotation-wrap{display:none}.page_tradePro-discount .modal-box_full,.page_tradePro-rewards .modal-box_full{background:#fff}.page_tradePro-discount .modal-box_full .modal-box__columns,.page_tradePro-discount .modal-box_full .modal-box__container,.page_tradePro-discount .modal-box_full .modal-box__content,.page_tradePro-discount .modal-box_full .modal-box__row,.page_tradePro-rewards .modal-box_full .modal-box__columns,.page_tradePro-rewards .modal-box_full .modal-box__container,.page_tradePro-rewards .modal-box_full .modal-box__content,.page_tradePro-rewards .modal-box_full .modal-box__row{height:100%}.page_tradePro-discount .modal-box_full .modal-box__container,.page_tradePro-rewards .modal-box_full .modal-box__container{margin-top:0;margin-bottom:0;max-width:none}.page_tradePro-discount .modal-box_full .modal-box__content,.page_tradePro-rewards .modal-box_full .modal-box__content{width:auto;box-shadow:none}.page_tradePro-discount .modal-box_full .modal-box__inner-row,.page_tradePro-rewards .modal-box_full .modal-box__inner-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.page_tradePro-discount .modal-box__columns,.page_tradePro-rewards .modal-box__columns{flex:0 0 100%;max-width:100%}}@media (max-width:767.98px){.barcode-wrap{font-size:1rem}.barcode__footer_expand{display:block}.modal-barcode .barcode__footer_expand{display:none}}@media only screen and (orientation:landscape){.rotation-wrap{display:none}.modal-barcode .modal-box__container .barcode__container svg{height:60vh;padding:0}}@media only screen and (orientation:portrait){.modal-barcode .modal-box__container .barcode-wrap{align-items:inherit}}.text-start{text-align:left}.page_tradePro-rewards .voucher__grid{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr);-ms-grid-rows:auto;grid-template-rows:auto;grid-auto-flow:dense;gap:16px}.page_tradePro-rewards .voucher__cell{border-radius:.25rem}.page_tradePro-rewards .voucher__cell:not(.voucher__description){min-height:240px}.page_tradePro-rewards .voucher__column{grid-area:auto;text-align:center}.page_tradePro-rewards .voucher__column .voucher__cell{border:1px solid #ccc;overflow:hidden}.page_tradePro-rewards .voucher__column .voucher__cell:first-child{margin-bottom:16px}.page_tradePro-rewards .voucher__image-wrap{height:100%}.page_tradePro-rewards .voucher__image-wrap img{width:100%;height:auto}.page_tradePro-rewards .voucher__barcode-img{width:311px;height:78px;margin:auto}.page_tradePro-rewards .voucher__barcode-img>*{width:100%;height:100%}@media (min-width:992px){.page_tradePro-rewards .voucher__grid{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-ms-grid-rows:246px;grid-template-rows:246px;gap:24px}.page_tradePro-rewards .voucher__cell:not(.voucher__description){height:246px}.page_tradePro-rewards .voucher__column{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:2;-ms-grid-column-span:1;grid-area:1/2/3/3}.page_tradePro-rewards .voucher__column .voucher__cell:first-child{margin-bottom:24px}.page_tradePro-rewards .voucher__image-wrap img{width:auto;height:100%}.page_tradePro-rewards .voucher__barcode-img{width:261px;height:66px}}@media (min-width:1200px){.page_tradePro-rewards .voucher__grid{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-ms-grid-rows:296px;grid-template-rows:296px;gap:24px}.page_tradePro-rewards .voucher__cell:not(.voucher__description){height:296px}.page_tradePro-rewards .voucher__barcode-img{width:450px;height:114px}}.page_tradePro-rewards .voucher__barcode-number{margin-top:4px}.page_tradePro-rewards .voucher__label{background:#0a3055;color:#fff;display:block;padding:4px;font-size:.75rem;font-weight:500}.page_tradePro-rewards .voucher__code-field{display:inline-block;height:40px;padding:8px 16px;background:#f4f9fe;border-radius:.25rem;cursor:pointer}.page_tradePro-rewards .voucher__code-field input{background:0 0;border:0;width:90px;pointer-events:none}.page_tradePro-rewards .voucher__code-field .icon{color:#0277bd}.page_tradePro-rewards .voucher__description-title{font-weight:700;font-size:1rem}.page_tradePro-rewards .voucher__description-text{font-weight:400;font-size:.875rem}.page_tradePro-rewards .voucher__description-button{margin-top:16px}.page_tradePro-rewards .voucher__content{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;padding:16px}.page_tradePro-rewards .voucher--terms{padding:24px 0 16px}
|