wickes-css2 2.105.0-develop.1 → 2.105.0-develop.11
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/Readme.md +5 -4
- package/build/css/category-main.css +1 -1
- package/build/css/components/checkout-payment-details-v2.css +1 -1
- package/build/css/homepage-main.css +1 -1
- package/build/css/kitchen-plp-main.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/checkout-new.css +1 -1
- package/build/css/pages/checkout.css +1 -1
- package/build/css/pages/my-account-v2.css +1 -1
- package/build/css/pages/page_checkout_delivery-new.css +1 -1
- package/build/css/pages/page_discount.css +1 -1
- package/build/css/pages/page_product_search.css +1 -1
- package/build/css/pages/page_products-list-combined.css +1 -1
- package/build/css/pages/page_products-list.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/css/plp-main.css +1 -1
- package/build/css/store-locator-main.css +1 -1
- package/build/img/google-pay-mark.svg +11 -0
- package/build/img/quick-filters/bath1.svg +10 -0
- package/build/img/quick-filters/bath3.svg +3 -0
- package/build/img/quick-filters/bath4.svg +10 -0
- package/build/img/quick-filters/bath5.svg +10 -0
- package/build/img/quick-filters/image1.jpg +0 -0
- package/build/img/quick-filters/image2.jpg +0 -0
- package/build/img/quick-filters/image3.jpg +0 -0
- package/build/js/account-members.min.js +1 -1
- package/build/js/basket.min.js +2 -2
- package/build/js/bundle.min.js +1 -1
- package/build/js/checkout.min.js +2 -2
- package/build/js/emulation.min.js +12140 -11596
- package/build/js/general.bundle.min.js +1 -1
- package/build/js/kitchen/kitchen-plp.min.js +1 -9
- package/build/js/merged-checkout.min.js +2 -2
- package/build/js/mini-basket-slider.min.js +1 -1
- package/build/js/my-account.min.js +1 -1
- package/build/js/page/basket/basket-update-cart-action.js +59 -56
- package/build/js/page/basket/basket-update-cart.js +27 -27
- package/build/js/page/basket/basket-utils.js +40 -33
- package/build/js/page/basket/mini-basket-total.js +70 -66
- package/build/js/page/basket/quantity-change-handler.js +73 -55
- package/build/js/page/basket/update-quantity-operation.js +39 -30
- package/build/js/page/basket/update-quantity.js +62 -62
- package/build/js/page/basket-v2.js +360 -225
- package/build/js/page/billie-business-type.js +27 -27
- package/build/js/page/checkout-payment-details.js +301 -299
- package/build/js/page/components/billie-modal.js +31 -0
- package/build/js/page/components/discounts.js +39 -36
- package/build/js/page/components/mini-basket-slider.js +604 -545
- package/build/js/page/filters/desktop-nav.js +64 -0
- package/build/js/page/filters/mobile-nav.js +93 -0
- package/build/js/page/filters/plp-filters-chips.js +92 -0
- package/build/js/page/filters/plp-filters-mobile.js +150 -0
- package/build/js/page/filters/plp-filters-panel.js +123 -0
- package/build/js/page/filters/plp-filters-utils.js +66 -0
- package/build/js/page/filters/plp-filters.js +268 -0
- package/build/js/page/filters/sort-by.js +172 -0
- package/build/js/page/kitchen/colour-swatches.js +5 -2
- package/build/js/page/klarna-modal-scroll-disable.js +4 -4
- package/build/js/page/my-account.js +32 -47
- package/build/js/page/online-exclusive.js +28 -31
- package/build/js/page/quick-filter.js +108 -0
- package/build/js/page/search-filter.js +62 -0
- package/build/js/page/share-project-list.js +57 -0
- package/build/js/page/tradePro-rewards.js +69 -39
- package/build/js/page/utils/copy-to-clipboard.js +79 -47
- package/build/js/page/utils/helpers.js +14 -9
- package/build/js/page/utils/show-more-less.js +273 -0
- package/build/js/pdp.bundle.min.js +1 -1
- package/build/js/plp-filters.min.js +9 -0
- package/build/js/plp.bundle.min.js +1 -1
- package/build/js/project-list.min.js +143 -85
- package/build/js/search-filter.min.js +1 -0
- package/build/js/share-project-list.min.js +1 -0
- package/build/js/tradePro-rewards.min.js +1 -1
- package/package.json +4 -2
- package/src/components/.DS_Store +0 -0
- package/src/components/accordion.hbs +2 -2
- package/src/components/checkout-payment-details-v2.hbs +1 -1
- package/src/components/date-selection.hbs +25 -6
- package/src/components/generate-project-id.hbs +1 -1
- package/src/components/kitchen/dropdown.hbs +6 -3
- package/src/components/kitchen/filter-modal-content-kitchen.hbs +10 -0
- package/src/components/kitchen/filter-modal.hbs +10 -13
- package/src/components/kitchen/kitchen-card.hbs +1 -1
- package/src/components/kitchen/plp-filters.hbs +3 -1
- package/src/components/kitchen/sort-by.hbs +1 -1
- package/src/components/my-account/barcode.hbs +1 -3
- package/src/components/my-account/cards-swap.hbs +10 -0
- package/src/components/my-account/clipboard-code-card.hbs +3 -3
- package/src/components/my-account/discount.hbs +1 -1
- package/src/components/my-account/greetings.hbs +1 -1
- package/src/components/order-summary.hbs +1 -0
- package/src/components/price-block-v2.hbs +1 -0
- package/src/components/quick-filter.hbs +56 -0
- package/src/components/search-filter-modal-content.hbs +102 -0
- package/src/components/search-filter.hbs +121 -112
- package/src/components/shopping-list-with-share-list-v2.hbs +28 -10
- package/src/components/shopping-list.hbs +5 -5
- package/src/data/data_plp_load-more.json +1 -1
- package/src/data/data_quick-filter.json +508 -0
- package/src/data/my-account/data_my-account.json +9 -0
- package/src/elements/btn.hbs +7 -0
- package/src/img/google-pay-mark.svg +11 -0
- package/src/img/quick-filters/bath1.svg +10 -0
- package/src/img/quick-filters/bath3.svg +3 -0
- package/src/img/quick-filters/bath4.svg +10 -0
- package/src/img/quick-filters/bath5.svg +10 -0
- package/src/img/quick-filters/image1.jpg +0 -0
- package/src/img/quick-filters/image2.jpg +0 -0
- package/src/img/quick-filters/image3.jpg +0 -0
- package/src/js/components/cards-swap.js +74 -0
- package/src/js/components/general/accordion.js +44 -33
- package/src/js/components/general/cart-slider.js +19 -16
- package/src/js/components/general/create-popup-slider.js +168 -173
- package/src/js/components/pdp-billie-modal-scroll-reset.js +53 -0
- package/src/js/components/share-project-list.js +8 -5
- package/src/js/emulation/big-wins.js +1081 -904
- package/src/js/emulation/billie-modal.js +39 -18
- package/src/js/emulation/checkout-payment-details.js +47 -38
- package/src/js/emulation/custom-slider-emulation.js +17 -13
- package/src/js/emulation/filters-emulation.js +164 -0
- package/src/js/emulation/forms.js +360 -323
- package/src/js/emulation/mini-basket-data.js +1051 -923
- package/src/js/emulation/paymentLoader.js +17 -17
- package/src/js/emulation/pdf-file-loader.js +89 -91
- package/src/js/emulation/popover-mini-basket.js +246 -239
- package/src/js/emulation/product-counter.js +50 -0
- package/src/js/emulation/project-list-pdp.js +320 -316
- package/src/js/emulation/repayment-toggle.js +23 -24
- package/src/js/emulation/reset-filter-desktop.js +5 -0
- package/src/js/emulation/selectable.js +22 -18
- package/src/js/emulation/wismo-details.js +23 -31
- package/src/js/page/basket/basket-update-cart-action.js +59 -56
- package/src/js/page/basket/basket-update-cart.js +27 -27
- package/src/js/page/basket/basket-utils.js +40 -33
- package/src/js/page/basket/mini-basket-total.js +70 -66
- package/src/js/page/basket/quantity-change-handler.js +73 -55
- package/src/js/page/basket/update-quantity-operation.js +39 -30
- package/src/js/page/basket/update-quantity.js +62 -62
- package/src/js/page/basket-v2.js +360 -225
- package/src/js/page/billie-business-type.js +27 -27
- package/src/js/page/checkout-payment-details.js +301 -299
- package/src/js/page/components/billie-modal.js +31 -0
- package/src/js/page/components/discounts.js +39 -36
- package/src/js/page/components/mini-basket-slider.js +604 -545
- package/src/js/page/filters/desktop-nav.js +64 -0
- package/src/js/page/filters/mobile-nav.js +93 -0
- package/src/js/page/filters/plp-filters-chips.js +92 -0
- package/src/js/page/filters/plp-filters-mobile.js +150 -0
- package/src/js/page/filters/plp-filters-panel.js +123 -0
- package/src/js/page/filters/plp-filters-utils.js +66 -0
- package/src/js/page/filters/plp-filters.js +268 -0
- package/src/js/page/filters/sort-by.js +172 -0
- package/src/js/page/kitchen/colour-swatches.js +5 -2
- package/src/js/page/klarna-modal-scroll-disable.js +4 -4
- package/src/js/page/my-account.js +32 -47
- package/src/js/page/online-exclusive.js +28 -31
- package/src/js/page/quick-filter.js +108 -0
- package/src/js/page/search-filter.js +62 -0
- package/src/js/page/share-project-list.js +57 -0
- package/src/js/page/tradePro-rewards.js +69 -39
- package/src/js/page/utils/copy-to-clipboard.js +79 -47
- package/src/js/page/utils/helpers.js +14 -9
- package/src/js/page/utils/show-more-less.js +273 -0
- package/src/page_empty-shared-project-list-bicester-hub.html +4 -0
- package/src/page_empty-shopping-list_guest.html +1 -0
- package/src/page_kitchen-plp.html +2 -2
- package/src/page_my-account-installer.html +1 -1
- package/src/page_my-account-trade-pro-carousel-double.html +127 -0
- package/src/page_my-account-trade-pro-carousel.html +134 -0
- package/src/page_my-account-trade-pro.html +1 -1
- package/src/page_my-shopping-list-add-notes.html +1 -0
- package/src/page_my-shopping-list-energy.html +1 -0
- package/src/page_my-shopping-list-hide-download.html +3 -2
- package/src/page_my-shopping-list-pdf.html +2 -0
- package/src/page_my-shopping-list-saved-ref.html +1 -0
- package/src/page_my-shopping-list-wisdom-oos-registered.html +1 -0
- package/src/page_my-shopping-list-wisdom-oos.html +1 -0
- package/src/page_my-shopping-list-wisdom-partial-registered.html +1 -0
- package/src/page_my-shopping-list-wisdom-registered.html +1 -0
- package/src/page_my-shopping-list-wisdom.html +1 -0
- package/src/page_my-shopping-list.html +1 -0
- package/src/page_my-shopping-list_not-register.html +3 -0
- package/src/page_plp-with-paint.html +2 -7
- package/src/page_plp.html +2 -7
- package/src/page_plp_v2-energy-efficiency.html +1 -6
- package/src/page_plp_v2-favourite-products.html +6 -7
- package/src/page_plp_v2-quick-filter_colourSwatches_11.html +79 -0
- package/src/page_plp_v2-quick-filter_colourSwatches_5.html +79 -0
- package/src/page_plp_v2-quick-filter_iconAndText_5.html +79 -0
- package/src/page_plp_v2-quick-filter_iconAndText_9.html +79 -0
- package/src/page_plp_v2-quick-filter_iconOnly_11.html +79 -0
- package/src/page_plp_v2-quick-filter_iconOnly_5.html +79 -0
- package/src/page_plp_v2-quick-filter_imageAndText_5.html +79 -0
- package/src/page_plp_v2-quick-filter_imageAndText_9.html +79 -0
- package/src/page_plp_v2-quick-filter_textOnly_5.html +79 -0
- package/src/page_plp_v2-quick-filter_textOnly_9.html +79 -0
- package/src/page_plp_v2-vat.html +2 -7
- package/src/page_plp_v2.html +22 -9
- package/src/page_product-details-tile-steps-klarna-widget-with-method-ids.html +120 -0
- package/src/page_product_search-vat.html +2 -7
- package/src/page_product_search.html +2 -7
- package/src/page_project-list-generate-project-list-ID.html +3 -0
- package/src/page_project-list-vat.html +4 -0
- package/src/page_project-list-with-new-share-popup-android.html +16 -0
- package/src/page_project-list-with-new-share-popup-ios.html +16 -0
- package/src/page_project-list-with-new-share-popup.html +2 -1
- package/src/page_search-results.html +2 -7
- package/src/page_shared-project-list-bicester-hub.html +3 -1
- package/src/page_shopping-cart-v2-klarna-with-method-ids.html +50 -0
- package/src/page_tradepro-discount-app.html +1 -1
- package/src/page_tradepro-discount-double.html +109 -0
- package/src/page_tradepro-discount.html +36 -2
- package/src/partials/head.hbs +1 -0
- package/src/scss/common/_common.scss +10 -4
- package/src/scss/components/_accordion.scss +1 -3
- package/src/scss/components/_custom-slider.scss +17 -16
- package/src/scss/components/_date-selection-add-new-styles.scss +48 -7
- package/src/scss/components/_date-selection.scss +80 -1
- package/src/scss/components/{kitchen/_filter-modal.scss → _filter-modal.scss} +55 -4
- package/src/scss/components/{kitchen/_plp-filters.scss → _plp-filters.scss} +31 -13
- package/src/scss/components/_popover-mini-basket.scss +3 -3
- package/src/scss/components/_quick-filter.scss +288 -0
- package/src/scss/components/_search-filter.scss +95 -15
- package/src/scss/components/_shared-shopping-list.scss +22 -0
- package/src/scss/components/_shopping-list.scss +18 -8
- package/src/scss/components/_sort-by.scss +190 -0
- package/src/scss/components/checkout-chip.scss +2 -2
- package/src/scss/components/checkout-payment-details-v2.scss +10 -4
- package/src/scss/components/checkout-payment-repayment-terms.scss +1 -1
- package/src/scss/components/kitchen/_price-tooltip.scss +1 -1
- package/src/scss/components/kitchen/_price.scss +1 -1
- package/src/scss/components/my-account/_barcode.scss +9 -1
- package/src/scss/components/my-account/_cards-swap.scss +60 -0
- package/src/scss/components/my-account/_clipboard-code.scss +11 -3
- package/src/scss/components/my-account/_discount.scss +12 -2
- package/src/scss/globals/_global-components.scss +3 -0
- package/src/scss/helpers/_colors-semantic.scss +68 -68
- package/src/scss/helpers/_variables.scss +244 -196
- package/src/scss/kitchen-plp-main.scss +0 -4
- package/src/scss/main.scss +65 -65
- package/src/scss/pages/_checkout-confirmation-new.scss +49 -21
- package/src/scss/pages/my-account-v2.scss +42 -5
- package/src/scss/pages/page_discount.scss +8 -4
- package/src/scss/pages/page_product-details-v2.scss +1 -4
- package/src/scss/pages/page_product_search.scss +9 -1
- package/src/scss/pages/page_products-list-combined.scss +28 -24
- package/src/scss/pages/page_products-list.scss +8 -0
- package/src/scss/pages/tradePro-rewards.scss +3 -4
- package/src/scss/plp-main.scss +1 -0
- package/src/sitemap.html +40 -4
- package/build/img/google-pay-mark.png +0 -0
- package/build/js/page/accordion.js +0 -35
- package/build/js/page/kitchen/plp-filters-chips.js +0 -90
- package/build/js/page/kitchen/plp-filters-mobile.js +0 -72
- package/build/js/page/kitchen/plp-filters-panel.js +0 -119
- package/build/js/page/kitchen/plp-filters-utils.js +0 -65
- package/build/js/page/kitchen/plp-filters.js +0 -205
- package/build/js/page/kitchen/sort-by.js +0 -157
- package/src/img/google-pay-mark.png +0 -0
- package/src/js/components/general/search-filter.js +0 -21
- package/src/js/page/accordion.js +0 -35
- package/src/js/page/kitchen/plp-filters-chips.js +0 -90
- package/src/js/page/kitchen/plp-filters-mobile.js +0 -72
- package/src/js/page/kitchen/plp-filters-panel.js +0 -119
- package/src/js/page/kitchen/plp-filters-utils.js +0 -65
- package/src/js/page/kitchen/plp-filters.js +0 -205
- package/src/js/page/kitchen/sort-by.js +0 -157
package/src/scss/main.scss
CHANGED
|
@@ -3,76 +3,76 @@
|
|
|
3
3
|
@import 'common/vat-toggle';
|
|
4
4
|
|
|
5
5
|
// Components
|
|
6
|
-
@import 'components/request-pass'
|
|
7
|
-
@import 'components/popup-delivery'
|
|
8
|
-
@import 'components/user-address'
|
|
9
|
-
@import 'components/order-header'
|
|
10
|
-
@import 'components/merge-basket-options'
|
|
11
|
-
@import 'components/tables'
|
|
12
|
-
@import 'components/video'
|
|
6
|
+
@import 'components/request-pass'; //checkout & my-acc + tradepro
|
|
7
|
+
@import 'components/popup-delivery'; //checkout
|
|
8
|
+
@import 'components/user-address'; //checkout & my-acc + tradepro & components (recheck for modal-content class)
|
|
9
|
+
@import 'components/order-header'; //my-acc + tradepro
|
|
10
|
+
@import 'components/merge-basket-options'; //checkout & components
|
|
11
|
+
@import 'components/tables'; //my-acc + tradepro
|
|
12
|
+
@import 'components/video'; //iframe video(to be checked if is used)
|
|
13
13
|
|
|
14
|
-
@import 'components/modal-slider'
|
|
15
|
-
@import 'components/product-card'
|
|
16
|
-
@import 'components/product-card-preview'
|
|
17
|
-
@import 'components/your-details'
|
|
18
|
-
@import 'components/map'
|
|
19
|
-
@import 'components/aside-nav2'
|
|
20
|
-
@import 'components/account-heading'
|
|
21
|
-
@import 'components/card-store-locator'
|
|
22
|
-
@import 'components/offer-banner'
|
|
23
|
-
@import 'components/pagination'
|
|
24
|
-
@import 'components/price-block'
|
|
25
|
-
@import 'components/back-to-top'
|
|
26
|
-
@import 'components/payments'
|
|
27
|
-
@import 'components/notifications'
|
|
28
|
-
@import 'components/popover-mini-basket'
|
|
14
|
+
@import 'components/modal-slider'; //deep dependence
|
|
15
|
+
@import 'components/product-card'; //deep dependence
|
|
16
|
+
@import 'components/product-card-preview'; //deep dependence
|
|
17
|
+
@import 'components/your-details'; //deep dependence
|
|
18
|
+
@import 'components/map'; //deep dependence
|
|
19
|
+
@import 'components/aside-nav2'; //deep dependence
|
|
20
|
+
@import 'components/account-heading'; //deep dependence
|
|
21
|
+
@import 'components/card-store-locator'; //deep dependence
|
|
22
|
+
@import 'components/offer-banner'; //deep dependence
|
|
23
|
+
@import 'components/pagination'; //deep dependence
|
|
24
|
+
@import 'components/price-block'; //deep dependence
|
|
25
|
+
@import 'components/back-to-top'; //deep dependence
|
|
26
|
+
@import 'components/payments'; //deep dependence
|
|
27
|
+
@import 'components/notifications'; //deep dependence
|
|
28
|
+
@import 'components/popover-mini-basket'; //deep dependence
|
|
29
29
|
@import 'components/custom-slider';
|
|
30
|
-
@import 'components/lines-group'
|
|
31
|
-
@import 'components/autocomplete'
|
|
32
|
-
@import 'components/card'
|
|
33
|
-
@import 'components/accordion'
|
|
34
|
-
@import 'components/order-line'
|
|
35
|
-
@import 'components/clamp'
|
|
36
|
-
@import 'components/cookies-policy'
|
|
30
|
+
@import 'components/lines-group'; //deep dependence
|
|
31
|
+
@import 'components/autocomplete'; //deep dependence
|
|
32
|
+
@import 'components/card'; //deep dependence
|
|
33
|
+
@import 'components/accordion'; //deep dependence
|
|
34
|
+
@import 'components/order-line'; //deep dependence
|
|
35
|
+
@import 'components/clamp'; //deep
|
|
36
|
+
@import 'components/cookies-policy'; //deep dependence
|
|
37
37
|
@import 'components/snack-bar';
|
|
38
38
|
//used in many pages
|
|
39
39
|
|
|
40
|
-
@import 'components/card-slider'
|
|
41
|
-
@import 'components/pagination__shopping-list'
|
|
42
|
-
@import 'components/search-filter'
|
|
43
|
-
@import 'components/category-tree'
|
|
44
|
-
@import 'components/steps'
|
|
45
|
-
@import 'components/steps-three'
|
|
46
|
-
@import 'components/modal-box'
|
|
47
|
-
@import 'components/legal-info'
|
|
48
|
-
@import 'components/card-store-collect'
|
|
49
|
-
@import 'components/click-and-collect-modal'
|
|
50
|
-
@import 'components/find-a-store'
|
|
51
|
-
@import 'components/page-overlay'
|
|
52
|
-
@import 'components/not-logged-in-message'
|
|
53
|
-
@import 'components/order-line-shop-list'
|
|
54
|
-
@import 'components/share-list-modal'
|
|
55
|
-
@import 'components/shopping-list'
|
|
56
|
-
@import 'components/shopping-list-note'
|
|
57
|
-
@import 'components/project-list-total'
|
|
58
|
-
@import 'components/counter-list'
|
|
59
|
-
@import 'components/shared-shopping-list'
|
|
60
|
-
@import 'components/price-badges'
|
|
61
|
-
@import 'components/loader'
|
|
62
|
-
@import 'components/trade-pro-extras'
|
|
63
|
-
@import 'components/payment-transactions'
|
|
64
|
-
@import 'components/wismo-info-banner'
|
|
65
|
-
@import 'components/charity-donations'
|
|
66
|
-
@import 'components/donation-cart'
|
|
67
|
-
@import 'components/checkout-loader-modal'
|
|
68
|
-
@import 'components/range-card'
|
|
69
|
-
@import 'components/finance'
|
|
70
|
-
@import 'components/tc-generic'
|
|
71
|
-
@import 'components/tc-generic-floor'
|
|
72
|
-
@import 'components/next-steps'
|
|
73
|
-
@import 'components/card-color-slider'
|
|
74
|
-
@import 'components/gallery'
|
|
75
|
-
@import 'components/tabs'
|
|
40
|
+
@import 'components/card-slider'; // pdp, home, top-rated
|
|
41
|
+
@import 'components/pagination__shopping-list'; //only shopping list
|
|
42
|
+
@import 'components/search-filter'; //plp & product-search & search result
|
|
43
|
+
@import 'components/category-tree'; //product-search & plp
|
|
44
|
+
@import 'components/steps'; //checkout & in-store & tradePro
|
|
45
|
+
@import 'components/steps-three'; //checkout progress bar for three steps
|
|
46
|
+
@import 'components/modal-box'; //pdp & checkout & kitchen-claims
|
|
47
|
+
@import 'components/legal-info'; //plp + product search + search result
|
|
48
|
+
@import 'components/card-store-collect'; //pdp + shopping list
|
|
49
|
+
@import 'components/click-and-collect-modal'; // pdp + shopping list
|
|
50
|
+
@import 'components/find-a-store'; //store locator + components
|
|
51
|
+
@import 'components/page-overlay'; //homepage & pdp + checkout
|
|
52
|
+
@import 'components/not-logged-in-message'; //pdp + shopping list
|
|
53
|
+
@import 'components/order-line-shop-list'; //shopping list
|
|
54
|
+
@import 'components/share-list-modal'; //shopping list
|
|
55
|
+
@import 'components/shopping-list'; //shopping list
|
|
56
|
+
@import 'components/shopping-list-note'; //shopping list
|
|
57
|
+
@import 'components/project-list-total'; //shopping list
|
|
58
|
+
@import 'components/counter-list'; //shopping list
|
|
59
|
+
@import 'components/shared-shopping-list'; //shopping list
|
|
60
|
+
@import 'components/price-badges'; //plp + pdp + product search + badges
|
|
61
|
+
@import 'components/loader'; //installer + checkout + loader page
|
|
62
|
+
@import 'components/trade-pro-extras'; //only tp
|
|
63
|
+
@import 'components/payment-transactions'; //wismo-asm + my-acc-asm
|
|
64
|
+
@import 'components/wismo-info-banner'; //only wismo
|
|
65
|
+
@import 'components/charity-donations'; //shopping cart
|
|
66
|
+
@import 'components/donation-cart'; //shopping cart charity
|
|
67
|
+
@import 'components/checkout-loader-modal'; //checkout
|
|
68
|
+
@import 'components/range-card'; //range cards
|
|
69
|
+
@import 'components/finance'; //partially not used(finance class)
|
|
70
|
+
@import 'components/tc-generic'; //tiling calculator
|
|
71
|
+
@import 'components/tc-generic-floor'; //tiling calculator
|
|
72
|
+
@import 'components/next-steps'; //tiling calculator
|
|
73
|
+
@import 'components/card-color-slider'; //range cards
|
|
74
|
+
@import 'components/gallery'; //range cards
|
|
75
|
+
@import 'components/tabs'; //range cards
|
|
76
76
|
@import 'components/order-summary'; //checkout
|
|
77
77
|
@import 'components/checkout-action'; //checkout
|
|
78
78
|
@import 'components/checkout-header'; //checkout
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
&__title {
|
|
26
|
+
margin-bottom: 16px;
|
|
26
27
|
font-size: 1.625rem;
|
|
27
28
|
line-height: 1.875rem;
|
|
28
29
|
font-weight: 400;
|
|
@@ -70,7 +71,7 @@
|
|
|
70
71
|
|
|
71
72
|
&__info {
|
|
72
73
|
text-align: center;
|
|
73
|
-
font-size: .875rem;
|
|
74
|
+
font-size: 0.875rem;
|
|
74
75
|
max-width: 500px;
|
|
75
76
|
margin: 0 auto;
|
|
76
77
|
padding: 44px 0 50px;
|
|
@@ -103,7 +104,7 @@
|
|
|
103
104
|
}
|
|
104
105
|
|
|
105
106
|
&__subscribe-message {
|
|
106
|
-
font-size: .875rem;
|
|
107
|
+
font-size: 0.875rem;
|
|
107
108
|
}
|
|
108
109
|
}
|
|
109
110
|
}
|
|
@@ -163,7 +164,7 @@
|
|
|
163
164
|
@include make-col(12);
|
|
164
165
|
|
|
165
166
|
.form-row__label {
|
|
166
|
-
font-size: .875rem;
|
|
167
|
+
font-size: 0.875rem;
|
|
167
168
|
line-height: 1rem;
|
|
168
169
|
}
|
|
169
170
|
|
|
@@ -208,7 +209,7 @@
|
|
|
208
209
|
}
|
|
209
210
|
|
|
210
211
|
&-vat {
|
|
211
|
-
font-size: .75rem;
|
|
212
|
+
font-size: 0.75rem;
|
|
212
213
|
margin-top: -15px;
|
|
213
214
|
}
|
|
214
215
|
}
|
|
@@ -284,19 +285,49 @@
|
|
|
284
285
|
|
|
285
286
|
[data-is-logged-in='true'] {
|
|
286
287
|
body {
|
|
287
|
-
background: #
|
|
288
|
+
background: #f00 !important;
|
|
288
289
|
}
|
|
289
290
|
}
|
|
290
291
|
|
|
291
292
|
[data-is-logged-in='false'] {
|
|
292
293
|
body {
|
|
293
|
-
background: #
|
|
294
|
+
background: #00f !important;
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
@include media-breakpoint-up(sm) {
|
|
300
|
+
.page_checkout-confirmation-new {
|
|
301
|
+
.header {
|
|
302
|
+
&__title {
|
|
303
|
+
margin-bottom: 8px;
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.confirmation-result {
|
|
308
|
+
&__action {
|
|
309
|
+
&-full-width {
|
|
310
|
+
display: flex;
|
|
311
|
+
flex-direction: row;
|
|
312
|
+
|
|
313
|
+
.btn {
|
|
314
|
+
width: 231px;
|
|
315
|
+
margin: 0 10px;
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
}
|
|
294
319
|
}
|
|
295
320
|
}
|
|
296
321
|
}
|
|
297
322
|
|
|
298
323
|
@include media-breakpoint-up(md) {
|
|
299
324
|
.page_checkout-confirmation-new {
|
|
325
|
+
.header {
|
|
326
|
+
&__title {
|
|
327
|
+
margin-bottom: 0;
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
|
|
300
331
|
.content .checkout-widget {
|
|
301
332
|
&.checkout-payment {
|
|
302
333
|
.checkout-widget {
|
|
@@ -368,6 +399,18 @@
|
|
|
368
399
|
}
|
|
369
400
|
}
|
|
370
401
|
}
|
|
402
|
+
|
|
403
|
+
.confirmation-result {
|
|
404
|
+
&__action {
|
|
405
|
+
&-full-width {
|
|
406
|
+
padding: 48px 0;
|
|
407
|
+
|
|
408
|
+
.btn {
|
|
409
|
+
width: 220px;
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
}
|
|
371
414
|
}
|
|
372
415
|
}
|
|
373
416
|
|
|
@@ -466,21 +509,6 @@
|
|
|
466
509
|
}
|
|
467
510
|
}
|
|
468
511
|
|
|
469
|
-
.confirmation-result {
|
|
470
|
-
&__action {
|
|
471
|
-
&-full-width {
|
|
472
|
-
display: flex;
|
|
473
|
-
flex-direction: row;
|
|
474
|
-
padding: 50px 0;
|
|
475
|
-
|
|
476
|
-
.btn {
|
|
477
|
-
width: 218px;
|
|
478
|
-
margin: 0 10px;
|
|
479
|
-
}
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
}
|
|
483
|
-
|
|
484
512
|
.content-center {
|
|
485
513
|
@include make-col(12);
|
|
486
514
|
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
@import '../components/my-account/barcode';
|
|
10
10
|
@import '../components/my-account/discount';
|
|
11
11
|
@import '../components/my-account/clipboard-code';
|
|
12
|
+
@import '../components/my-account/cards-swap';
|
|
12
13
|
@import '../components/my-account/payment-status';
|
|
13
14
|
@import '../libs/font-awesome-icons';
|
|
14
15
|
@import '../components/my-account/payment-status';
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
background: $virid-darker;
|
|
51
52
|
color: $white;
|
|
52
53
|
padding: 4px 5px;
|
|
53
|
-
font-size: .875rem;
|
|
54
|
+
font-size: 0.875rem;
|
|
54
55
|
}
|
|
55
56
|
}
|
|
56
57
|
|
|
@@ -79,10 +80,10 @@
|
|
|
79
80
|
color: $blue;
|
|
80
81
|
display: flex;
|
|
81
82
|
align-items: center;
|
|
82
|
-
transition: all .3s;
|
|
83
|
+
transition: all 0.3s;
|
|
83
84
|
|
|
84
85
|
&:hover {
|
|
85
|
-
opacity: .7;
|
|
86
|
+
opacity: 0.7;
|
|
86
87
|
text-decoration: underline;
|
|
87
88
|
}
|
|
88
89
|
|
|
@@ -108,6 +109,10 @@
|
|
|
108
109
|
color: $white;
|
|
109
110
|
padding: 16px;
|
|
110
111
|
width: 100%;
|
|
112
|
+
|
|
113
|
+
&--secondary {
|
|
114
|
+
background: $gray-wait;
|
|
115
|
+
}
|
|
111
116
|
}
|
|
112
117
|
}
|
|
113
118
|
|
|
@@ -124,6 +129,10 @@
|
|
|
124
129
|
.greetings {
|
|
125
130
|
word-break: break-all;
|
|
126
131
|
|
|
132
|
+
&--secondary {
|
|
133
|
+
color: $black;
|
|
134
|
+
}
|
|
135
|
+
|
|
127
136
|
.title {
|
|
128
137
|
font-weight: 500;
|
|
129
138
|
font-size: 1.625rem;
|
|
@@ -161,7 +170,7 @@
|
|
|
161
170
|
}
|
|
162
171
|
|
|
163
172
|
.tooltip {
|
|
164
|
-
filter: drop-shadow(0 0 8px rgba(0, 0, 0, .12));
|
|
173
|
+
filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.12));
|
|
165
174
|
position: absolute;
|
|
166
175
|
|
|
167
176
|
.tooltip-inner {
|
|
@@ -170,7 +179,7 @@
|
|
|
170
179
|
padding: 8px 16px !important;
|
|
171
180
|
border-radius: 4px;
|
|
172
181
|
font-weight: 400;
|
|
173
|
-
font-size: .75rem;
|
|
182
|
+
font-size: 0.75rem;
|
|
174
183
|
line-height: 1rem;
|
|
175
184
|
}
|
|
176
185
|
|
|
@@ -180,6 +189,10 @@
|
|
|
180
189
|
}
|
|
181
190
|
|
|
182
191
|
@include media-breakpoint-up(sm) {
|
|
192
|
+
.d-sm-grid {
|
|
193
|
+
display: grid !important;
|
|
194
|
+
}
|
|
195
|
+
|
|
183
196
|
.my-account {
|
|
184
197
|
.account-actions {
|
|
185
198
|
padding-top: 32px;
|
|
@@ -233,6 +246,12 @@
|
|
|
233
246
|
.clipboard-code {
|
|
234
247
|
align-items: center;
|
|
235
248
|
}
|
|
249
|
+
|
|
250
|
+
&--double {
|
|
251
|
+
.discount {
|
|
252
|
+
grid-row: auto;
|
|
253
|
+
}
|
|
254
|
+
}
|
|
236
255
|
}
|
|
237
256
|
}
|
|
238
257
|
|
|
@@ -240,6 +259,16 @@
|
|
|
240
259
|
padding-top: 24px;
|
|
241
260
|
}
|
|
242
261
|
}
|
|
262
|
+
|
|
263
|
+
.my-account {
|
|
264
|
+
.cards-swap {
|
|
265
|
+
.account-summary {
|
|
266
|
+
&__wrapper {
|
|
267
|
+
grid-template-rows: auto;
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
}
|
|
243
272
|
}
|
|
244
273
|
|
|
245
274
|
@include media-breakpoint-up(md) {
|
|
@@ -270,6 +299,10 @@
|
|
|
270
299
|
&__wrapper {
|
|
271
300
|
grid-template-columns: minmax(auto, 502px) repeat(2, minmax(auto, 223px));
|
|
272
301
|
|
|
302
|
+
&--double {
|
|
303
|
+
grid-template-columns: repeat(2, 1fr);
|
|
304
|
+
}
|
|
305
|
+
|
|
273
306
|
.clipboard-code,
|
|
274
307
|
.discount {
|
|
275
308
|
padding-top: 20px;
|
|
@@ -325,6 +358,10 @@
|
|
|
325
358
|
&__wrapper {
|
|
326
359
|
grid-template-columns: minmax(auto, 502px) 1fr 1fr;
|
|
327
360
|
|
|
361
|
+
&--double {
|
|
362
|
+
grid-template-columns: repeat(2, 1fr);
|
|
363
|
+
}
|
|
364
|
+
|
|
328
365
|
.icon-wrap {
|
|
329
366
|
width: 48px;
|
|
330
367
|
height: 48px;
|
|
@@ -47,6 +47,10 @@
|
|
|
47
47
|
margin-bottom: 8px;
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
+
|
|
51
|
+
&--secondary {
|
|
52
|
+
background: $gray-wait;
|
|
53
|
+
}
|
|
50
54
|
}
|
|
51
55
|
|
|
52
56
|
.app-info {
|
|
@@ -106,10 +110,6 @@
|
|
|
106
110
|
|
|
107
111
|
@include media-breakpoint-up(md) {
|
|
108
112
|
.discount-offer {
|
|
109
|
-
&__wrap {
|
|
110
|
-
padding-bottom: 72px;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
113
|
&__header {
|
|
114
114
|
padding-top: 40px;
|
|
115
115
|
|
|
@@ -183,6 +183,10 @@
|
|
|
183
183
|
&__body {
|
|
184
184
|
grid-template-columns: repeat(3, 1fr);
|
|
185
185
|
|
|
186
|
+
&--double {
|
|
187
|
+
grid-template-columns: 1fr 2fr;
|
|
188
|
+
}
|
|
189
|
+
|
|
186
190
|
.clipboard-code.discount-code {
|
|
187
191
|
grid-column: auto;
|
|
188
192
|
}
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
&__gallery {
|
|
44
|
-
|
|
45
44
|
@include media-breakpoint-up(md) {
|
|
46
45
|
grid-column-start: 1;
|
|
47
46
|
grid-row-start: 2;
|
|
@@ -170,11 +169,9 @@
|
|
|
170
169
|
}
|
|
171
170
|
|
|
172
171
|
.recently-viewed {
|
|
173
|
-
|
|
174
172
|
@include media-breakpoint-down(md) {
|
|
175
173
|
display: none;
|
|
176
174
|
}
|
|
177
|
-
|
|
178
175
|
}
|
|
179
176
|
|
|
180
177
|
.review-star {
|
|
@@ -229,7 +226,7 @@
|
|
|
229
226
|
}
|
|
230
227
|
|
|
231
228
|
.review-star-average-v2 {
|
|
232
|
-
font-size: .875rem;
|
|
229
|
+
font-size: 0.875rem;
|
|
233
230
|
vertical-align: 15%;
|
|
234
231
|
}
|
|
235
232
|
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
overflow-x: hidden;
|
|
305
305
|
|
|
306
306
|
&__badges {
|
|
307
|
-
font-size: .875rem;
|
|
307
|
+
font-size: 0.875rem;
|
|
308
308
|
}
|
|
309
309
|
|
|
310
310
|
.card {
|
|
@@ -344,9 +344,17 @@
|
|
|
344
344
|
.sort-products-list {
|
|
345
345
|
&__section {
|
|
346
346
|
@include make-col(6);
|
|
347
|
+
color: black;
|
|
348
|
+
border: none;
|
|
349
|
+
|
|
350
|
+
> .form-row {
|
|
351
|
+
margin-bottom: 0;
|
|
352
|
+
}
|
|
347
353
|
}
|
|
348
354
|
|
|
349
355
|
&__pagination {
|
|
356
|
+
margin-top: 20px;
|
|
357
|
+
|
|
350
358
|
.pagination {
|
|
351
359
|
&:not(.pagination_tablet) {
|
|
352
360
|
display: none;
|