wickes-css2 2.98.0-develop.2 → 2.98.0-develop.3
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/emulation.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_address-book.css +1 -1
- package/build/css/pages/page_change-password.css +1 -1
- package/build/css/pages/page_default-store.css +1 -1
- package/build/css/pages/page_discount.css +1 -0
- package/build/css/pages/page_personal-details.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/page_track-my-order.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/apps/app-lg.png +0 -0
- package/build/img/apps/app-md.png +0 -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/default-store.min.js +1 -1
- package/build/js/general.bundle.min.js +1 -1
- package/build/js/merged-checkout.min.js +1 -1
- package/build/js/my-account.min.js +1 -1
- package/build/js/page/basket-v2.js +6 -14
- package/build/js/page/components/charity.js +43 -58
- package/build/js/page/default-store.js +1 -4
- package/build/js/page/my-account.js +9 -2
- package/build/js/page/personal-details.js +22 -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 +1 -1
- package/package.json +2 -2
- package/src/components/header-menu/logout-action.hbs +8 -0
- package/src/components/header-menu/popover-actions-mob.hbs +11 -0
- package/src/components/header-menu/popover-actions.hbs +13 -0
- package/src/components/header-menu/user-actions-mob.hbs +18 -0
- package/src/components/header-menu/user-actions.hbs +12 -0
- package/src/components/my-account/clipboard-code-card.hbs +13 -6
- package/src/components/my-account/discount.hbs +3 -1
- package/src/components/price-block-order.hbs +0 -1
- package/src/components/track-my-order-info.hbs +1 -3
- package/src/data/data_header-menu.json +153 -0
- package/src/data/data_shopping-cart-v2.json +0 -51
- package/src/data/my-account/data_discount.json +80 -0
- package/src/data/my-account/data_personal-details.json +22 -0
- package/src/img/apps/app-lg.png +0 -0
- package/src/img/apps/app-md.png +0 -0
- package/src/js/components/general/clamp-content.js +1 -0
- package/src/js/components/general/main-nav.js +5 -5
- package/src/js/page/basket-v2.js +6 -14
- package/src/js/page/components/charity.js +43 -58
- package/src/js/page/default-store.js +1 -4
- package/src/js/page/my-account.js +9 -2
- package/src/js/page/personal-details.js +22 -1
- package/src/page_my-account-installer.html +2 -1
- package/src/page_my-account-trade-pro.html +1 -0
- package/src/page_my-account.html +10 -1
- package/src/page_personal-details.html +5 -0
- package/src/page_plp_v2-vat.html +8 -2
- package/src/page_shopping-cart-charity.html +56 -0
- package/src/page_shopping-cart-v2.html +1 -1
- package/src/page_tradepro-discount-app.html +82 -0
- package/src/page_tradepro-discount.html +82 -0
- package/src/partials/header.hbs +40 -41
- package/src/partials/main-nav.hbs +51 -171
- package/src/scss/common/_rewards-counter.scss +1 -1
- package/src/scss/components/_charity-donations.scss +186 -114
- package/src/scss/components/_leave-modal.scss +6 -2
- package/src/scss/components/_price-block-critical.scss +3 -3
- package/src/scss/components/_price-block.scss +8 -3
- package/src/scss/components/my-account/_barcode.scss +58 -0
- package/src/scss/components/my-account/_clipboard-code.scss +77 -0
- package/src/scss/components/my-account/_discount.scss +51 -0
- package/src/scss/emulation.scss +1 -1
- package/src/scss/helpers/_mixins.scss +9 -0
- package/src/scss/pages/checkout-new.scss +0 -1
- package/src/scss/pages/my-account-v2.scss +38 -171
- package/src/scss/pages/page_change-password.scss +1 -1
- package/src/scss/pages/page_default-store.scss +5 -4
- package/src/scss/pages/page_discount.scss +212 -0
- package/src/scss/pages/page_personal-details.scss +1 -74
- package/src/scss/pages/page_products-list-combined.scss +13 -3
- package/src/scss/pages/page_products-list.scss +9 -1
- package/src/scss/pages/page_track-my-order.scss +21 -0
- package/src/scss/partials/_header-critical.scss +2 -5
- package/src/scss/partials/_header.scss +58 -25
- package/src/scss/partials/_main-nav.scss +43 -29
- package/src/scss/plp-main.scss +1 -0
- package/src/sitemap.html +4 -0
- package/build/img/calm-primary-logo.png +0 -0
- package/src/components/basket-charity-donations-new.hbs +0 -40
- package/src/components/donation-cart-new.hbs +0 -38
- package/src/img/calm-primary-logo.png +0 -0
- package/src/scss/components/_donation-cart-new.scss +0 -192
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
@import '../components/my-account/contacts';
|
|
6
6
|
@import '../components/my-account/mobile-nav';
|
|
7
7
|
@import '../components/my-account/active-orders';
|
|
8
|
+
@import '../components/my-account/barcode';
|
|
9
|
+
@import '../components/my-account/discount';
|
|
10
|
+
@import '../components/my-account/clipboard-code';
|
|
8
11
|
@import '../libs/font-awesome-icons';
|
|
9
12
|
|
|
10
13
|
.my-account {
|
|
@@ -105,92 +108,14 @@
|
|
|
105
108
|
}
|
|
106
109
|
}
|
|
107
110
|
|
|
108
|
-
.discount,
|
|
109
|
-
.clipboard-code {
|
|
110
|
-
background: rgba(255, 255, 255, .08);
|
|
111
|
-
border-radius: 4px;
|
|
112
|
-
padding: 16px;
|
|
113
|
-
|
|
114
|
-
.title {
|
|
115
|
-
margin-bottom: 0;
|
|
116
|
-
font-weight: 700;
|
|
117
|
-
font-size: 1rem;
|
|
118
|
-
line-height: 1.25rem;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.subtitle {
|
|
122
|
-
display: inline-block;
|
|
123
|
-
font-weight: 400;
|
|
124
|
-
font-size: .875rem;
|
|
125
|
-
line-height: 1.375rem;
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
|
|
129
111
|
.discount {
|
|
130
112
|
margin-top: 16px;
|
|
131
113
|
padding-bottom: 26px;
|
|
132
|
-
|
|
133
|
-
&__content {
|
|
134
|
-
display: flex;
|
|
135
|
-
|
|
136
|
-
.subtitle {
|
|
137
|
-
margin: 4px 0 0;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.icon {
|
|
141
|
-
font-size: 1.44rem;
|
|
142
|
-
height: 18px;
|
|
143
|
-
margin: 6px 4px;
|
|
144
|
-
color: $blue-satin;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
&__code {
|
|
149
|
-
margin-left: 8px;
|
|
150
|
-
}
|
|
151
114
|
}
|
|
152
115
|
|
|
153
116
|
.clipboard-code {
|
|
154
117
|
display: flex;
|
|
155
118
|
margin-top: 16px;
|
|
156
|
-
|
|
157
|
-
.icon {
|
|
158
|
-
width: 24px;
|
|
159
|
-
height: 25px;
|
|
160
|
-
margin: 4px;
|
|
161
|
-
color: $blue-satin;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
&__content {
|
|
165
|
-
margin-left: 8px;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
&__cta {
|
|
169
|
-
margin-top: 4px;
|
|
170
|
-
display: flex;
|
|
171
|
-
align-items: center;
|
|
172
|
-
|
|
173
|
-
.btn--icon {
|
|
174
|
-
padding: 4px;
|
|
175
|
-
margin-left: 4px;
|
|
176
|
-
border: 0;
|
|
177
|
-
border-radius: 0;
|
|
178
|
-
background: transparent;
|
|
179
|
-
display: inline-flex;
|
|
180
|
-
|
|
181
|
-
.icon-copy {
|
|
182
|
-
width: 14px;
|
|
183
|
-
height: auto;
|
|
184
|
-
color: $white;
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
&.trade-pro-id {
|
|
190
|
-
.icon path {
|
|
191
|
-
fill: $blue-satin;
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
119
|
}
|
|
195
120
|
|
|
196
121
|
.greetings {
|
|
@@ -209,67 +134,6 @@
|
|
|
209
134
|
margin-bottom: 0;
|
|
210
135
|
}
|
|
211
136
|
}
|
|
212
|
-
|
|
213
|
-
.barcode {
|
|
214
|
-
margin-top: 16px;
|
|
215
|
-
padding: 12px;
|
|
216
|
-
background: $white;
|
|
217
|
-
border-radius: 4px;
|
|
218
|
-
color: $gray-dark;
|
|
219
|
-
position: relative;
|
|
220
|
-
font-size: .75rem;
|
|
221
|
-
line-height: 1rem;
|
|
222
|
-
|
|
223
|
-
&__discount {
|
|
224
|
-
position: absolute;
|
|
225
|
-
top: -8px;
|
|
226
|
-
right: -8px;
|
|
227
|
-
|
|
228
|
-
img {
|
|
229
|
-
border-radius: 40px;
|
|
230
|
-
width: 100%;
|
|
231
|
-
max-width: 58px;
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
&__content {
|
|
236
|
-
display: flex;
|
|
237
|
-
justify-content: center;
|
|
238
|
-
align-items: center;
|
|
239
|
-
margin-bottom: 8px;
|
|
240
|
-
|
|
241
|
-
p {
|
|
242
|
-
margin-bottom: 0;
|
|
243
|
-
margin-left: 8px;
|
|
244
|
-
font-weight: 500;
|
|
245
|
-
display: -webkit-box;
|
|
246
|
-
-webkit-line-clamp: 1;
|
|
247
|
-
-webkit-box-orient: vertical;
|
|
248
|
-
overflow: hidden;
|
|
249
|
-
text-overflow: ellipsis;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
.custom-icon {
|
|
253
|
-
width: 13px;
|
|
254
|
-
height: auto;
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
&__image {
|
|
259
|
-
display: flex;
|
|
260
|
-
|
|
261
|
-
svg {
|
|
262
|
-
width: 100%;
|
|
263
|
-
height: auto;
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
&__code {
|
|
268
|
-
text-align: center;
|
|
269
|
-
margin-top: 8px;
|
|
270
|
-
margin-bottom: 0;
|
|
271
|
-
}
|
|
272
|
-
}
|
|
273
137
|
}
|
|
274
138
|
|
|
275
139
|
.tooltip {
|
|
@@ -336,6 +200,10 @@
|
|
|
336
200
|
.discount {
|
|
337
201
|
grid-row: span 2;
|
|
338
202
|
padding-bottom: 16px;
|
|
203
|
+
|
|
204
|
+
&__content {
|
|
205
|
+
align-items: center;
|
|
206
|
+
}
|
|
339
207
|
}
|
|
340
208
|
|
|
341
209
|
.clipboard-code {
|
|
@@ -364,17 +232,6 @@
|
|
|
364
232
|
}
|
|
365
233
|
}
|
|
366
234
|
|
|
367
|
-
@include media-breakpoint-only(md) {
|
|
368
|
-
.my-account {
|
|
369
|
-
.clipboard-code {
|
|
370
|
-
.icon {
|
|
371
|
-
font-size: 2rem;
|
|
372
|
-
height: auto;
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
|
|
378
235
|
@include media-breakpoint-up(lg) {
|
|
379
236
|
.my-account {
|
|
380
237
|
.account-summary {
|
|
@@ -402,25 +259,25 @@
|
|
|
402
259
|
font-size: 1rem;
|
|
403
260
|
}
|
|
404
261
|
}
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
262
|
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
263
|
+
.barcode {
|
|
264
|
+
max-width: 155px;
|
|
265
|
+
height: auto;
|
|
266
|
+
margin-left: 24px;
|
|
267
|
+
padding: 12px;
|
|
268
|
+
margin-top: -4px;
|
|
269
|
+
margin-bottom: -4px;
|
|
270
|
+
|
|
271
|
+
&__content,
|
|
272
|
+
&__code {
|
|
273
|
+
display: none;
|
|
274
|
+
}
|
|
420
275
|
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
276
|
+
&__discount {
|
|
277
|
+
top: -12px;
|
|
278
|
+
right: -12px;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
424
281
|
}
|
|
425
282
|
}
|
|
426
283
|
|
|
@@ -436,6 +293,11 @@
|
|
|
436
293
|
&__wrapper {
|
|
437
294
|
grid-template-columns: minmax(auto, 502px) 1fr 1fr;
|
|
438
295
|
|
|
296
|
+
.icon-wrap {
|
|
297
|
+
width: 48px;
|
|
298
|
+
height: 48px;
|
|
299
|
+
}
|
|
300
|
+
|
|
439
301
|
.discount {
|
|
440
302
|
.icon {
|
|
441
303
|
font-size: 1.75rem;
|
|
@@ -444,10 +306,15 @@
|
|
|
444
306
|
}
|
|
445
307
|
}
|
|
446
308
|
|
|
447
|
-
.clipboard-code
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
309
|
+
.clipboard-code {
|
|
310
|
+
.icon {
|
|
311
|
+
font-size: 2rem;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.custom-icon {
|
|
315
|
+
width: 36px;
|
|
316
|
+
height: auto;
|
|
317
|
+
}
|
|
451
318
|
}
|
|
452
319
|
}
|
|
453
320
|
}
|
|
@@ -7,10 +7,6 @@
|
|
|
7
7
|
display: block;
|
|
8
8
|
padding: 0 0 40px;
|
|
9
9
|
|
|
10
|
-
.container .col-12 {
|
|
11
|
-
min-height: auto;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
10
|
.globalMessages {
|
|
15
11
|
padding-top: 16px;
|
|
16
12
|
|
|
@@ -401,6 +397,7 @@
|
|
|
401
397
|
&__time {
|
|
402
398
|
width: 50%;
|
|
403
399
|
text-align: right;
|
|
400
|
+
margin-top: auto;
|
|
404
401
|
}
|
|
405
402
|
}
|
|
406
403
|
|
|
@@ -472,6 +469,10 @@
|
|
|
472
469
|
padding-bottom: 70px;
|
|
473
470
|
padding-top: 24px;
|
|
474
471
|
|
|
472
|
+
.container .col-12 {
|
|
473
|
+
min-height: auto;
|
|
474
|
+
}
|
|
475
|
+
|
|
475
476
|
.globalMessages {
|
|
476
477
|
padding-top: 0;
|
|
477
478
|
}
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
@import '../helpers/helpers';
|
|
2
|
+
@import '../components/my-account/barcode';
|
|
3
|
+
@import '../components/my-account/discount';
|
|
4
|
+
|
|
5
|
+
.discount-offer {
|
|
6
|
+
padding-top: 0;
|
|
7
|
+
padding-bottom: 0;
|
|
8
|
+
|
|
9
|
+
&__wrap {
|
|
10
|
+
padding-bottom: 40px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
&__header {
|
|
14
|
+
padding-top: 16px;
|
|
15
|
+
|
|
16
|
+
.title {
|
|
17
|
+
@include font-size(26);
|
|
18
|
+
@include line-height(36);
|
|
19
|
+
font-weight: 500;
|
|
20
|
+
margin-bottom: 0;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&__body {
|
|
25
|
+
grid-gap: 16px;
|
|
26
|
+
display: flex;
|
|
27
|
+
flex-direction: column;
|
|
28
|
+
background: $blue-dark;
|
|
29
|
+
border-radius: 4px;
|
|
30
|
+
padding: 16px;
|
|
31
|
+
margin-top: 24px;
|
|
32
|
+
color: $white;
|
|
33
|
+
|
|
34
|
+
.clipboard-code,
|
|
35
|
+
.discount {
|
|
36
|
+
&__content {
|
|
37
|
+
display: flex;
|
|
38
|
+
flex-direction: column;
|
|
39
|
+
margin-left: 0;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&__code {
|
|
43
|
+
margin-left: 0;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.icon-wrap {
|
|
47
|
+
margin-bottom: 8px;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.app-info {
|
|
53
|
+
background: $pacific-depths;
|
|
54
|
+
padding: 24px 16px 0;
|
|
55
|
+
text-align: center;
|
|
56
|
+
|
|
57
|
+
.title,
|
|
58
|
+
.description {
|
|
59
|
+
color: $white;
|
|
60
|
+
margin-bottom: 0;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.title {
|
|
64
|
+
@include font-size(20);
|
|
65
|
+
@include line-height(32);
|
|
66
|
+
font-weight: 500;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.description {
|
|
70
|
+
@include font-size(14);
|
|
71
|
+
@include line-height(22);
|
|
72
|
+
font-weight: 400;
|
|
73
|
+
margin-top: 8px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
&__stores {
|
|
77
|
+
margin-top: 16px;
|
|
78
|
+
display: flex;
|
|
79
|
+
justify-content: center;
|
|
80
|
+
grid-gap: 16px;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.download-app-img {
|
|
84
|
+
margin-top: 16px;
|
|
85
|
+
min-height: 162px;
|
|
86
|
+
background: url('../../img/apps/app-md.png') no-repeat bottom / contain;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
&--hide {
|
|
90
|
+
display: none;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
@include media-breakpoint-up(sm) {
|
|
96
|
+
.discount-offer {
|
|
97
|
+
.app-info {
|
|
98
|
+
padding-top: 40px;
|
|
99
|
+
|
|
100
|
+
.download-app-img {
|
|
101
|
+
min-height: 230px;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
@include media-breakpoint-up(md) {
|
|
108
|
+
.discount-offer {
|
|
109
|
+
&__wrap {
|
|
110
|
+
padding-bottom: 72px;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
&__header {
|
|
114
|
+
padding-top: 40px;
|
|
115
|
+
|
|
116
|
+
.title {
|
|
117
|
+
@include font-size(34);
|
|
118
|
+
@include line-height(46);
|
|
119
|
+
text-align: left;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
&__body {
|
|
124
|
+
display: grid;
|
|
125
|
+
grid-template-columns: 1fr 1fr;
|
|
126
|
+
padding: 24px;
|
|
127
|
+
|
|
128
|
+
.clipboard-code.discount-code {
|
|
129
|
+
grid-column: span 2;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.icon-wrap {
|
|
133
|
+
width: 48px;
|
|
134
|
+
height: 48px;
|
|
135
|
+
|
|
136
|
+
.icon {
|
|
137
|
+
font-size: 2rem;
|
|
138
|
+
height: auto;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.app-info {
|
|
144
|
+
&__wrap {
|
|
145
|
+
display: flex;
|
|
146
|
+
grid-gap: 40px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.title,
|
|
150
|
+
&__header {
|
|
151
|
+
text-align: left;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.title {
|
|
155
|
+
@include font-size(24);
|
|
156
|
+
@include line-height(32);
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
&__header {
|
|
160
|
+
flex: 0;
|
|
161
|
+
padding-bottom: 40px;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
&__stores {
|
|
165
|
+
justify-content: flex-start;
|
|
166
|
+
|
|
167
|
+
a {
|
|
168
|
+
display: flex;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.download-app-img {
|
|
173
|
+
margin-top: -15px;
|
|
174
|
+
flex: 1 1 100%;
|
|
175
|
+
min-height: 180px;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
@include media-breakpoint-up(lg) {
|
|
182
|
+
.discount-offer {
|
|
183
|
+
&__body {
|
|
184
|
+
grid-template-columns: repeat(3, 1fr);
|
|
185
|
+
|
|
186
|
+
.clipboard-code.discount-code {
|
|
187
|
+
grid-column: auto;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.app-info {
|
|
192
|
+
.download-app-img {
|
|
193
|
+
background-image: url('../../img/apps/app-lg.png');
|
|
194
|
+
background-position-x: right;
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
@include media-breakpoint-up(xl) {
|
|
201
|
+
.discount-offer {
|
|
202
|
+
.app-info {
|
|
203
|
+
&__wrap {
|
|
204
|
+
align-items: center;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.download-app-img {
|
|
208
|
+
min-height: 307px;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@import '../helpers/helpers';
|
|
2
2
|
@import '../components/notifications';
|
|
3
|
+
@import '../components/leave-modal';
|
|
3
4
|
|
|
4
5
|
.personal-details {
|
|
5
6
|
padding-top: 0;
|
|
@@ -141,62 +142,6 @@
|
|
|
141
142
|
}
|
|
142
143
|
}
|
|
143
144
|
|
|
144
|
-
.details-modal {
|
|
145
|
-
.modal-dialog {
|
|
146
|
-
margin-top: 40px;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.modal-header {
|
|
150
|
-
padding: 16px;
|
|
151
|
-
|
|
152
|
-
.modal-box__inner-columns {
|
|
153
|
-
display: flex;
|
|
154
|
-
align-items: center;
|
|
155
|
-
|
|
156
|
-
.info-icon {
|
|
157
|
-
font-size: 1.7rem;
|
|
158
|
-
color: $orange;
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.close {
|
|
163
|
-
position: absolute;
|
|
164
|
-
top: 8px;
|
|
165
|
-
right: 8px;
|
|
166
|
-
margin: 0;
|
|
167
|
-
padding: 0;
|
|
168
|
-
|
|
169
|
-
.icon svg {
|
|
170
|
-
font-size: 1rem;
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.modal-title {
|
|
175
|
-
margin-left: 15px;
|
|
176
|
-
font-size: 1.125rem;
|
|
177
|
-
font-weight: 500;
|
|
178
|
-
line-height: 2rem;
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.modal-body {
|
|
183
|
-
padding: 16px;
|
|
184
|
-
|
|
185
|
-
.description {
|
|
186
|
-
margin-bottom: 0;
|
|
187
|
-
font-size: 1rem;
|
|
188
|
-
font-weight: 400;
|
|
189
|
-
line-height: 2rem;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.actions {
|
|
193
|
-
display: flex;
|
|
194
|
-
grid-gap: 16px;
|
|
195
|
-
margin-top: 32px;
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
|
|
200
145
|
@include media-breakpoint-up(sm) {
|
|
201
146
|
.personal-details {
|
|
202
147
|
&__header {
|
|
@@ -224,24 +169,6 @@
|
|
|
224
169
|
}
|
|
225
170
|
}
|
|
226
171
|
}
|
|
227
|
-
|
|
228
|
-
.details-modal {
|
|
229
|
-
.modal-header {
|
|
230
|
-
padding: 16px 24px;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
.modal-body {
|
|
234
|
-
padding: 24px 24px 16px;
|
|
235
|
-
|
|
236
|
-
.actions {
|
|
237
|
-
margin-top: 40px;
|
|
238
|
-
|
|
239
|
-
.btn_full {
|
|
240
|
-
width: auto;
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
172
|
}
|
|
246
173
|
|
|
247
174
|
@include media-breakpoint-up(md) {
|
|
@@ -22,6 +22,9 @@ $color-bar-radius: 3px;
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.srp-injected {
|
|
25
|
+
margin-bottom: 20px;
|
|
26
|
+
margin-top: 10px;
|
|
27
|
+
|
|
25
28
|
&__image {
|
|
26
29
|
margin-bottom: 20px;
|
|
27
30
|
|
|
@@ -35,9 +38,8 @@ $color-bar-radius: 3px;
|
|
|
35
38
|
font-size: 16px;
|
|
36
39
|
font-weight: 500;
|
|
37
40
|
line-height: 1.5;
|
|
38
|
-
padding:
|
|
39
|
-
|
|
40
|
-
text-align: center;
|
|
41
|
+
padding: 0;
|
|
42
|
+
text-align: left;
|
|
41
43
|
|
|
42
44
|
p {
|
|
43
45
|
margin: 0;
|
|
@@ -611,6 +613,14 @@ $color-bar-radius: 3px;
|
|
|
611
613
|
.card {
|
|
612
614
|
@include make-col-ready;
|
|
613
615
|
}
|
|
616
|
+
|
|
617
|
+
&-page {
|
|
618
|
+
.srp-injected {
|
|
619
|
+
&__content {
|
|
620
|
+
text-align: center;
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
}
|
|
614
624
|
}
|
|
615
625
|
|
|
616
626
|
.load-more-wrap {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
line-height: 1.5;
|
|
33
33
|
padding: 1em 1.25em;
|
|
34
34
|
margin-bottom: 20px;
|
|
35
|
-
text-align:
|
|
35
|
+
text-align: left;
|
|
36
36
|
|
|
37
37
|
p {
|
|
38
38
|
margin: 0;
|
|
@@ -268,6 +268,14 @@
|
|
|
268
268
|
.card {
|
|
269
269
|
@include make-col-ready;
|
|
270
270
|
}
|
|
271
|
+
|
|
272
|
+
&-page {
|
|
273
|
+
.srp-injected {
|
|
274
|
+
&__content {
|
|
275
|
+
text-align: center;
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
}
|
|
271
279
|
}
|
|
272
280
|
}
|
|
273
281
|
|
|
@@ -103,6 +103,27 @@
|
|
|
103
103
|
display: flex;
|
|
104
104
|
align-items: flex-start;
|
|
105
105
|
justify-content: space-between;
|
|
106
|
+
|
|
107
|
+
.icon-wrap {
|
|
108
|
+
display: flex;
|
|
109
|
+
align-items: center;
|
|
110
|
+
justify-content: center;
|
|
111
|
+
|
|
112
|
+
&:after {
|
|
113
|
+
content: '+';
|
|
114
|
+
color: $blue;
|
|
115
|
+
font-size: 1.575rem;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
&[aria-expanded='true'] {
|
|
120
|
+
.icon-wrap {
|
|
121
|
+
&:after {
|
|
122
|
+
content: '-';
|
|
123
|
+
font-size: 2.95rem;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|
|
106
127
|
}
|
|
107
128
|
|
|
108
129
|
&__list {
|
|
@@ -350,15 +350,11 @@
|
|
|
350
350
|
|
|
351
351
|
&__action {
|
|
352
352
|
@include normal-text;
|
|
353
|
-
display:
|
|
353
|
+
display: flex;
|
|
354
354
|
position: relative;
|
|
355
355
|
color: $white;
|
|
356
356
|
font-weight: 500;
|
|
357
357
|
text-decoration: none;
|
|
358
|
-
|
|
359
|
-
& + & {
|
|
360
|
-
margin-top: 8px;
|
|
361
|
-
}
|
|
362
358
|
}
|
|
363
359
|
|
|
364
360
|
&__name {
|
|
@@ -679,3 +675,4 @@
|
|
|
679
675
|
transform: translate3d(0, 0, 0); /* safari rendering fix */
|
|
680
676
|
}
|
|
681
677
|
}
|
|
678
|
+
|