wickes-css2 2.98.0-develop.7 → 2.98.0-develop.9
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 +3 -3
- package/build/css/category-main.css +1 -1
- package/build/css/components/checkout-payment-details-v2.css +1 -1
- package/build/css/components/energy-efficiency.css +1 -1
- package/build/css/components/global-search.css +1 -1
- package/build/css/components/legal-info.css +1 -1
- package/build/css/components/loader.css +1 -1
- package/build/css/components/price-block-v2-critical.css +1 -1
- package/build/css/components/price-block-v2.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/checkout.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-order.css +1 -1
- package/build/css/pages/page_my-orders.css +1 -1
- package/build/css/pages/page_quiz.css +1 -1
- package/build/css/pages/page_track-my-order.css +1 -1
- package/build/css/pages/page_wismo-details.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/billie-logo.svg +4 -0
- package/build/img/billie-modal.svg +4 -0
- package/build/img/billie-pdp.svg +11 -0
- package/build/img/billie-spinner.svg +5 -0
- package/build/img/billie.svg +4 -0
- package/build/img/calm-primary-logo.png +0 -0
- package/build/img/payment/checkout/billie.svg +4 -0
- package/build/img/payment/footer/billie.svg +4 -0
- package/build/js/basket.min.js +2 -2
- package/build/js/bundle.min.js +1 -1
- package/build/js/checkout.min.js +1 -1
- package/build/js/emulation.min.js +55 -131
- package/build/js/general.bundle.min.js +1 -1
- package/build/js/merged-checkout.min.js +1 -1
- package/build/js/page/basket-v2.js +16 -7
- package/build/js/page/billie-business-type.js +34 -0
- package/build/js/page/checkout-payment-details.js +8 -0
- package/build/js/page/components/charity.js +58 -43
- package/build/js/page/components/modal-observer.js +51 -0
- package/build/js/page/pdp.js +1 -4
- package/build/js/pdp.bundle.min.js +1 -1
- package/build/js/plp.bundle.min.js +1 -1
- package/build/js/project-list.min.js +1 -1
- package/package.json +2 -2
- package/src/components/address-billie.hbs +42 -0
- package/src/components/address-postcode-look-up.hbs +2 -2
- package/src/components/basket-charity-donations-new.hbs +40 -0
- package/src/components/billie-modal.hbs +41 -0
- package/src/components/billie-online-messaging.hbs +14 -0
- package/src/components/checkout-edit-billing-address.hbs +20 -6
- package/src/components/checkout-payment-details-v2.hbs +94 -55
- package/src/components/checkout-payment-info-block.hbs +49 -0
- package/src/components/checkout-payment-option.hbs +40 -0
- package/src/components/checkout_order-summary-new.hbs +13 -18
- package/src/components/checkout_payment-new.hbs +10 -1
- package/src/components/donation-cart-new.hbs +38 -0
- package/src/components/header-minicart.hbs +3 -3
- package/src/components/legal-info.hbs +25 -22
- package/src/components/modal.hbs +4 -1
- package/src/components/my-account/active-orders/list-orders.hbs +1 -1
- package/src/components/my-account/active-orders/order.hbs +2 -0
- package/src/components/my-account/active-orders/payment-status.hbs +17 -0
- package/src/components/my-account/payment-status.hbs +19 -0
- package/src/components/my-account/saving-totaliser.hbs +52 -0
- package/src/components/order-summary.hbs +3 -0
- package/src/components/payment-loader.hbs +59 -21
- package/src/components/payments-checkout-v2.hbs +12 -6
- package/src/components/payments-checkout.hbs +6 -0
- package/src/components/payments.hbs +10 -4
- package/src/components/pdp-price-actions.hbs +1 -1
- package/src/components/price-block-v2.hbs +14 -8
- package/src/components/track-my-order-info.hbs +3 -1
- package/src/components/wismo-payment.hbs +16 -0
- package/src/data/data_confirmation-summary.json +3 -3
- package/src/data/data_latest-offers.json +1 -1
- package/src/data/data_mini-basket.json +6 -80
- package/src/data/data_page-category.json +1 -2
- package/src/data/data_page-merge-basket.json +1 -1
- package/src/data/data_shopping-cart-v2.json +51 -0
- package/src/data/data_store-locator-v2.json +1 -1
- package/src/data/data_wismo.json +53 -0
- package/src/data/my-account/data_my-account.json +57 -0
- package/src/elements/radiobutton.hbs +7 -0
- package/src/img/billie-logo.svg +4 -0
- package/src/img/billie-modal.svg +4 -0
- package/src/img/billie-pdp.svg +11 -0
- package/src/img/billie-spinner.svg +5 -0
- package/src/img/billie.svg +4 -0
- package/src/img/calm-primary-logo.png +0 -0
- package/src/img/payment/checkout/billie.svg +4 -0
- package/src/img/payment/footer/billie.svg +4 -0
- package/src/js/components/general/text-clamp.js +1 -2
- package/src/js/emulation/big-wins.js +29 -29
- package/src/js/emulation/mock.js +1 -60
- package/src/js/emulation/paymentLoader.js +22 -11
- package/src/js/emulation/popover-mini-basket.js +2 -2
- package/src/js/page/basket-v2.js +16 -7
- package/src/js/page/billie-business-type.js +34 -0
- package/src/js/page/checkout-payment-details.js +8 -0
- package/src/js/page/components/charity.js +58 -43
- package/src/js/page/components/modal-observer.js +51 -0
- package/src/js/page/pdp.js +1 -4
- package/src/layouts/base.hbs +0 -6
- package/src/layouts/my-account-v2.hbs +0 -7
- package/src/page_basket-billie.html +54 -0
- package/src/page_checkout_confirmation-billie.html +339 -0
- package/src/page_checkout_delivery-address-customer-journey.html +2 -2
- package/src/page_my-account-trade-pro-components.html +27 -0
- package/src/page_my-account-trade-pro.html +7 -0
- package/src/page_my-account.html +1 -0
- package/src/page_my-order.html +1 -1
- package/src/page_payment-details-with-billie.html +67 -0
- package/src/page_product-details-billie.html +87 -0
- package/src/page_product-details-saved-pl.html +13 -16
- package/src/page_product-details-with-global-search-v2.html +0 -1
- package/src/page_shopping-cart-v2.html +4 -3
- package/src/page_wismo-details.html +2 -2
- package/src/partials/head.hbs +1 -5
- package/src/scss/common/_app.scss +0 -1
- package/src/scss/common/_elements.scss +4 -0
- package/src/scss/common/_scroll-disable.scss +2 -4
- package/src/scss/components/_billie-modal.scss +181 -0
- package/src/scss/components/_billie-online-messaging.scss +46 -0
- package/src/scss/components/_charity-donations.scss +114 -186
- package/src/scss/components/_donation-cart-new.scss +192 -0
- package/src/scss/components/_payments-checkout.scss +2 -1
- package/src/scss/components/_payments-v2.scss +8 -0
- package/src/scss/components/_tooltip.scss +19 -0
- package/src/scss/components/checkout-payment-details-v2.scss +237 -0
- package/src/scss/components/legal-info.scss +0 -61
- package/src/scss/components/loader.scss +8 -0
- package/src/scss/components/my-account/_active-orders.scss +2 -0
- package/src/scss/components/my-account/_payment-status.scss +84 -0
- package/src/scss/components/my-account/_saving-totaliser.scss +175 -0
- package/src/scss/components/price-block-v2-critical.scss +4 -0
- package/src/scss/components/price-block-v2.scss +4 -0
- package/src/scss/globals/_global-components.scss +0 -1
- package/src/scss/helpers/_mixins.scss +0 -8
- package/src/scss/helpers/_variables.scss +0 -1
- package/src/scss/homepage-main.scss +0 -1
- package/src/scss/main.scss +0 -1
- package/src/scss/pages/_checkout-confirmation-new.scss +10 -3
- package/src/scss/pages/checkout-new.scss +3 -0
- package/src/scss/pages/my-account-v2.scss +3 -0
- package/src/scss/pages/page_track-my-order.scss +0 -21
- package/src/scss/pages/page_wismo-details.scss +1 -0
- package/src/scss/partials/_header-critical.scss +0 -14
- package/src/scss/partials/_header.scss +0 -14
- package/src/scss/pdp-main-critical.scss +1 -0
- package/src/scss/pdp-main.scss +2 -0
- package/src/sitemap.html +32 -2
- package/src/components/mini-basket/mini-basket-empty.hbs +0 -17
- package/src/components/mini-basket/mini-basket.hbs +0 -39
- package/src/components/mini-basket/product-item.hbs +0 -24
- package/src/js/components/general/backdrop.js +0 -23
- package/src/js/components/general/cart-slider.js +0 -16
- package/src/js/components/general/create-popup-slider.js +0 -196
- package/src/js/components/general/mini-basket-slider.js +0 -8
- package/src/js/emulation/custom-slider-emulation.js +0 -28
- package/src/page_shopping-cart-charity.html +0 -56
- package/src/scss/components/_custom-slider.scss +0 -541
|
@@ -1,16 +1,121 @@
|
|
|
1
1
|
@import '../helpers/helpers';
|
|
2
|
+
@import '../components/tooltip';
|
|
2
3
|
|
|
3
4
|
.checkout-payment-details-v2 {
|
|
4
5
|
.checkout-payment-details {
|
|
5
6
|
margin: 0;
|
|
6
7
|
|
|
8
|
+
.warning-required {
|
|
9
|
+
margin: 16px 0;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.addr-billie.billie-form {
|
|
13
|
+
margin-bottom: 24px;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.address-postcode {
|
|
17
|
+
margin-bottom: 24px;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&__populated-address {
|
|
21
|
+
display: block;
|
|
22
|
+
margin-top: -11px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&__populated-text {
|
|
26
|
+
margin-right: 4px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.radio-expanded-content {
|
|
30
|
+
display: flex;
|
|
31
|
+
flex-wrap: wrap;
|
|
32
|
+
|
|
33
|
+
> .form-row {
|
|
34
|
+
&:first-child {
|
|
35
|
+
margin-top: 16px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&:last-child {
|
|
39
|
+
margin-bottom: 0;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.radio-option-wrapper {
|
|
45
|
+
position: relative;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.radio-group {
|
|
49
|
+
display: flex;
|
|
50
|
+
flex-direction: column;
|
|
51
|
+
|
|
52
|
+
> .form-row:last-child {
|
|
53
|
+
margin-bottom: 0;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.billie-tooltip {
|
|
58
|
+
right: auto;
|
|
59
|
+
top: 0;
|
|
60
|
+
transform: none;
|
|
61
|
+
left: 252px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.form-row.radio-group {
|
|
65
|
+
margin-bottom: 0;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.form-row__field.radio-group {
|
|
69
|
+
margin-top: 6px;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.rbn_align {
|
|
73
|
+
font-size: 14px;
|
|
74
|
+
font-weight: 400;
|
|
75
|
+
line-height: 24px;
|
|
76
|
+
}
|
|
77
|
+
|
|
7
78
|
.form-row {
|
|
8
79
|
padding: 0;
|
|
80
|
+
width: 100%;
|
|
81
|
+
margin-left: 0;
|
|
82
|
+
margin-right: 0;
|
|
83
|
+
margin-bottom: 16px;
|
|
9
84
|
|
|
10
85
|
&__field-klarna {
|
|
11
86
|
margin-bottom: -10px;
|
|
12
87
|
}
|
|
13
88
|
|
|
89
|
+
&__label,
|
|
90
|
+
&__error,
|
|
91
|
+
&__info,
|
|
92
|
+
&__field {
|
|
93
|
+
padding-left: 0;
|
|
94
|
+
padding-right: 0;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
&.first-name {
|
|
98
|
+
flex: 0 0 100%;
|
|
99
|
+
margin-top: 16px;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
&.last-name {
|
|
103
|
+
flex: 0 0 100%;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.registered-business {
|
|
107
|
+
margin-top: 16px;
|
|
108
|
+
padding-right: 0;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.reg-number {
|
|
112
|
+
padding-left: 0;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.registered-label {
|
|
116
|
+
margin-right: 8px;
|
|
117
|
+
}
|
|
118
|
+
|
|
14
119
|
&__action {
|
|
15
120
|
&:before {
|
|
16
121
|
content: none;
|
|
@@ -125,6 +230,73 @@
|
|
|
125
230
|
}
|
|
126
231
|
}
|
|
127
232
|
|
|
233
|
+
&__billie {
|
|
234
|
+
.billie-info {
|
|
235
|
+
background: $white;
|
|
236
|
+
margin-bottom: 20px;
|
|
237
|
+
padding: 20px;
|
|
238
|
+
|
|
239
|
+
&__header {
|
|
240
|
+
display: flex;
|
|
241
|
+
justify-content: space-between;
|
|
242
|
+
align-items: center;
|
|
243
|
+
margin-bottom: 20px;
|
|
244
|
+
padding-bottom: 20px;
|
|
245
|
+
border-bottom: 1px solid $gray;
|
|
246
|
+
|
|
247
|
+
&_title {
|
|
248
|
+
margin: 0;
|
|
249
|
+
font-size: 1rem;
|
|
250
|
+
font-weight: 500;
|
|
251
|
+
line-height: 1.5rem;
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
&__list {
|
|
256
|
+
padding: 0;
|
|
257
|
+
margin: 0;
|
|
258
|
+
list-style-type: none;
|
|
259
|
+
border-bottom: 1px solid $gray;
|
|
260
|
+
|
|
261
|
+
&_item {
|
|
262
|
+
font-size: 0.875rem;
|
|
263
|
+
font-weight: 400;
|
|
264
|
+
line-height: 1.375rem;
|
|
265
|
+
height: 30px;
|
|
266
|
+
display: flex;
|
|
267
|
+
align-items: center;
|
|
268
|
+
|
|
269
|
+
.fa-check {
|
|
270
|
+
margin-right: 10px;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
&:last-child {
|
|
274
|
+
margin-bottom: 15px;
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
&__learn-more {
|
|
280
|
+
display: flex;
|
|
281
|
+
align-items: center;
|
|
282
|
+
border-bottom: 1px solid $gray;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
&__accept-info {
|
|
286
|
+
margin-top: 15px;
|
|
287
|
+
margin-bottom: 10px;
|
|
288
|
+
color: $warm-grey;
|
|
289
|
+
font-weight: 400;
|
|
290
|
+
font-size: 0.75rem;
|
|
291
|
+
line-height: 1rem;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
&__link {
|
|
295
|
+
color: $black;
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
|
|
128
300
|
.apple {
|
|
129
301
|
&-logo {
|
|
130
302
|
height: 28px;
|
|
@@ -207,6 +379,11 @@
|
|
|
207
379
|
.checkout-payment-details__descr {
|
|
208
380
|
margin-bottom: 30px;
|
|
209
381
|
|
|
382
|
+
.form-row.first-name {
|
|
383
|
+
flex: 0 0 50%;
|
|
384
|
+
max-width: 50%;
|
|
385
|
+
}
|
|
386
|
+
|
|
210
387
|
&::after {
|
|
211
388
|
position: absolute;
|
|
212
389
|
content: '';
|
|
@@ -221,6 +398,66 @@
|
|
|
221
398
|
}
|
|
222
399
|
}
|
|
223
400
|
|
|
401
|
+
@include media-breakpoint-up(sm) {
|
|
402
|
+
.checkout-payment-details-v2 {
|
|
403
|
+
.checkout-payment-details {
|
|
404
|
+
margin: 0;
|
|
405
|
+
|
|
406
|
+
&__populated-address {
|
|
407
|
+
display: flex;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.radio-expanded-content {
|
|
411
|
+
align-items: baseline;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
.form-row {
|
|
415
|
+
&.first-name {
|
|
416
|
+
flex: 0 0 50%;
|
|
417
|
+
max-width: 50%;
|
|
418
|
+
padding-right: 8px;
|
|
419
|
+
|
|
420
|
+
.form-row__label,
|
|
421
|
+
.form-row__field,
|
|
422
|
+
.form-row__error {
|
|
423
|
+
padding: 0;
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
&.registered-business {
|
|
428
|
+
flex: 0 0 50%;
|
|
429
|
+
max-width: 50%;
|
|
430
|
+
margin-bottom: 0;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
&.reg-number {
|
|
434
|
+
flex: 0 0 50%;
|
|
435
|
+
max-width: 50%;
|
|
436
|
+
margin-bottom: 0;
|
|
437
|
+
padding-left: 8px;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
&.registered-business {
|
|
441
|
+
padding-right: 8px;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
&.last-name {
|
|
445
|
+
flex: 0 0 50%;
|
|
446
|
+
max-width: 50%;
|
|
447
|
+
padding-left: 8px;
|
|
448
|
+
margin-top: 16px;
|
|
449
|
+
|
|
450
|
+
.form-row__label,
|
|
451
|
+
.form-row__field,
|
|
452
|
+
.form-row__error {
|
|
453
|
+
padding: 0;
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
|
|
224
461
|
@include media-breakpoint-up(md) {
|
|
225
462
|
.checkout-payment-details-v2 {
|
|
226
463
|
.checkout-payment-details {
|
|
@@ -1,64 +1,3 @@
|
|
|
1
|
-
@import '../helpers/helpers';
|
|
2
|
-
|
|
3
1
|
.legal-info {
|
|
4
2
|
margin-top: 40px;
|
|
5
|
-
border: 1px solid $gray;
|
|
6
|
-
border-radius: 4px;
|
|
7
|
-
padding: 16px;
|
|
8
|
-
position: relative;
|
|
9
|
-
font-size: 1rem;
|
|
10
|
-
font-weight: 400;
|
|
11
|
-
line-height: 1.5rem;
|
|
12
|
-
|
|
13
|
-
&__toggle {
|
|
14
|
-
margin-bottom: 0;
|
|
15
|
-
font-size: 1.125rem;
|
|
16
|
-
font-weight: 500;
|
|
17
|
-
line-height: 1.5rem;
|
|
18
|
-
display: flex;
|
|
19
|
-
align-items: center;
|
|
20
|
-
justify-content: space-between;
|
|
21
|
-
|
|
22
|
-
.icon-wrap {
|
|
23
|
-
cursor: pointer;
|
|
24
|
-
display: flex;
|
|
25
|
-
align-items: center;
|
|
26
|
-
justify-content: center;
|
|
27
|
-
|
|
28
|
-
&:after {
|
|
29
|
-
content: '+';
|
|
30
|
-
color: $blue;
|
|
31
|
-
font-size: 1.575rem;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
&[aria-expanded='true'] {
|
|
36
|
-
.icon-wrap {
|
|
37
|
-
&:after {
|
|
38
|
-
content: '-';
|
|
39
|
-
font-size: 2.95rem;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.collapse-wrap {
|
|
46
|
-
margin-top: 16px;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.container {
|
|
50
|
-
padding: 0;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
@include media-breakpoint-up(sm) {
|
|
55
|
-
.legal-info {
|
|
56
|
-
padding: 24px;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
@include media-breakpoint-up(md) {
|
|
61
|
-
.legal-info {
|
|
62
|
-
padding: 24px 40px;
|
|
63
|
-
}
|
|
64
3
|
}
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
.paypal-checkout-logo,
|
|
27
27
|
.klarna-checkout-logo,
|
|
28
|
+
.billie-checkout-logo,
|
|
28
29
|
.clearpay-checkout-logo {
|
|
29
30
|
margin-bottom: 25px;
|
|
30
31
|
}
|
|
@@ -113,6 +114,13 @@
|
|
|
113
114
|
margin-bottom: 20px;
|
|
114
115
|
}
|
|
115
116
|
|
|
117
|
+
.billie-spinner-logo {
|
|
118
|
+
display: block;
|
|
119
|
+
background: url('../img/billie-spinner.svg') no-repeat;
|
|
120
|
+
height: 38px;
|
|
121
|
+
width: 111px;
|
|
122
|
+
}
|
|
123
|
+
|
|
116
124
|
.apple-spinner-logo {
|
|
117
125
|
height: 58px;
|
|
118
126
|
width: 136px;
|
|
@@ -171,6 +171,7 @@
|
|
|
171
171
|
'header viewMore'
|
|
172
172
|
'orderDetails orderDetails'
|
|
173
173
|
'consignmentInfo consignmentInfo'
|
|
174
|
+
'paymentStatus paymentStatus'
|
|
174
175
|
'shipment shipment';
|
|
175
176
|
|
|
176
177
|
.order-header {
|
|
@@ -236,6 +237,7 @@
|
|
|
236
237
|
grid-template-areas:
|
|
237
238
|
'header consignmentInfo viewMore'
|
|
238
239
|
'orderDetails orderDetails orderDetails'
|
|
240
|
+
'paymentStatus paymentStatus paymentStatus'
|
|
239
241
|
'shipment shipment shipment';
|
|
240
242
|
grid-template-columns: auto auto 1fr;
|
|
241
243
|
align-items: center;
|
|
@@ -0,0 +1,84 @@
|
|
|
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
|
+
border-radius: 4px;
|
|
9
|
+
grid-area: paymentStatus;
|
|
10
|
+
|
|
11
|
+
&__logo {
|
|
12
|
+
width: 38px;
|
|
13
|
+
height: 24px;
|
|
14
|
+
display: flex;
|
|
15
|
+
align-items: center;
|
|
16
|
+
justify-content: center;
|
|
17
|
+
flex-shrink: 0;
|
|
18
|
+
|
|
19
|
+
.payments-status__image {
|
|
20
|
+
max-width: 100%;
|
|
21
|
+
height: auto;
|
|
22
|
+
display: block;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
&__content {
|
|
27
|
+
font-size: .75rem;
|
|
28
|
+
line-height: 1rem;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
&__text {
|
|
32
|
+
font-size: .75rem;
|
|
33
|
+
font-weight: 400;
|
|
34
|
+
line-height: 1rem;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&__title {
|
|
38
|
+
font-weight: 500;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&--success {
|
|
42
|
+
background-color: #67a5091a;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&--overdue {
|
|
46
|
+
background-color: #cf000f1a;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
&--partial {
|
|
50
|
+
background-color: #ffc4391a;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
@include media-breakpoint-up(xs) {
|
|
55
|
+
.wismo__order-pay .payment-status {
|
|
56
|
+
margin-top: 8px;
|
|
57
|
+
|
|
58
|
+
&--default {
|
|
59
|
+
background-color: $white;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@include media-breakpoint-up(md) {
|
|
65
|
+
.payment-status {
|
|
66
|
+
&__content {
|
|
67
|
+
flex-direction: row;
|
|
68
|
+
gap: 8px;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.wismo__order-pay .payment-status {
|
|
73
|
+
&__content {
|
|
74
|
+
flex-direction: column;
|
|
75
|
+
gap: 0;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
@include media-breakpoint-up(lg) {
|
|
81
|
+
.payment-status {
|
|
82
|
+
margin-top: 16px;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
.saving-totaliser {
|
|
2
|
+
background: $blue-dark;
|
|
3
|
+
padding: 16px;
|
|
4
|
+
color: $white;
|
|
5
|
+
margin-bottom: 40px;
|
|
6
|
+
|
|
7
|
+
.heading-1, .heading-2 {
|
|
8
|
+
text-align: left;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
&__encourage {
|
|
12
|
+
margin-top: 8px;
|
|
13
|
+
display: flex;
|
|
14
|
+
justify-content: space-between;
|
|
15
|
+
|
|
16
|
+
.btn {
|
|
17
|
+
margin-top: 16px;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&__saving-icon.icon {
|
|
22
|
+
position: absolute;
|
|
23
|
+
top: 30px;
|
|
24
|
+
right: 26px;
|
|
25
|
+
width: 60px;
|
|
26
|
+
height: auto;
|
|
27
|
+
color: $blue-satin;
|
|
28
|
+
|
|
29
|
+
svg {
|
|
30
|
+
width: 100%;
|
|
31
|
+
height: 100%;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&__saving-title {
|
|
36
|
+
@include heading-6;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
&__cell {
|
|
40
|
+
background: rgba($white, .08);
|
|
41
|
+
padding: 16px;
|
|
42
|
+
flex: 1;
|
|
43
|
+
position: relative;
|
|
44
|
+
|
|
45
|
+
&-title {
|
|
46
|
+
margin-bottom: 4px;
|
|
47
|
+
color: rgba($white, .8);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&__title {
|
|
52
|
+
margin-bottom: 16px;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&__attencion {
|
|
56
|
+
margin-bottom: 4px;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&__wrapper, &__wrapper2 {
|
|
60
|
+
display: flex;
|
|
61
|
+
flex-direction: column;
|
|
62
|
+
gap: 16px;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
&__wrapper {
|
|
66
|
+
margin-bottom: 16px;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
&__divider {
|
|
70
|
+
width: 1px;
|
|
71
|
+
background: rgba($white, .8);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
&__split-cell {
|
|
75
|
+
display: flex;
|
|
76
|
+
flex-direction: row;
|
|
77
|
+
gap: 16px;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
&__semi-cell {
|
|
81
|
+
flex: 1;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
&__center-cell {
|
|
85
|
+
display: flex;
|
|
86
|
+
justify-content: center;
|
|
87
|
+
align-items: center;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
&__note {
|
|
91
|
+
@include additional-text;
|
|
92
|
+
color: rgba($white, .8);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
@include media-breakpoint-only(xs) {
|
|
97
|
+
.saving-totaliser {
|
|
98
|
+
&__saved {
|
|
99
|
+
width: 180px;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
&--this-year-only {
|
|
103
|
+
.saving-totaliser__wrapper2 {
|
|
104
|
+
flex-direction: row;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
@include media-breakpoint-up(sm) {
|
|
111
|
+
.saving-totaliser {
|
|
112
|
+
padding: 24px;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
@include media-breakpoint-up(md) {
|
|
117
|
+
.saving-totaliser {
|
|
118
|
+
&__saving-title {
|
|
119
|
+
@include heading-5;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
@include media-breakpoint-between(sm, md) {
|
|
125
|
+
.saving-totaliser {
|
|
126
|
+
&__saved,
|
|
127
|
+
&__attencion {
|
|
128
|
+
margin-right: 130px;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
&__wrapper2 {
|
|
132
|
+
flex-direction: row;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
&--this-last-year {
|
|
136
|
+
.saving-totaliser__split-cell {
|
|
137
|
+
flex: 2.3;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
&__saving-icon.icon {
|
|
142
|
+
position: absolute;
|
|
143
|
+
top: 37px;
|
|
144
|
+
right: 32px;
|
|
145
|
+
width: 93px;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
@include media-breakpoint-up(lg) {
|
|
151
|
+
.saving-totaliser {
|
|
152
|
+
&__saved,
|
|
153
|
+
&__attencion {
|
|
154
|
+
margin-right: 170px;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
&__wrapper {
|
|
158
|
+
flex-direction: row;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
&__wrapper2 {
|
|
162
|
+
flex-direction: column;
|
|
163
|
+
width: 364px;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
&__saving-icon.icon {
|
|
167
|
+
position: absolute;
|
|
168
|
+
top: 0;
|
|
169
|
+
bottom: 0;
|
|
170
|
+
right: 36px;
|
|
171
|
+
width: 123px;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
@import '../components/back-to-top';
|
|
5
5
|
@import '../components/payments';
|
|
6
6
|
@import '../components/popover-mini-basket';
|
|
7
|
-
@import '../components/custom-slider';
|
|
8
7
|
@import '../components/autocomplete';
|
|
9
8
|
@import '../components/google_banner';
|
|
10
9
|
@import '../components/smart-banner';
|
|
@@ -148,14 +148,6 @@
|
|
|
148
148
|
line-height: #{$line-height-px / 16}rem;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
-
@mixin multiline-ellipsis($line-count: 1) {
|
|
152
|
-
overflow: hidden;
|
|
153
|
-
text-overflow: ellipsis;
|
|
154
|
-
-webkit-box-orient: vertical;
|
|
155
|
-
display: -webkit-box;
|
|
156
|
-
-webkit-line-clamp: $line-count;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
151
|
@mixin icon-wrap($width: 24px, $height: 24px, $font-size-px: 16) {
|
|
160
152
|
width: $width;
|
|
161
153
|
height: $height;
|
package/src/scss/main.scss
CHANGED
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
@import 'components/payments';//deep dependence
|
|
27
27
|
@import 'components/notifications';//deep dependence
|
|
28
28
|
@import 'components/popover-mini-basket';//deep dependence
|
|
29
|
-
@import 'components/custom-slider';
|
|
30
29
|
@import 'components/lines-group';//deep dependence
|
|
31
30
|
@import 'components/autocomplete';//deep dependence
|
|
32
31
|
@import 'components/card';//deep dependence
|