wickes-css2 2.98.0-billie.4 → 2.98.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.
Files changed (138) hide show
  1. package/Readme.md +1 -1
  2. package/build/css/category-main.css +1 -1
  3. package/build/css/components/checkout-payment-details-v2.css +1 -1
  4. package/build/css/components/global-search.css +1 -1
  5. package/build/css/components/loader.css +1 -1
  6. package/build/css/emulation.css +1 -1
  7. package/build/css/homepage-main.css +1 -1
  8. package/build/css/main.css +1 -1
  9. package/build/css/my-account-main-v2.css +1 -1
  10. package/build/css/my-account-main.css +1 -1
  11. package/build/css/pages/checkout-new.css +1 -1
  12. package/build/css/pages/my-account-v2.css +1 -1
  13. package/build/css/pages/page_address-book.css +1 -1
  14. package/build/css/pages/page_change-password.css +1 -1
  15. package/build/css/pages/page_default-store.css +1 -1
  16. package/build/css/pages/page_discount.css +1 -0
  17. package/build/css/pages/page_home.css +1 -1
  18. package/build/css/pages/page_my-orders.css +1 -1
  19. package/build/css/pages/page_personal-details.css +1 -1
  20. package/build/css/pages/page_products-list-combined.css +1 -1
  21. package/build/css/pages/page_products-list.css +1 -1
  22. package/build/css/pdp-main-before-combine.css +1 -1
  23. package/build/css/pdp-main-critical.css +1 -1
  24. package/build/css/pdp-main-non-critical.css +1 -1
  25. package/build/css/pdp-main.css +1 -1
  26. package/build/css/plp-main.css +1 -1
  27. package/build/css/store-locator-main.css +1 -1
  28. package/build/img/apps/app-lg.png +0 -0
  29. package/build/img/apps/app-md.png +0 -0
  30. package/build/js/basket.min.js +2 -2
  31. package/build/js/bundle.min.js +1 -1
  32. package/build/js/checkout.min.js +1 -1
  33. package/build/js/default-store.min.js +1 -1
  34. package/build/js/emulation.min.js +11 -23
  35. package/build/js/general.bundle.min.js +1 -1
  36. package/build/js/merged-checkout.min.js +1 -1
  37. package/build/js/my-account.min.js +1 -1
  38. package/build/js/page/basket-v2.js +1 -2
  39. package/build/js/page/checkout-payment-details.js +0 -8
  40. package/build/js/page/default-store.js +1 -4
  41. package/build/js/page/my-account.js +9 -2
  42. package/build/js/page/personal-details.js +22 -1
  43. package/build/js/pdp.bundle.min.js +1 -1
  44. package/build/js/personal-details.min.js +1 -1
  45. package/build/js/plp.bundle.min.js +1 -1
  46. package/build/js/project-list.min.js +1 -1
  47. package/package.json +10 -2
  48. package/src/components/address-postcode-look-up.hbs +2 -2
  49. package/src/components/checkout-edit-billing-address.hbs +6 -20
  50. package/src/components/checkout-payment-details-v2.hbs +55 -94
  51. package/src/components/checkout_payment-new.hbs +1 -10
  52. package/src/components/header-menu/logout-action.hbs +8 -0
  53. package/src/components/header-menu/popover-actions-mob.hbs +11 -0
  54. package/src/components/header-menu/popover-actions.hbs +13 -0
  55. package/src/components/header-menu/user-actions-mob.hbs +18 -0
  56. package/src/components/header-menu/user-actions.hbs +12 -0
  57. package/src/components/my-account/active-orders/list-orders.hbs +1 -1
  58. package/src/components/my-account/active-orders/order.hbs +0 -2
  59. package/src/components/my-account/clipboard-code-card.hbs +13 -6
  60. package/src/components/my-account/discount.hbs +3 -1
  61. package/src/components/payment-loader.hbs +21 -59
  62. package/src/components/payments-checkout-v2.hbs +6 -12
  63. package/src/components/payments-checkout.hbs +0 -6
  64. package/src/components/payments.hbs +4 -10
  65. package/src/components/price-block-order.hbs +0 -1
  66. package/src/data/data_header-menu.json +153 -0
  67. package/src/data/my-account/data_discount.json +80 -0
  68. package/src/data/my-account/data_personal-details.json +22 -0
  69. package/src/elements/radiobutton.hbs +0 -7
  70. package/src/img/apps/app-lg.png +0 -0
  71. package/src/img/apps/app-md.png +0 -0
  72. package/src/js/components/general/clamp-content.js +1 -0
  73. package/src/js/components/general/main-nav.js +5 -5
  74. package/src/js/emulation/paymentLoader.js +11 -22
  75. package/src/js/page/basket-v2.js +1 -2
  76. package/src/js/page/checkout-payment-details.js +0 -8
  77. package/src/js/page/default-store.js +1 -4
  78. package/src/js/page/my-account.js +9 -2
  79. package/src/js/page/personal-details.js +22 -1
  80. package/src/page_checkout_delivery-address-customer-journey.html +2 -2
  81. package/src/page_my-account-installer.html +2 -1
  82. package/src/page_my-account-trade-pro.html +1 -0
  83. package/src/page_my-account.html +10 -2
  84. package/src/page_personal-details.html +5 -0
  85. package/src/page_plp_v2-vat.html +8 -2
  86. package/src/page_shopping-cart-v2.html +2 -3
  87. package/src/page_tradepro-discount-app.html +82 -0
  88. package/src/page_tradepro-discount.html +82 -0
  89. package/src/partials/header.hbs +40 -41
  90. package/src/partials/main-nav.hbs +51 -171
  91. package/src/scss/common/_elements.scss +0 -4
  92. package/src/scss/common/_rewards-counter.scss +1 -1
  93. package/src/scss/components/_leave-modal.scss +6 -2
  94. package/src/scss/components/_payments-v2.scss +0 -8
  95. package/src/scss/components/_price-block-critical.scss +3 -3
  96. package/src/scss/components/_price-block.scss +8 -3
  97. package/src/scss/components/checkout-payment-details-v2.scss +0 -237
  98. package/src/scss/components/loader.scss +0 -8
  99. package/src/scss/components/my-account/_active-orders.scss +0 -2
  100. package/src/scss/components/my-account/_barcode.scss +58 -0
  101. package/src/scss/components/my-account/_clipboard-code.scss +77 -0
  102. package/src/scss/components/my-account/_discount.scss +51 -0
  103. package/src/scss/emulation.scss +1 -1
  104. package/src/scss/helpers/_mixins.scss +9 -0
  105. package/src/scss/pages/_checkout-confirmation-new.scss +3 -10
  106. package/src/scss/pages/my-account-v2.scss +38 -172
  107. package/src/scss/pages/page_change-password.scss +1 -1
  108. package/src/scss/pages/page_default-store.scss +5 -4
  109. package/src/scss/pages/page_discount.scss +212 -0
  110. package/src/scss/pages/page_personal-details.scss +1 -74
  111. package/src/scss/pages/page_products-list-combined.scss +13 -3
  112. package/src/scss/pages/page_products-list.scss +9 -1
  113. package/src/scss/partials/_header-critical.scss +2 -5
  114. package/src/scss/partials/_header.scss +58 -25
  115. package/src/scss/partials/_main-nav.scss +43 -29
  116. package/src/scss/plp-main.scss +1 -0
  117. package/src/sitemap.html +2 -25
  118. package/build/img/billie-logo.svg +0 -4
  119. package/build/img/billie-spinner.svg +0 -5
  120. package/build/img/billie.svg +0 -4
  121. package/build/img/payment/checkout/billie.svg +0 -4
  122. package/build/img/payment/footer/billie.svg +0 -4
  123. package/build/js/page/billie-business-type.js +0 -34
  124. package/src/components/address-billie.hbs +0 -42
  125. package/src/components/checkout-payment-info-block.hbs +0 -49
  126. package/src/components/checkout-payment-option.hbs +0 -40
  127. package/src/components/my-account/active-orders/payment-status.hbs +0 -8
  128. package/src/img/billie-logo.svg +0 -4
  129. package/src/img/billie-spinner.svg +0 -5
  130. package/src/img/billie.svg +0 -4
  131. package/src/img/payment/checkout/billie.svg +0 -4
  132. package/src/img/payment/footer/billie.svg +0 -4
  133. package/src/js/page/billie-business-type.js +0 -34
  134. package/src/page_checkout_confirmation-billie.html +0 -339
  135. package/src/page_payment-details-with-billie.html +0 -67
  136. package/src/page_product-details-billie.html +0 -86
  137. package/src/scss/components/_tooltip.scss +0 -19
  138. package/src/scss/components/my-account/_payment-status.scss +0 -36
@@ -5,8 +5,10 @@
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
- @import '../components/my-account/payment-status';
10
12
 
11
13
  .my-account {
12
14
  margin: 0;
@@ -106,92 +108,14 @@
106
108
  }
107
109
  }
108
110
 
109
- .discount,
110
- .clipboard-code {
111
- background: rgba(255, 255, 255, .08);
112
- border-radius: 4px;
113
- padding: 16px;
114
-
115
- .title {
116
- margin-bottom: 0;
117
- font-weight: 700;
118
- font-size: 1rem;
119
- line-height: 1.25rem;
120
- }
121
-
122
- .subtitle {
123
- display: inline-block;
124
- font-weight: 400;
125
- font-size: .875rem;
126
- line-height: 1.375rem;
127
- }
128
- }
129
-
130
111
  .discount {
131
112
  margin-top: 16px;
132
113
  padding-bottom: 26px;
133
-
134
- &__content {
135
- display: flex;
136
-
137
- .subtitle {
138
- margin: 4px 0 0;
139
- }
140
-
141
- .icon {
142
- font-size: 1.44rem;
143
- height: 18px;
144
- margin: 6px 4px;
145
- color: $blue-satin;
146
- }
147
- }
148
-
149
- &__code {
150
- margin-left: 8px;
151
- }
152
114
  }
153
115
 
154
116
  .clipboard-code {
155
117
  display: flex;
156
118
  margin-top: 16px;
157
-
158
- .icon {
159
- width: 24px;
160
- height: 25px;
161
- margin: 4px;
162
- color: $blue-satin;
163
- }
164
-
165
- &__content {
166
- margin-left: 8px;
167
- }
168
-
169
- &__cta {
170
- margin-top: 4px;
171
- display: flex;
172
- align-items: center;
173
-
174
- .btn--icon {
175
- padding: 4px;
176
- margin-left: 4px;
177
- border: 0;
178
- border-radius: 0;
179
- background: transparent;
180
- display: inline-flex;
181
-
182
- .icon-copy {
183
- width: 14px;
184
- height: auto;
185
- color: $white;
186
- }
187
- }
188
- }
189
-
190
- &.trade-pro-id {
191
- .icon path {
192
- fill: $blue-satin;
193
- }
194
- }
195
119
  }
196
120
 
197
121
  .greetings {
@@ -210,67 +134,6 @@
210
134
  margin-bottom: 0;
211
135
  }
212
136
  }
213
-
214
- .barcode {
215
- margin-top: 16px;
216
- padding: 12px;
217
- background: $white;
218
- border-radius: 4px;
219
- color: $gray-dark;
220
- position: relative;
221
- font-size: .75rem;
222
- line-height: 1rem;
223
-
224
- &__discount {
225
- position: absolute;
226
- top: -8px;
227
- right: -8px;
228
-
229
- img {
230
- border-radius: 40px;
231
- width: 100%;
232
- max-width: 58px;
233
- }
234
- }
235
-
236
- &__content {
237
- display: flex;
238
- justify-content: center;
239
- align-items: center;
240
- margin-bottom: 8px;
241
-
242
- p {
243
- margin-bottom: 0;
244
- margin-left: 8px;
245
- font-weight: 500;
246
- display: -webkit-box;
247
- -webkit-line-clamp: 1;
248
- -webkit-box-orient: vertical;
249
- overflow: hidden;
250
- text-overflow: ellipsis;
251
- }
252
-
253
- .custom-icon {
254
- width: 13px;
255
- height: auto;
256
- }
257
- }
258
-
259
- &__image {
260
- display: flex;
261
-
262
- svg {
263
- width: 100%;
264
- height: auto;
265
- }
266
- }
267
-
268
- &__code {
269
- text-align: center;
270
- margin-top: 8px;
271
- margin-bottom: 0;
272
- }
273
- }
274
137
  }
275
138
 
276
139
  .tooltip {
@@ -337,6 +200,10 @@
337
200
  .discount {
338
201
  grid-row: span 2;
339
202
  padding-bottom: 16px;
203
+
204
+ &__content {
205
+ align-items: center;
206
+ }
340
207
  }
341
208
 
342
209
  .clipboard-code {
@@ -365,17 +232,6 @@
365
232
  }
366
233
  }
367
234
 
368
- @include media-breakpoint-only(md) {
369
- .my-account {
370
- .clipboard-code {
371
- .icon {
372
- font-size: 2rem;
373
- height: auto;
374
- }
375
- }
376
- }
377
- }
378
-
379
235
  @include media-breakpoint-up(lg) {
380
236
  .my-account {
381
237
  .account-summary {
@@ -403,25 +259,25 @@
403
259
  font-size: 1rem;
404
260
  }
405
261
  }
406
- }
407
- }
408
262
 
409
- .barcode {
410
- max-width: 155px;
411
- height: auto;
412
- margin-left: 24px;
413
- padding: 12px;
414
- margin-top: -4px;
415
- margin-bottom: -4px;
416
-
417
- &__content,
418
- &__code {
419
- display: none;
420
- }
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
+ }
421
275
 
422
- &__discount {
423
- top: -12px;
424
- right: -12px;
276
+ &__discount {
277
+ top: -12px;
278
+ right: -12px;
279
+ }
280
+ }
425
281
  }
426
282
  }
427
283
 
@@ -437,6 +293,11 @@
437
293
  &__wrapper {
438
294
  grid-template-columns: minmax(auto, 502px) 1fr 1fr;
439
295
 
296
+ .icon-wrap {
297
+ width: 48px;
298
+ height: 48px;
299
+ }
300
+
440
301
  .discount {
441
302
  .icon {
442
303
  font-size: 1.75rem;
@@ -445,10 +306,15 @@
445
306
  }
446
307
  }
447
308
 
448
- .clipboard-code .icon {
449
- margin: auto 6px;
450
- width: auto;
451
- height: 32px;
309
+ .clipboard-code {
310
+ .icon {
311
+ font-size: 2rem;
312
+ }
313
+
314
+ .custom-icon {
315
+ width: 36px;
316
+ height: auto;
317
+ }
452
318
  }
453
319
  }
454
320
  }
@@ -7,7 +7,7 @@
7
7
 
8
8
  .globalMessages {
9
9
  .notification:first-child {
10
- margin-top: 16px
10
+ margin-top: 16px;
11
11
  }
12
12
 
13
13
  .notification {
@@ -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: 1em 1.25em;
39
- margin-bottom: 20px;
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: center;
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
 
@@ -350,15 +350,11 @@
350
350
 
351
351
  &__action {
352
352
  @include normal-text;
353
- display: block;
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
+