wickes-css2 2.98.0-billie.2 → 2.98.0-develop.2
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 +0 -1
- package/build/css/category-main.css +1 -1
- package/build/css/components/checkout-payment-details-v2.css +1 -1
- package/build/css/components/global-search.css +1 -1
- package/build/css/components/loader.css +1 -1
- package/build/css/homepage-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/my-account-v2.css +1 -1
- package/build/css/pages/page_home.css +1 -1
- package/build/css/pages/page_my-orders.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/calm-primary-logo.png +0 -0
- package/build/js/basket.min.js +1 -1
- package/build/js/emulation.min.js +11 -23
- package/build/js/page/basket-v2.js +15 -8
- package/build/js/page/checkout-payment-details.js +0 -8
- package/build/js/page/components/charity.js +58 -43
- package/package.json +2 -2
- package/src/components/address-postcode-look-up.hbs +2 -2
- package/src/components/basket-charity-donations-new.hbs +40 -0
- package/src/components/checkout-edit-billing-address.hbs +6 -20
- package/src/components/checkout-payment-details-v2.hbs +55 -94
- package/src/components/checkout_payment-new.hbs +1 -10
- package/src/components/donation-cart-new.hbs +38 -0
- package/src/components/my-account/active-orders/list-orders.hbs +1 -1
- package/src/components/my-account/active-orders/order.hbs +0 -2
- package/src/components/payment-loader.hbs +21 -59
- package/src/components/payments-checkout-v2.hbs +6 -12
- package/src/components/payments-checkout.hbs +0 -6
- package/src/components/payments.hbs +4 -10
- package/src/data/data_shopping-cart-v2.json +51 -0
- package/src/elements/radiobutton.hbs +0 -7
- package/src/img/calm-primary-logo.png +0 -0
- package/src/js/emulation/paymentLoader.js +11 -22
- package/src/js/page/basket-v2.js +15 -8
- package/src/js/page/checkout-payment-details.js +0 -8
- package/src/js/page/components/charity.js +58 -43
- package/src/page_checkout_delivery-address-customer-journey.html +2 -2
- package/src/page_my-account.html +0 -1
- package/src/page_shopping-cart-v2.html +3 -4
- package/src/scss/common/_elements.scss +0 -4
- package/src/scss/components/_charity-donations.scss +114 -186
- package/src/scss/components/_donation-cart-new.scss +192 -0
- package/src/scss/components/_payments-v2.scss +0 -8
- package/src/scss/components/checkout-payment-details-v2.scss +0 -237
- package/src/scss/components/loader.scss +0 -8
- package/src/scss/components/my-account/_active-orders.scss +0 -2
- package/src/scss/pages/_checkout-confirmation-new.scss +3 -10
- package/src/scss/pages/checkout-new.scss +1 -0
- package/src/scss/pages/my-account-v2.scss +0 -1
- package/src/sitemap.html +0 -27
- package/build/img/billie-logo.svg +0 -4
- package/build/img/billie-spinner.svg +0 -5
- package/build/img/billie.svg +0 -4
- package/build/img/payment/checkout/billie.svg +0 -4
- package/build/img/payment/footer/billie.svg +0 -4
- package/build/js/page/billie-business-type.js +0 -34
- package/src/components/address-billie.hbs +0 -42
- package/src/components/checkout-payment-info-block.hbs +0 -49
- package/src/components/checkout-payment-option.hbs +0 -40
- package/src/components/my-account/active-orders/payment-status.hbs +0 -8
- package/src/img/billie-logo.svg +0 -4
- package/src/img/billie-spinner.svg +0 -5
- package/src/img/billie.svg +0 -4
- package/src/img/payment/checkout/billie.svg +0 -4
- package/src/img/payment/footer/billie.svg +0 -4
- package/src/js/page/billie-business-type.js +0 -34
- package/src/page_checkout_confirmation-billie.html +0 -339
- package/src/page_payment-details-with-billie.html +0 -67
- package/src/page_product-details-billie.html +0 -86
- package/src/page_shopping-cart-charity.html +0 -56
- package/src/scss/components/_tooltip.scss +0 -19
- package/src/scss/components/my-account/_payment-status.scss +0 -36
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
.payment-status {
|
|
2
|
-
display: flex;
|
|
3
|
-
align-items: center;
|
|
4
|
-
padding: 8px;
|
|
5
|
-
background-color: $gray-bg;
|
|
6
|
-
gap: 8px;
|
|
7
|
-
margin-top: 12px;
|
|
8
|
-
grid-area: paymentStatus;
|
|
9
|
-
|
|
10
|
-
&__logo {
|
|
11
|
-
width: 38px;
|
|
12
|
-
height: 24px;
|
|
13
|
-
display: flex;
|
|
14
|
-
align-items: center;
|
|
15
|
-
justify-content: center;
|
|
16
|
-
flex-shrink: 0;
|
|
17
|
-
|
|
18
|
-
.payments-status__image {
|
|
19
|
-
max-width: 100%;
|
|
20
|
-
height: auto;
|
|
21
|
-
display: block;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
&__text {
|
|
26
|
-
font-size: .75rem;
|
|
27
|
-
font-weight: 400;
|
|
28
|
-
line-height: 1rem;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
@include media-breakpoint-up(lg) {
|
|
33
|
-
.payment-status {
|
|
34
|
-
margin-top: 16px;
|
|
35
|
-
}
|
|
36
|
-
}
|