@comicrelief/component-library 6.2.0 → 6.3.0

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 (63) hide show
  1. package/dist/components/Atoms/Picture/Picture.md +6 -9
  2. package/dist/components/Atoms/Picture/Picture.test.js +5 -5
  3. package/dist/components/Molecules/ArticleTeaser/ArticleTeaser.md +6 -8
  4. package/dist/components/Molecules/ArticleTeaser/ArticleTeaser.test.js +3 -3
  5. package/dist/components/Molecules/Box/Box.md +5 -7
  6. package/dist/components/Molecules/Box/Box.test.js +3 -3
  7. package/dist/components/Molecules/Card/Card.md +5 -7
  8. package/dist/components/Molecules/Card/Card.test.js +5 -5
  9. package/dist/components/Molecules/CardDs/CardDs.md +8 -12
  10. package/dist/components/Molecules/CardDs/CardDs.test.js +3 -3
  11. package/dist/components/Molecules/PartnerLink/PartnerLink.md +2 -3
  12. package/dist/components/Molecules/PartnerLink/PartnerLink.test.js +3 -3
  13. package/dist/components/Molecules/Promo/Promo.md +13 -14
  14. package/dist/components/Molecules/Promo/Promo.test.js +5 -5
  15. package/dist/components/Molecules/SearchResult/SearchResult.md +12 -16
  16. package/dist/components/Molecules/SearchResult/SearchResult.test.js +5 -5
  17. package/dist/components/Molecules/SingleMessage/SingleMessage.md +37 -48
  18. package/dist/components/Molecules/SingleMessage/SingleMessage.test.js +15 -15
  19. package/dist/components/Molecules/SingleMessageDS/SingleMessageDs.md +15 -20
  20. package/dist/components/Molecules/SingleMessageDS/SingleMessageDs.test.js +3 -3
  21. package/dist/components/Organisms/Donate/Donate.js +35 -7
  22. package/dist/components/Organisms/Donate/Donate.md +148 -14
  23. package/dist/components/Organisms/Donate/Donate.style.js +61 -45
  24. package/dist/components/Organisms/Donate/Donate.test.js +7 -7
  25. package/dist/components/Organisms/Donate/Form/Form.js +6 -1
  26. package/dist/components/Organisms/Donate/Form/PopUpComponent.js +74 -0
  27. package/dist/components/Organisms/Donate/__snapshots__/Donate.test.js.snap +344 -388
  28. package/dist/components/Organisms/Donate/assets/close.svg +3 -0
  29. package/dist/components/Organisms/Membership/Membership.md +6 -6
  30. package/dist/components/Organisms/Membership/Membership.test.js +5 -5
  31. package/dist/styleguide/data/data.js +9 -3
  32. package/package.json +2 -1
  33. package/src/components/Atoms/Picture/Picture.md +6 -9
  34. package/src/components/Atoms/Picture/Picture.test.js +4 -5
  35. package/src/components/Molecules/ArticleTeaser/ArticleTeaser.md +6 -8
  36. package/src/components/Molecules/ArticleTeaser/ArticleTeaser.test.js +3 -4
  37. package/src/components/Molecules/Box/Box.md +5 -7
  38. package/src/components/Molecules/Box/Box.test.js +2 -3
  39. package/src/components/Molecules/Card/Card.md +5 -7
  40. package/src/components/Molecules/Card/Card.test.js +3 -4
  41. package/src/components/Molecules/CardDs/CardDs.md +8 -12
  42. package/src/components/Molecules/CardDs/CardDs.test.js +3 -4
  43. package/src/components/Molecules/PartnerLink/PartnerLink.md +2 -3
  44. package/src/components/Molecules/PartnerLink/PartnerLink.test.js +2 -3
  45. package/src/components/Molecules/Promo/Promo.md +13 -14
  46. package/src/components/Molecules/Promo/Promo.test.js +5 -6
  47. package/src/components/Molecules/SearchResult/SearchResult.md +12 -16
  48. package/src/components/Molecules/SearchResult/SearchResult.test.js +5 -5
  49. package/src/components/Molecules/SingleMessage/SingleMessage.md +37 -48
  50. package/src/components/Molecules/SingleMessage/SingleMessage.test.js +15 -16
  51. package/src/components/Molecules/SingleMessageDS/SingleMessageDs.md +15 -20
  52. package/src/components/Molecules/SingleMessageDS/SingleMessageDs.test.js +3 -4
  53. package/src/components/Organisms/Donate/Donate.js +91 -50
  54. package/src/components/Organisms/Donate/Donate.md +148 -14
  55. package/src/components/Organisms/Donate/Donate.style.js +16 -1
  56. package/src/components/Organisms/Donate/Donate.test.js +7 -7
  57. package/src/components/Organisms/Donate/Form/Form.js +9 -1
  58. package/src/components/Organisms/Donate/Form/PopUpComponent.js +63 -0
  59. package/src/components/Organisms/Donate/__snapshots__/Donate.test.js.snap +344 -388
  60. package/src/components/Organisms/Donate/assets/close.svg +3 -0
  61. package/src/components/Organisms/Membership/Membership.md +6 -6
  62. package/src/components/Organisms/Membership/Membership.test.js +9 -14
  63. package/src/styleguide/data/data.js +12 -1
@@ -1,7 +1,7 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
3
  exports[`Monthly donation renders correctly 1`] = `
4
- .c7 {
4
+ .c4 {
5
5
  color: #FFFFFF;
6
6
  font-size: 4rem;
7
7
  line-height: 4rem;
@@ -14,7 +14,7 @@ exports[`Monthly donation renders correctly 1`] = `
14
14
  letter-spacing: 0.03rem;
15
15
  }
16
16
 
17
- .c8 {
17
+ .c5 {
18
18
  color: #FFFFFF;
19
19
  font-size: 1.25rem;
20
20
  line-height: 1.25rem;
@@ -24,7 +24,15 @@ exports[`Monthly donation renders correctly 1`] = `
24
24
  font-size: 1rem;
25
25
  }
26
26
 
27
- .c19 {
27
+ .c16 {
28
+ font-size: 1rem;
29
+ line-height: 1rem;
30
+ text-transform: inherit;
31
+ line-height: normal;
32
+ font-family: 'Montserrat',Helvetica,Arial,sans-serif;
33
+ }
34
+
35
+ .c20 {
28
36
  font-size: 1.5rem;
29
37
  line-height: 1.5rem;
30
38
  text-transform: inherit;
@@ -33,7 +41,7 @@ exports[`Monthly donation renders correctly 1`] = `
33
41
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
34
42
  }
35
43
 
36
- .c23 {
44
+ .c24 {
37
45
  font-size: 1rem;
38
46
  line-height: 1rem;
39
47
  text-transform: inherit;
@@ -42,7 +50,7 @@ exports[`Monthly donation renders correctly 1`] = `
42
50
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
43
51
  }
44
52
 
45
- .c28 {
53
+ .c29 {
46
54
  font-size: 1rem;
47
55
  line-height: 1rem;
48
56
  text-transform: inherit;
@@ -51,26 +59,7 @@ exports[`Monthly donation renders correctly 1`] = `
51
59
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
52
60
  }
53
61
 
54
- .c1 {
55
- display: block;
56
- width: 100%;
57
- height: 100%;
58
- position: relative;
59
- position: absolute;
60
- bottom: 0px;
61
- left: 0px;
62
- right: 0px;
63
- height: 100%;
64
- }
65
-
66
- .c3 {
67
- width: 100%;
68
- height: 100%;
69
- display: block;
70
- object-fit: cover;
71
- }
72
-
73
- .c21 {
62
+ .c22 {
74
63
  position: relative;
75
64
  display: -webkit-box;
76
65
  display: -webkit-flex;
@@ -83,11 +72,11 @@ exports[`Monthly donation renders correctly 1`] = `
83
72
  width: 100%;
84
73
  }
85
74
 
86
- .c24 {
75
+ .c25 {
87
76
  margin-bottom: 0.5rem;
88
77
  }
89
78
 
90
- .c26 {
79
+ .c27 {
91
80
  position: relative;
92
81
  box-sizing: border-box;
93
82
  width: 100%;
@@ -107,20 +96,48 @@ exports[`Monthly donation renders correctly 1`] = `
107
96
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
108
97
  }
109
98
 
110
- .c26:focus {
99
+ .c27:focus {
111
100
  border: 1px solid #666;
112
101
  }
113
102
 
114
- .c25 {
103
+ .c26 {
115
104
  position: relative;
116
105
  font-size: 1.25rem;
117
106
  }
118
107
 
119
- .c22 {
108
+ .c13 {
109
+ display: grid;
110
+ gap: 0.5rem;
111
+ background-color: #FFFFFF;
112
+ box-shadow: 0px 0px 16px rgba(0,0,0,0.15);
113
+ border-radius: 8px;
114
+ }
115
+
116
+ .c15 {
117
+ margin: 0 32px 32px;
118
+ }
119
+
120
+ .c14 {
121
+ justify-self: end;
122
+ background: transparent;
123
+ border: 0;
124
+ cursor: pointer;
125
+ margin: 17px 17px 0;
126
+ width: 20px;
127
+ }
128
+
129
+ .c14:active,
130
+ .c14:focus,
131
+ .c14:hover {
132
+ outline: none;
133
+ border: 1px solid #969598;
134
+ }
135
+
136
+ .c23 {
120
137
  display: block;
121
138
  }
122
139
 
123
- .c22 input {
140
+ .c23 input {
124
141
  border: none;
125
142
  background-color: #BECCF9;
126
143
  color: #000000;
@@ -132,40 +149,34 @@ exports[`Monthly donation renders correctly 1`] = `
132
149
  height: auto;
133
150
  }
134
151
 
135
- .c22 input:focus {
152
+ .c23 input:focus {
136
153
  border: none;
137
154
  outline: none;
138
155
  box-shadow: inset 0 0 0 4px #0565D1;
139
156
  }
140
157
 
141
- .c22 input:active:focus {
158
+ .c23 input:active:focus {
142
159
  box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
143
160
  }
144
161
 
145
162
  .c0 {
146
- background-color: #274084;
147
163
  position: relative;
148
164
  display: -webkit-box;
149
165
  display: -webkit-flex;
150
166
  display: -ms-flexbox;
151
167
  display: flex;
168
+ -webkit-flex-direction: column;
169
+ -ms-flex-direction: column;
170
+ flex-direction: column;
152
171
  -webkit-box-pack: center;
153
172
  -webkit-justify-content: center;
154
173
  -ms-flex-pack: center;
155
174
  justify-content: center;
156
175
  height: auto;
176
+ background-color: #274084;
157
177
  }
158
178
 
159
- .c2 {
160
- position: absolute;
161
- bottom: 0;
162
- left: 0;
163
- right: 0;
164
- height: 100%;
165
- opacity: 0.4;
166
- }
167
-
168
- .c4 {
179
+ .c1 {
169
180
  position: relative;
170
181
  text-align: center;
171
182
  padding: 2rem 1rem;
@@ -183,7 +194,7 @@ exports[`Monthly donation renders correctly 1`] = `
183
194
  flex-direction: row-reverse;
184
195
  }
185
196
 
186
- .c5 {
197
+ .c2 {
187
198
  width: 100%;
188
199
  display: -webkit-box;
189
200
  display: -webkit-flex;
@@ -192,17 +203,17 @@ exports[`Monthly donation renders correctly 1`] = `
192
203
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
193
204
  }
194
205
 
195
- .c6 {
206
+ .c3 {
196
207
  position: relative;
197
208
  text-align: left;
198
209
  }
199
210
 
200
- .c9 {
211
+ .c6 {
201
212
  position: relative;
202
213
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
203
214
  }
204
215
 
205
- .c16 {
216
+ .c17 {
206
217
  position: relative;
207
218
  width: 100%;
208
219
  background-color: #FFFFFF;
@@ -211,37 +222,37 @@ exports[`Monthly donation renders correctly 1`] = `
211
222
  margin-top: 1rem;
212
223
  }
213
224
 
214
- .c16 h3 {
225
+ .c17 h3 {
215
226
  margin-top: 1rem;
216
227
  }
217
228
 
218
- .c16 input {
229
+ .c17 input {
219
230
  max-width: 100%;
220
231
  margin: 0;
221
232
  }
222
233
 
223
- .c16 input[type='submit'] {
234
+ .c17 input[type='submit'] {
224
235
  margin: 2rem 0;
225
236
  }
226
237
 
227
- .c17 {
238
+ .c18 {
228
239
  padding: 0 1rem 1rem;
229
240
  margin: 0;
230
241
  border: none;
231
242
  }
232
243
 
233
- .c17 input[type='submit'] {
244
+ .c18 input[type='submit'] {
234
245
  margin-bottom: 0;
235
246
  }
236
247
 
237
- .c18 {
248
+ .c19 {
238
249
  margin: 0;
239
250
  padding: 2rem 0.5rem;
240
251
  display: block;
241
252
  width: 100%;
242
253
  }
243
254
 
244
- .c20 {
255
+ .c21 {
245
256
  display: -webkit-box;
246
257
  display: -webkit-flex;
247
258
  display: -ms-flexbox;
@@ -256,18 +267,18 @@ exports[`Monthly donation renders correctly 1`] = `
256
267
  margin-bottom: 2rem;
257
268
  }
258
269
 
259
- .c20 label {
270
+ .c21 label {
260
271
  -webkit-flex: 0 0 30%;
261
272
  -ms-flex: 0 0 30%;
262
273
  flex: 0 0 30%;
263
274
  margin-bottom: 0.5rem;
264
275
  }
265
276
 
266
- .c20 label input {
277
+ .c21 label input {
267
278
  cursor: pointer;
268
279
  }
269
280
 
270
- .c27 {
281
+ .c28 {
271
282
  display: -webkit-box;
272
283
  display: -webkit-flex;
273
284
  display: -ms-flexbox;
@@ -282,11 +293,11 @@ exports[`Monthly donation renders correctly 1`] = `
282
293
  justify-content: center;
283
294
  }
284
295
 
285
- .c29 {
296
+ .c30 {
286
297
  margin-right: 0.5rem;
287
298
  }
288
299
 
289
- .c30 {
300
+ .c31 {
290
301
  position: relative;
291
302
  -webkit-flex-basis: 50%;
292
303
  -ms-flex-preferred-size: 50%;
@@ -302,7 +313,7 @@ exports[`Monthly donation renders correctly 1`] = `
302
313
  display: block;
303
314
  }
304
315
 
305
- .c30 span {
316
+ .c31 span {
306
317
  position: absolute;
307
318
  font-size: 20px;
308
319
  top: 50%;
@@ -315,7 +326,7 @@ exports[`Monthly donation renders correctly 1`] = `
315
326
  z-index: 3;
316
327
  }
317
328
 
318
- .c30 input {
329
+ .c31 input {
319
330
  height: 48px;
320
331
  border: 2px solid #969598;
321
332
  background: #F4F3F5;
@@ -323,12 +334,12 @@ exports[`Monthly donation renders correctly 1`] = `
323
334
  padding: 0.5rem 1rem 0.5rem 2rem;
324
335
  }
325
336
 
326
- .c30 input:focus {
337
+ .c31 input:focus {
327
338
  outline: none;
328
339
  border: 2px solid #969598;
329
340
  }
330
341
 
331
- .c31 {
342
+ .c32 {
332
343
  width: 100%;
333
344
  margin: 2rem 0 2rem;
334
345
  color: #FFFFFF;
@@ -347,14 +358,14 @@ exports[`Monthly donation renders correctly 1`] = `
347
358
  appearance: none;
348
359
  }
349
360
 
350
- .c31:active,
351
- .c31:focus,
352
- .c31:hover {
361
+ .c32:active,
362
+ .c32:focus,
363
+ .c32:hover {
353
364
  outline: none;
354
365
  background-color: #961D35;
355
366
  }
356
367
 
357
- .c15 {
368
+ .c12 {
358
369
  width: 50%;
359
370
  height: 48px;
360
371
  border-radius: 2rem;
@@ -368,7 +379,7 @@ exports[`Monthly donation renders correctly 1`] = `
368
379
  box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
369
380
  }
370
381
 
371
- .c10 {
382
+ .c7 {
372
383
  display: -webkit-box;
373
384
  display: -webkit-flex;
374
385
  display: -ms-flexbox;
@@ -376,7 +387,7 @@ exports[`Monthly donation renders correctly 1`] = `
376
387
  margin: 1rem 0;
377
388
  }
378
389
 
379
- .c11 {
390
+ .c8 {
380
391
  width: 100%;
381
392
  padding: 2px;
382
393
  position: relative;
@@ -392,11 +403,11 @@ exports[`Monthly donation renders correctly 1`] = `
392
403
  background: #BECCF9;
393
404
  }
394
405
 
395
- .c11 #give-monthly:checked ~ .c14 {
406
+ .c8 #give-monthly:checked ~ .c11 {
396
407
  left: calc(50% - 2px);
397
408
  }
398
409
 
399
- .c11 input {
410
+ .c8 input {
400
411
  border: 0;
401
412
  -webkit-clip: rect(0 0 0 0);
402
413
  clip: rect(0 0 0 0);
@@ -411,11 +422,11 @@ exports[`Monthly donation renders correctly 1`] = `
411
422
  width: 1px;
412
423
  }
413
424
 
414
- .c11 input:focus:not(:checked) + label {
425
+ .c8 input:focus:not(:checked) + label {
415
426
  box-shadow: inset 0 0 0 4px #0565D1;
416
427
  }
417
428
 
418
- .c12 {
429
+ .c9 {
419
430
  font-size: 1rem;
420
431
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
421
432
  font-weight: bold;
@@ -442,27 +453,27 @@ exports[`Monthly donation renders correctly 1`] = `
442
453
  cursor: default;
443
454
  }
444
455
 
445
- .c12:active:focus {
456
+ .c9:active:focus {
446
457
  box-shadow: none;
447
458
  }
448
459
 
449
- .c12:focus {
460
+ .c9:focus {
450
461
  border: none;
451
462
  outline: none;
452
463
  box-shadow: inset 0 0 0 4px #0565D1;
453
464
  }
454
465
 
455
- .c12[for='give-once'] {
466
+ .c9[for='give-once'] {
456
467
  border-radius: 2rem;
457
468
  color: #FFFFFF;
458
469
  }
459
470
 
460
- .c12[for='give-monthly'] {
471
+ .c9[for='give-monthly'] {
461
472
  border-radius: 2rem;
462
473
  color: #FFFFFF;
463
474
  }
464
475
 
465
- .c13 {
476
+ .c10 {
466
477
  font-size: 1rem;
467
478
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
468
479
  font-weight: bold;
@@ -489,40 +500,48 @@ exports[`Monthly donation renders correctly 1`] = `
489
500
  cursor: pointer;
490
501
  }
491
502
 
492
- .c13:active:focus {
503
+ .c10:active:focus {
493
504
  box-shadow: none;
494
505
  }
495
506
 
496
- .c13:focus {
507
+ .c10:focus {
497
508
  border: none;
498
509
  outline: none;
499
510
  box-shadow: inset 0 0 0 4px #0565D1;
500
511
  }
501
512
 
502
- .c13[for='give-once'] {
513
+ .c10[for='give-once'] {
503
514
  border-radius: 2rem;
504
515
  color: #000000;
505
516
  }
506
517
 
507
- .c13[for='give-monthly'] {
518
+ .c10[for='give-monthly'] {
508
519
  border-radius: 2rem;
509
520
  color: #000000;
510
521
  }
511
522
 
512
523
  @media (min-width:740px) {
513
- .c8 {
524
+ .c5 {
514
525
  font-size: 1.25rem;
515
526
  }
516
527
  }
517
528
 
518
529
  @media (min-width:740px) {
519
- .c26 {
530
+ .c27 {
520
531
  max-width: 290px;
521
532
  }
522
533
  }
523
534
 
524
535
  @media (min-width:740px) {
525
- .c22 input {
536
+ .c13 {
537
+ width: 450px;
538
+ margin-right: auto;
539
+ margin-left: auto;
540
+ }
541
+ }
542
+
543
+ @media (min-width:740px) {
544
+ .c23 input {
526
545
  font-size: 2rem;
527
546
  padding: 1.5rem;
528
547
  }
@@ -530,6 +549,9 @@ exports[`Monthly donation renders correctly 1`] = `
530
549
 
531
550
  @media (min-width:1024px) {
532
551
  .c0 {
552
+ -webkit-flex-direction: row;
553
+ -ms-flex-direction: row;
554
+ flex-direction: row;
533
555
  -webkit-align-items: center;
534
556
  -webkit-box-align: center;
535
557
  -ms-flex-align: center;
@@ -538,17 +560,18 @@ exports[`Monthly donation renders correctly 1`] = `
538
560
  -webkit-justify-content: inherit;
539
561
  -ms-flex-pack: inherit;
540
562
  justify-content: inherit;
563
+ background-color: #274084;
541
564
  }
542
565
  }
543
566
 
544
567
  @media (min-width:740px) {
545
- .c4 {
568
+ .c1 {
546
569
  padding: 4rem 1rem;
547
570
  }
548
571
  }
549
572
 
550
573
  @media (min-width:1024px) {
551
- .c4 {
574
+ .c1 {
552
575
  display: -webkit-box;
553
576
  display: -webkit-flex;
554
577
  display: -ms-flexbox;
@@ -558,7 +581,7 @@ exports[`Monthly donation renders correctly 1`] = `
558
581
  }
559
582
 
560
583
  @media (min-width:1024px) {
561
- .c5 {
584
+ .c2 {
562
585
  width: 50%;
563
586
  padding: 4rem;
564
587
  -webkit-align-items: center;
@@ -569,13 +592,13 @@ exports[`Monthly donation renders correctly 1`] = `
569
592
  }
570
593
 
571
594
  @media (min-width:1024px) {
572
- .c9 {
595
+ .c6 {
573
596
  width: 50%;
574
597
  }
575
598
  }
576
599
 
577
600
  @media (min-width:740px) {
578
- .c16 {
601
+ .c17 {
579
602
  width: 450px;
580
603
  margin-right: auto;
581
604
  margin-left: auto;
@@ -583,13 +606,13 @@ exports[`Monthly donation renders correctly 1`] = `
583
606
  }
584
607
 
585
608
  @media (min-width:740px) {
586
- .c17 {
609
+ .c18 {
587
610
  padding: 0 2rem 2rem;
588
611
  }
589
612
  }
590
613
 
591
614
  @media (min-width:740px) {
592
- .c20 {
615
+ .c21 {
593
616
  -webkit-flex-direction: row;
594
617
  -ms-flex-direction: row;
595
618
  flex-direction: row;
@@ -597,13 +620,13 @@ exports[`Monthly donation renders correctly 1`] = `
597
620
  }
598
621
 
599
622
  @media (min-width:740px) {
600
- .c20 label {
623
+ .c21 label {
601
624
  margin-bottom: 0;
602
625
  }
603
626
  }
604
627
 
605
628
  @media (min-width:740px) {
606
- .c30 {
629
+ .c31 {
607
630
  -webkit-flex-basis: 60%;
608
631
  -ms-flex-preferred-size: 60%;
609
632
  flex-basis: 60%;
@@ -611,13 +634,13 @@ exports[`Monthly donation renders correctly 1`] = `
611
634
  }
612
635
 
613
636
  @media (min-width:740px) {
614
- .c31 {
637
+ .c32 {
615
638
  padding: 1rem 2rem;
616
639
  }
617
640
  }
618
641
 
619
642
  @media (min-width:740px) {
620
- .c11 {
643
+ .c8 {
621
644
  width: 450px;
622
645
  margin: 0 auto;
623
646
  }
@@ -628,41 +651,23 @@ exports[`Monthly donation renders correctly 1`] = `
628
651
  id="mship-1"
629
652
  >
630
653
  <div
631
- className="c1 c2"
632
- height="100%"
633
- width="100%"
634
- >
635
- <img
636
- alt="Background image"
637
- className="c3 lazyload"
638
- data-lowsrc="http://images.ctfassets.net/zsfivwzfgl3t/Yq59XdwwQgjNOxky93K1Q/17c2d80dce99067b0b3508f33075cbe3/funding_4-3_2x.jpg?w=100&h=50&q=100"
639
- data-sizes="auto"
640
- data-src={null}
641
- data-srcset="//images.ctfassets.net/zsfivwzfgl3t/Yq59XdwwQgjNOxky93K1Q/17c2d80dce99067b0b3508f33075cbe3/funding_4-3_2x.jpg?w=200&h=150&q=50 200w,//images.ctfassets.net/zsfivwzfgl3t/Yq59XdwwQgjNOxky93K1Q/17c2d80dce99067b0b3508f33075cbe3/funding_4-3_2x.jpg?w=400&h=300&q=50 400w,//images.ctfassets.net/zsfivwzfgl3t/Yq59XdwwQgjNOxky93K1Q/17c2d80dce99067b0b3508f33075cbe3/funding_4-3_2x.jpg?w=800&h=600&q=50 800w,//images.ctfassets.net/zsfivwzfgl3t/Yq59XdwwQgjNOxky93K1Q/17c2d80dce99067b0b3508f33075cbe3/funding_4-3_2x.jpg?w=1200&h=900&q=50 1200w,//images.ctfassets.net/zsfivwzfgl3t/Yq59XdwwQgjNOxky93K1Q/17c2d80dce99067b0b3508f33075cbe3/funding_4-3_2x.jpg?w=1440&h=1080&q=50 1440w"
642
- height="100%"
643
- src={null}
644
- srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
645
- width="100%"
646
- />
647
- </div>
648
- <div
649
- className="c4"
654
+ className="c1"
650
655
  >
651
656
  <div
652
- className="c5"
657
+ className="c2"
653
658
  >
654
659
  <div
655
- className="c6"
660
+ className="c3"
656
661
  >
657
662
  <h2
658
- className="c7"
663
+ className="c4"
659
664
  color="white"
660
665
  size="big"
661
666
  >
662
667
  Donate Now
663
668
  </h2>
664
669
  <p
665
- className="c8"
670
+ className="c5"
666
671
  color="white"
667
672
  size="m"
668
673
  >
@@ -671,13 +676,13 @@ exports[`Monthly donation renders correctly 1`] = `
671
676
  </div>
672
677
  </div>
673
678
  <div
674
- className="c9"
679
+ className="c6"
675
680
  >
676
681
  <div
677
- className="c10"
682
+ className="c7"
678
683
  >
679
684
  <div
680
- className="c11"
685
+ className="c8"
681
686
  >
682
687
  <input
683
688
  aria-label="Single"
@@ -690,7 +695,7 @@ exports[`Monthly donation renders correctly 1`] = `
690
695
  value="Single"
691
696
  />
692
697
  <label
693
- className="c12"
698
+ className="c9"
694
699
  htmlFor="give-once"
695
700
  >
696
701
  Single
@@ -706,28 +711,53 @@ exports[`Monthly donation renders correctly 1`] = `
706
711
  value="Monthly"
707
712
  />
708
713
  <label
709
- className="c13"
714
+ className="c10"
710
715
  htmlFor="give-monthly"
711
716
  >
712
717
  Monthly
713
718
  </label>
714
719
  <span
715
- className="c14 c15"
720
+ className="c11 c12"
721
+ />
722
+ </div>
723
+ </div>
724
+ <div
725
+ className="c13"
726
+ >
727
+ <button
728
+ aria-label="Close"
729
+ className="c14"
730
+ onClick={[Function]}
731
+ >
732
+ <img
733
+ alt="Close cross icon"
734
+ src="mock.asset"
716
735
  />
736
+ </button>
737
+ <div
738
+ className="c15"
739
+ >
740
+ <span
741
+ className="c16"
742
+ color="inherit"
743
+ size="s"
744
+ >
745
+ Will you become one of our valued monthly supporters by converting your single donation into a smaller, monthly donation? By giving monthly, you'll help us deliver long-term impact.
746
+ </span>
717
747
  </div>
718
748
  </div>
719
749
  <form
720
- className="c16"
750
+ className="c17"
721
751
  onSubmit={[Function]}
722
752
  >
723
753
  <fieldset
724
- className="c17"
754
+ className="c18"
725
755
  >
726
756
  <legend
727
- className="c18"
757
+ className="c19"
728
758
  >
729
759
  <span
730
- className="c19"
760
+ className="c20"
731
761
  color="inherit"
732
762
  size="l"
733
763
  >
@@ -735,14 +765,14 @@ exports[`Monthly donation renders correctly 1`] = `
735
765
  </span>
736
766
  </legend>
737
767
  <div
738
- className="c20"
768
+ className="c21"
739
769
  >
740
770
  <label
741
- className="c21 c22"
771
+ className="c22 c23"
742
772
  htmlFor="mship-1--moneyBuy-box1"
743
773
  >
744
774
  <span
745
- className="c23 c24"
775
+ className="c24 c25"
746
776
  color="inherit"
747
777
  dangerouslySetInnerHTML={
748
778
  Object {
@@ -752,13 +782,13 @@ exports[`Monthly donation renders correctly 1`] = `
752
782
  size="s"
753
783
  />
754
784
  <div
755
- className="c25"
785
+ className="c26"
756
786
  >
757
787
 
758
788
  <input
759
789
  aria-describedby="mship-1--moneyBuy-box1"
760
790
  aria-label="£10"
761
- className="c26"
791
+ className="c27"
762
792
  id="mship-1--moneyBuy-box1"
763
793
  name="mship-1--moneyBuy1"
764
794
  onClick={[Function]}
@@ -771,11 +801,11 @@ exports[`Monthly donation renders correctly 1`] = `
771
801
 
772
802
  </label>
773
803
  <label
774
- className="c21 c22"
804
+ className="c22 c23"
775
805
  htmlFor="mship-1--moneyBuy-box2"
776
806
  >
777
807
  <span
778
- className="c23 c24"
808
+ className="c24 c25"
779
809
  color="inherit"
780
810
  dangerouslySetInnerHTML={
781
811
  Object {
@@ -785,13 +815,13 @@ exports[`Monthly donation renders correctly 1`] = `
785
815
  size="s"
786
816
  />
787
817
  <div
788
- className="c25"
818
+ className="c26"
789
819
  >
790
820
 
791
821
  <input
792
822
  aria-describedby="mship-1--moneyBuy-box2"
793
823
  aria-label="£20"
794
- className="c26"
824
+ className="c27"
795
825
  id="mship-1--moneyBuy-box2"
796
826
  name="mship-1--moneyBuy2"
797
827
  onClick={[Function]}
@@ -804,11 +834,11 @@ exports[`Monthly donation renders correctly 1`] = `
804
834
 
805
835
  </label>
806
836
  <label
807
- className="c21 c22"
837
+ className="c22 c23"
808
838
  htmlFor="mship-1--moneyBuy-box3"
809
839
  >
810
840
  <span
811
- className="c23 c24"
841
+ className="c24 c25"
812
842
  color="inherit"
813
843
  dangerouslySetInnerHTML={
814
844
  Object {
@@ -818,13 +848,13 @@ exports[`Monthly donation renders correctly 1`] = `
818
848
  size="s"
819
849
  />
820
850
  <div
821
- className="c25"
851
+ className="c26"
822
852
  >
823
853
 
824
854
  <input
825
855
  aria-describedby="mship-1--moneyBuy-box3"
826
856
  aria-label="£30"
827
- className="c26"
857
+ className="c27"
828
858
  id="mship-1--moneyBuy-box3"
829
859
  name="mship-1--moneyBuy3"
830
860
  onClick={[Function]}
@@ -838,21 +868,21 @@ exports[`Monthly donation renders correctly 1`] = `
838
868
  </label>
839
869
  </div>
840
870
  <div
841
- className="c27"
871
+ className="c28"
842
872
  >
843
873
  <span
844
- className="c28 c29"
874
+ className="c29 c30"
845
875
  color="inherit"
846
876
  size="s"
847
877
  >
848
878
  Other amount
849
879
  </span>
850
880
  <label
851
- className="c21 c30"
881
+ className="c22 c31"
852
882
  htmlFor="mship-1--MoneyBuy-userInput"
853
883
  >
854
884
  <span
855
- className="c23 c24"
885
+ className="c24 c25"
856
886
  color="inherit"
857
887
  dangerouslySetInnerHTML={
858
888
  Object {
@@ -862,13 +892,13 @@ exports[`Monthly donation renders correctly 1`] = `
862
892
  size="s"
863
893
  />
864
894
  <div
865
- className="c25"
895
+ className="c26"
866
896
  >
867
897
 
868
898
  <input
869
899
  aria-describedby="mship-1--MoneyBuy-userInput"
870
900
  aria-label="Input a different amount"
871
- className="c26"
901
+ className="c27"
872
902
  id="mship-1--MoneyBuy-userInput"
873
903
  max="20000"
874
904
  min="1"
@@ -886,7 +916,7 @@ exports[`Monthly donation renders correctly 1`] = `
886
916
  </label>
887
917
  </div>
888
918
  <input
889
- className="c31"
919
+ className="c32"
890
920
  type="submit"
891
921
  value="Donate now"
892
922
  />
@@ -898,7 +928,7 @@ exports[`Monthly donation renders correctly 1`] = `
898
928
  `;
899
929
 
900
930
  exports[`Single donation renders correctly 1`] = `
901
- .c7 {
931
+ .c4 {
902
932
  color: #FFFFFF;
903
933
  font-size: 4rem;
904
934
  line-height: 4rem;
@@ -911,7 +941,7 @@ exports[`Single donation renders correctly 1`] = `
911
941
  letter-spacing: 0.03rem;
912
942
  }
913
943
 
914
- .c8 {
944
+ .c5 {
915
945
  color: #FFFFFF;
916
946
  font-size: 1.25rem;
917
947
  line-height: 1.25rem;
@@ -921,7 +951,7 @@ exports[`Single donation renders correctly 1`] = `
921
951
  font-size: 1rem;
922
952
  }
923
953
 
924
- .c13 {
954
+ .c10 {
925
955
  font-size: 1.5rem;
926
956
  line-height: 1.5rem;
927
957
  text-transform: inherit;
@@ -930,7 +960,7 @@ exports[`Single donation renders correctly 1`] = `
930
960
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
931
961
  }
932
962
 
933
- .c17 {
963
+ .c14 {
934
964
  font-size: 1rem;
935
965
  line-height: 1rem;
936
966
  text-transform: inherit;
@@ -939,7 +969,7 @@ exports[`Single donation renders correctly 1`] = `
939
969
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
940
970
  }
941
971
 
942
- .c23 {
972
+ .c20 {
943
973
  font-size: 1rem;
944
974
  line-height: 1rem;
945
975
  text-transform: inherit;
@@ -948,26 +978,7 @@ exports[`Single donation renders correctly 1`] = `
948
978
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
949
979
  }
950
980
 
951
- .c1 {
952
- display: block;
953
- width: 100%;
954
- height: 100%;
955
- position: relative;
956
- position: absolute;
957
- bottom: 0px;
958
- left: 0px;
959
- right: 0px;
960
- height: 100%;
961
- }
962
-
963
- .c3 {
964
- width: 100%;
965
- height: 100%;
966
- display: block;
967
- object-fit: cover;
968
- }
969
-
970
- .c15 {
981
+ .c12 {
971
982
  position: relative;
972
983
  display: -webkit-box;
973
984
  display: -webkit-flex;
@@ -980,11 +991,11 @@ exports[`Single donation renders correctly 1`] = `
980
991
  width: 100%;
981
992
  }
982
993
 
983
- .c18 {
994
+ .c15 {
984
995
  margin-bottom: 0.5rem;
985
996
  }
986
997
 
987
- .c20 {
998
+ .c17 {
988
999
  position: relative;
989
1000
  box-sizing: border-box;
990
1001
  width: 100%;
@@ -1004,20 +1015,20 @@ exports[`Single donation renders correctly 1`] = `
1004
1015
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
1005
1016
  }
1006
1017
 
1007
- .c20:focus {
1018
+ .c17:focus {
1008
1019
  border: 1px solid #666;
1009
1020
  }
1010
1021
 
1011
- .c19 {
1022
+ .c16 {
1012
1023
  position: relative;
1013
1024
  font-size: 1.25rem;
1014
1025
  }
1015
1026
 
1016
- .c16 {
1027
+ .c13 {
1017
1028
  display: block;
1018
1029
  }
1019
1030
 
1020
- .c16 input {
1031
+ .c13 input {
1021
1032
  border: none;
1022
1033
  background-color: #BECCF9;
1023
1034
  color: #000000;
@@ -1029,21 +1040,21 @@ exports[`Single donation renders correctly 1`] = `
1029
1040
  height: auto;
1030
1041
  }
1031
1042
 
1032
- .c16 input:focus {
1043
+ .c13 input:focus {
1033
1044
  border: none;
1034
1045
  outline: none;
1035
1046
  box-shadow: inset 0 0 0 4px #0565D1;
1036
1047
  }
1037
1048
 
1038
- .c16 input:active:focus {
1049
+ .c13 input:active:focus {
1039
1050
  box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
1040
1051
  }
1041
1052
 
1042
- .c21 {
1053
+ .c18 {
1043
1054
  display: block;
1044
1055
  }
1045
1056
 
1046
- .c21 input {
1057
+ .c18 input {
1047
1058
  border: none;
1048
1059
  background-color: #BECCF9;
1049
1060
  color: #000000;
@@ -1058,44 +1069,38 @@ exports[`Single donation renders correctly 1`] = `
1058
1069
  color: #FFFFFF;
1059
1070
  }
1060
1071
 
1061
- .c21 input:focus {
1072
+ .c18 input:focus {
1062
1073
  border: none;
1063
1074
  outline: none;
1064
1075
  box-shadow: inset 0 0 0 4px #0565D1;
1065
1076
  }
1066
1077
 
1067
- .c21 input:active:focus {
1078
+ .c18 input:active:focus {
1068
1079
  box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
1069
1080
  }
1070
1081
 
1071
- .c21 input:focus {
1082
+ .c18 input:focus {
1072
1083
  box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
1073
1084
  }
1074
1085
 
1075
1086
  .c0 {
1076
- background-color: #274084;
1077
1087
  position: relative;
1078
1088
  display: -webkit-box;
1079
1089
  display: -webkit-flex;
1080
1090
  display: -ms-flexbox;
1081
1091
  display: flex;
1092
+ -webkit-flex-direction: column;
1093
+ -ms-flex-direction: column;
1094
+ flex-direction: column;
1082
1095
  -webkit-box-pack: center;
1083
1096
  -webkit-justify-content: center;
1084
1097
  -ms-flex-pack: center;
1085
1098
  justify-content: center;
1086
1099
  height: auto;
1100
+ background-color: #274084;
1087
1101
  }
1088
1102
 
1089
- .c2 {
1090
- position: absolute;
1091
- bottom: 0;
1092
- left: 0;
1093
- right: 0;
1094
- height: 100%;
1095
- opacity: 0.4;
1096
- }
1097
-
1098
- .c4 {
1103
+ .c1 {
1099
1104
  position: relative;
1100
1105
  text-align: center;
1101
1106
  padding: 2rem 1rem;
@@ -1113,7 +1118,7 @@ exports[`Single donation renders correctly 1`] = `
1113
1118
  flex-direction: row;
1114
1119
  }
1115
1120
 
1116
- .c5 {
1121
+ .c2 {
1117
1122
  width: 100%;
1118
1123
  display: -webkit-box;
1119
1124
  display: -webkit-flex;
@@ -1122,17 +1127,17 @@ exports[`Single donation renders correctly 1`] = `
1122
1127
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
1123
1128
  }
1124
1129
 
1125
- .c6 {
1130
+ .c3 {
1126
1131
  position: relative;
1127
1132
  text-align: left;
1128
1133
  }
1129
1134
 
1130
- .c9 {
1135
+ .c6 {
1131
1136
  position: relative;
1132
1137
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
1133
1138
  }
1134
1139
 
1135
- .c10 {
1140
+ .c7 {
1136
1141
  position: relative;
1137
1142
  width: 100%;
1138
1143
  background-color: #FFFFFF;
@@ -1141,37 +1146,37 @@ exports[`Single donation renders correctly 1`] = `
1141
1146
  margin-top: 1rem;
1142
1147
  }
1143
1148
 
1144
- .c10 h3 {
1149
+ .c7 h3 {
1145
1150
  margin-top: 1rem;
1146
1151
  }
1147
1152
 
1148
- .c10 input {
1153
+ .c7 input {
1149
1154
  max-width: 100%;
1150
1155
  margin: 0;
1151
1156
  }
1152
1157
 
1153
- .c10 input[type='submit'] {
1158
+ .c7 input[type='submit'] {
1154
1159
  margin: 2rem 0;
1155
1160
  }
1156
1161
 
1157
- .c11 {
1162
+ .c8 {
1158
1163
  padding: 0 1rem 1rem;
1159
1164
  margin: 0;
1160
1165
  border: none;
1161
1166
  }
1162
1167
 
1163
- .c11 input[type='submit'] {
1168
+ .c8 input[type='submit'] {
1164
1169
  margin-bottom: 0;
1165
1170
  }
1166
1171
 
1167
- .c12 {
1172
+ .c9 {
1168
1173
  margin: 0;
1169
1174
  padding: 2rem 0.5rem;
1170
1175
  display: block;
1171
1176
  width: 100%;
1172
1177
  }
1173
1178
 
1174
- .c14 {
1179
+ .c11 {
1175
1180
  display: -webkit-box;
1176
1181
  display: -webkit-flex;
1177
1182
  display: -ms-flexbox;
@@ -1186,18 +1191,18 @@ exports[`Single donation renders correctly 1`] = `
1186
1191
  margin-bottom: 2rem;
1187
1192
  }
1188
1193
 
1189
- .c14 label {
1194
+ .c11 label {
1190
1195
  -webkit-flex: 0 0 30%;
1191
1196
  -ms-flex: 0 0 30%;
1192
1197
  flex: 0 0 30%;
1193
1198
  margin-bottom: 0.5rem;
1194
1199
  }
1195
1200
 
1196
- .c14 label input {
1201
+ .c11 label input {
1197
1202
  cursor: pointer;
1198
1203
  }
1199
1204
 
1200
- .c22 {
1205
+ .c19 {
1201
1206
  display: -webkit-box;
1202
1207
  display: -webkit-flex;
1203
1208
  display: -ms-flexbox;
@@ -1212,11 +1217,11 @@ exports[`Single donation renders correctly 1`] = `
1212
1217
  justify-content: center;
1213
1218
  }
1214
1219
 
1215
- .c24 {
1220
+ .c21 {
1216
1221
  margin-right: 0.5rem;
1217
1222
  }
1218
1223
 
1219
- .c25 {
1224
+ .c22 {
1220
1225
  position: relative;
1221
1226
  -webkit-flex-basis: 50%;
1222
1227
  -ms-flex-preferred-size: 50%;
@@ -1232,7 +1237,7 @@ exports[`Single donation renders correctly 1`] = `
1232
1237
  display: block;
1233
1238
  }
1234
1239
 
1235
- .c25 span {
1240
+ .c22 span {
1236
1241
  position: absolute;
1237
1242
  font-size: 20px;
1238
1243
  top: 50%;
@@ -1245,7 +1250,7 @@ exports[`Single donation renders correctly 1`] = `
1245
1250
  z-index: 3;
1246
1251
  }
1247
1252
 
1248
- .c25 input {
1253
+ .c22 input {
1249
1254
  height: 48px;
1250
1255
  border: 2px solid #969598;
1251
1256
  background: #F4F3F5;
@@ -1253,17 +1258,17 @@ exports[`Single donation renders correctly 1`] = `
1253
1258
  padding: 0.5rem 1rem 0.5rem 2rem;
1254
1259
  }
1255
1260
 
1256
- .c25 input:focus {
1261
+ .c22 input:focus {
1257
1262
  outline: none;
1258
1263
  border: 2px solid #969598;
1259
1264
  }
1260
1265
 
1261
- .c26 {
1266
+ .c23 {
1262
1267
  line-height: 1.5;
1263
1268
  margin-top: 2rem;
1264
1269
  }
1265
1270
 
1266
- .c27 {
1271
+ .c24 {
1267
1272
  width: 100%;
1268
1273
  margin: 2rem 0 2rem;
1269
1274
  color: #FFFFFF;
@@ -1282,34 +1287,38 @@ exports[`Single donation renders correctly 1`] = `
1282
1287
  appearance: none;
1283
1288
  }
1284
1289
 
1285
- .c27:active,
1286
- .c27:focus,
1287
- .c27:hover {
1290
+ .c24:active,
1291
+ .c24:focus,
1292
+ .c24:hover {
1288
1293
  outline: none;
1289
1294
  background-color: #961D35;
1290
1295
  }
1291
1296
 
1292
1297
  @media (min-width:740px) {
1293
- .c8 {
1298
+ .c5 {
1294
1299
  font-size: 1.25rem;
1295
1300
  }
1296
1301
  }
1297
1302
 
1298
1303
  @media (min-width:740px) {
1299
- .c20 {
1304
+ .c17 {
1300
1305
  max-width: 290px;
1301
1306
  }
1302
1307
  }
1303
1308
 
1304
1309
  @media (min-width:740px) {
1305
- .c16 input {
1310
+
1311
+ }
1312
+
1313
+ @media (min-width:740px) {
1314
+ .c13 input {
1306
1315
  font-size: 2rem;
1307
1316
  padding: 1.5rem;
1308
1317
  }
1309
1318
  }
1310
1319
 
1311
1320
  @media (min-width:740px) {
1312
- .c21 input {
1321
+ .c18 input {
1313
1322
  font-size: 2rem;
1314
1323
  padding: 1.5rem;
1315
1324
  }
@@ -1317,6 +1326,9 @@ exports[`Single donation renders correctly 1`] = `
1317
1326
 
1318
1327
  @media (min-width:1024px) {
1319
1328
  .c0 {
1329
+ -webkit-flex-direction: row;
1330
+ -ms-flex-direction: row;
1331
+ flex-direction: row;
1320
1332
  -webkit-align-items: center;
1321
1333
  -webkit-box-align: center;
1322
1334
  -ms-flex-align: center;
@@ -1325,17 +1337,18 @@ exports[`Single donation renders correctly 1`] = `
1325
1337
  -webkit-justify-content: inherit;
1326
1338
  -ms-flex-pack: inherit;
1327
1339
  justify-content: inherit;
1340
+ background-color: #274084;
1328
1341
  }
1329
1342
  }
1330
1343
 
1331
1344
  @media (min-width:740px) {
1332
- .c4 {
1345
+ .c1 {
1333
1346
  padding: 4rem 1rem;
1334
1347
  }
1335
1348
  }
1336
1349
 
1337
1350
  @media (min-width:1024px) {
1338
- .c4 {
1351
+ .c1 {
1339
1352
  display: -webkit-box;
1340
1353
  display: -webkit-flex;
1341
1354
  display: -ms-flexbox;
@@ -1345,7 +1358,7 @@ exports[`Single donation renders correctly 1`] = `
1345
1358
  }
1346
1359
 
1347
1360
  @media (min-width:1024px) {
1348
- .c5 {
1361
+ .c2 {
1349
1362
  width: 50%;
1350
1363
  padding: 4rem;
1351
1364
  -webkit-align-items: center;
@@ -1356,13 +1369,13 @@ exports[`Single donation renders correctly 1`] = `
1356
1369
  }
1357
1370
 
1358
1371
  @media (min-width:1024px) {
1359
- .c9 {
1372
+ .c6 {
1360
1373
  width: 50%;
1361
1374
  }
1362
1375
  }
1363
1376
 
1364
1377
  @media (min-width:740px) {
1365
- .c10 {
1378
+ .c7 {
1366
1379
  width: 450px;
1367
1380
  margin-right: auto;
1368
1381
  margin-left: auto;
@@ -1370,13 +1383,13 @@ exports[`Single donation renders correctly 1`] = `
1370
1383
  }
1371
1384
 
1372
1385
  @media (min-width:740px) {
1373
- .c11 {
1386
+ .c8 {
1374
1387
  padding: 0 2rem 2rem;
1375
1388
  }
1376
1389
  }
1377
1390
 
1378
1391
  @media (min-width:740px) {
1379
- .c14 {
1392
+ .c11 {
1380
1393
  -webkit-flex-direction: row;
1381
1394
  -ms-flex-direction: row;
1382
1395
  flex-direction: row;
@@ -1384,13 +1397,13 @@ exports[`Single donation renders correctly 1`] = `
1384
1397
  }
1385
1398
 
1386
1399
  @media (min-width:740px) {
1387
- .c14 label {
1400
+ .c11 label {
1388
1401
  margin-bottom: 0;
1389
1402
  }
1390
1403
  }
1391
1404
 
1392
1405
  @media (min-width:740px) {
1393
- .c25 {
1406
+ .c22 {
1394
1407
  -webkit-flex-basis: 60%;
1395
1408
  -ms-flex-preferred-size: 60%;
1396
1409
  flex-basis: 60%;
@@ -1398,7 +1411,7 @@ exports[`Single donation renders correctly 1`] = `
1398
1411
  }
1399
1412
 
1400
1413
  @media (min-width:740px) {
1401
- .c27 {
1414
+ .c24 {
1402
1415
  padding: 1rem 2rem;
1403
1416
  }
1404
1417
  }
@@ -1412,41 +1425,23 @@ exports[`Single donation renders correctly 1`] = `
1412
1425
  id="mship-1"
1413
1426
  >
1414
1427
  <div
1415
- className="c1 c2"
1416
- height="100%"
1417
- width="100%"
1418
- >
1419
- <img
1420
- alt=""
1421
- className="c3 lazyload"
1422
- data-lowsrc="http://images.ctfassets.net/zsfivwzfgl3t/Yq59XdwwQgjNOxky93K1Q/17c2d80dce99067b0b3508f33075cbe3/funding_4-3_2x.jpg?w=100&h=50&q=100"
1423
- data-sizes="auto"
1424
- data-src={null}
1425
- data-srcset="//images.ctfassets.net/zsfivwzfgl3t/Yq59XdwwQgjNOxky93K1Q/17c2d80dce99067b0b3508f33075cbe3/funding_4-3_2x.jpg?w=200&h=150&q=50 200w,//images.ctfassets.net/zsfivwzfgl3t/Yq59XdwwQgjNOxky93K1Q/17c2d80dce99067b0b3508f33075cbe3/funding_4-3_2x.jpg?w=400&h=300&q=50 400w,//images.ctfassets.net/zsfivwzfgl3t/Yq59XdwwQgjNOxky93K1Q/17c2d80dce99067b0b3508f33075cbe3/funding_4-3_2x.jpg?w=800&h=600&q=50 800w,//images.ctfassets.net/zsfivwzfgl3t/Yq59XdwwQgjNOxky93K1Q/17c2d80dce99067b0b3508f33075cbe3/funding_4-3_2x.jpg?w=1200&h=900&q=50 1200w,//images.ctfassets.net/zsfivwzfgl3t/Yq59XdwwQgjNOxky93K1Q/17c2d80dce99067b0b3508f33075cbe3/funding_4-3_2x.jpg?w=1440&h=1080&q=50 1440w"
1426
- height="100%"
1427
- src={null}
1428
- srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
1429
- width="100%"
1430
- />
1431
- </div>
1432
- <div
1433
- className="c4"
1428
+ className="c1"
1434
1429
  >
1435
1430
  <div
1436
- className="c5"
1431
+ className="c2"
1437
1432
  >
1438
1433
  <div
1439
- className="c6"
1434
+ className="c3"
1440
1435
  >
1441
1436
  <h2
1442
- className="c7"
1437
+ className="c4"
1443
1438
  color="white"
1444
1439
  size="big"
1445
1440
  >
1446
1441
  Donate Now
1447
1442
  </h2>
1448
1443
  <p
1449
- className="c8"
1444
+ className="c5"
1450
1445
  color="white"
1451
1446
  size="m"
1452
1447
  >
@@ -1455,20 +1450,20 @@ exports[`Single donation renders correctly 1`] = `
1455
1450
  </div>
1456
1451
  </div>
1457
1452
  <div
1458
- className="c9"
1453
+ className="c6"
1459
1454
  >
1460
1455
  <form
1461
- className="c10"
1456
+ className="c7"
1462
1457
  onSubmit={[Function]}
1463
1458
  >
1464
1459
  <fieldset
1465
- className="c11"
1460
+ className="c8"
1466
1461
  >
1467
1462
  <legend
1468
- className="c12"
1463
+ className="c9"
1469
1464
  >
1470
1465
  <span
1471
- className="c13"
1466
+ className="c10"
1472
1467
  color="inherit"
1473
1468
  size="l"
1474
1469
  >
@@ -1476,14 +1471,14 @@ exports[`Single donation renders correctly 1`] = `
1476
1471
  </span>
1477
1472
  </legend>
1478
1473
  <div
1479
- className="c14"
1474
+ className="c11"
1480
1475
  >
1481
1476
  <label
1482
- className="c15 c16"
1477
+ className="c12 c13"
1483
1478
  htmlFor="mship-1--moneyBuy-box1"
1484
1479
  >
1485
1480
  <span
1486
- className="c17 c18"
1481
+ className="c14 c15"
1487
1482
  color="inherit"
1488
1483
  dangerouslySetInnerHTML={
1489
1484
  Object {
@@ -1493,13 +1488,13 @@ exports[`Single donation renders correctly 1`] = `
1493
1488
  size="s"
1494
1489
  />
1495
1490
  <div
1496
- className="c19"
1491
+ className="c16"
1497
1492
  >
1498
1493
 
1499
1494
  <input
1500
1495
  aria-describedby="mship-1--moneyBuy-box1"
1501
1496
  aria-label="£10"
1502
- className="c20"
1497
+ className="c17"
1503
1498
  id="mship-1--moneyBuy-box1"
1504
1499
  name="mship-1--moneyBuy1"
1505
1500
  onClick={[Function]}
@@ -1512,11 +1507,11 @@ exports[`Single donation renders correctly 1`] = `
1512
1507
 
1513
1508
  </label>
1514
1509
  <label
1515
- className="c15 c21"
1510
+ className="c12 c18"
1516
1511
  htmlFor="mship-1--moneyBuy-box2"
1517
1512
  >
1518
1513
  <span
1519
- className="c17 c18"
1514
+ className="c14 c15"
1520
1515
  color="inherit"
1521
1516
  dangerouslySetInnerHTML={
1522
1517
  Object {
@@ -1526,13 +1521,13 @@ exports[`Single donation renders correctly 1`] = `
1526
1521
  size="s"
1527
1522
  />
1528
1523
  <div
1529
- className="c19"
1524
+ className="c16"
1530
1525
  >
1531
1526
 
1532
1527
  <input
1533
1528
  aria-describedby="mship-1--moneyBuy-box2"
1534
1529
  aria-label="£20"
1535
- className="c20"
1530
+ className="c17"
1536
1531
  id="mship-1--moneyBuy-box2"
1537
1532
  name="mship-1--moneyBuy2"
1538
1533
  onClick={[Function]}
@@ -1545,11 +1540,11 @@ exports[`Single donation renders correctly 1`] = `
1545
1540
 
1546
1541
  </label>
1547
1542
  <label
1548
- className="c15 c16"
1543
+ className="c12 c13"
1549
1544
  htmlFor="mship-1--moneyBuy-box3"
1550
1545
  >
1551
1546
  <span
1552
- className="c17 c18"
1547
+ className="c14 c15"
1553
1548
  color="inherit"
1554
1549
  dangerouslySetInnerHTML={
1555
1550
  Object {
@@ -1559,13 +1554,13 @@ exports[`Single donation renders correctly 1`] = `
1559
1554
  size="s"
1560
1555
  />
1561
1556
  <div
1562
- className="c19"
1557
+ className="c16"
1563
1558
  >
1564
1559
 
1565
1560
  <input
1566
1561
  aria-describedby="mship-1--moneyBuy-box3"
1567
1562
  aria-label="£30"
1568
- className="c20"
1563
+ className="c17"
1569
1564
  id="mship-1--moneyBuy-box3"
1570
1565
  name="mship-1--moneyBuy3"
1571
1566
  onClick={[Function]}
@@ -1579,21 +1574,21 @@ exports[`Single donation renders correctly 1`] = `
1579
1574
  </label>
1580
1575
  </div>
1581
1576
  <div
1582
- className="c22"
1577
+ className="c19"
1583
1578
  >
1584
1579
  <span
1585
- className="c23 c24"
1580
+ className="c20 c21"
1586
1581
  color="inherit"
1587
1582
  size="s"
1588
1583
  >
1589
1584
  Other amount
1590
1585
  </span>
1591
1586
  <label
1592
- className="c15 c25"
1587
+ className="c12 c22"
1593
1588
  htmlFor="mship-1--MoneyBuy-userInput"
1594
1589
  >
1595
1590
  <span
1596
- className="c17 c18"
1591
+ className="c14 c15"
1597
1592
  color="inherit"
1598
1593
  dangerouslySetInnerHTML={
1599
1594
  Object {
@@ -1603,13 +1598,13 @@ exports[`Single donation renders correctly 1`] = `
1603
1598
  size="s"
1604
1599
  />
1605
1600
  <div
1606
- className="c19"
1601
+ className="c16"
1607
1602
  >
1608
1603
 
1609
1604
  <input
1610
1605
  aria-describedby="mship-1--MoneyBuy-userInput"
1611
1606
  aria-label="Input a different amount"
1612
- className="c20"
1607
+ className="c17"
1613
1608
  id="mship-1--MoneyBuy-userInput"
1614
1609
  max="20000"
1615
1610
  min="1"
@@ -1627,7 +1622,7 @@ exports[`Single donation renders correctly 1`] = `
1627
1622
  </label>
1628
1623
  </div>
1629
1624
  <p
1630
- className="c26"
1625
+ className="c23"
1631
1626
  >
1632
1627
  <strong>
1633
1628
  £20.00
@@ -1635,7 +1630,7 @@ exports[`Single donation renders correctly 1`] = `
1635
1630
  a support worker to visit 10 isolated young mums with postnatal depression in the UK.
1636
1631
  </p>
1637
1632
  <input
1638
- className="c27"
1633
+ className="c24"
1639
1634
  type="submit"
1640
1635
  value="Donate now"
1641
1636
  />
@@ -1647,7 +1642,7 @@ exports[`Single donation renders correctly 1`] = `
1647
1642
  `;
1648
1643
 
1649
1644
  exports[`Single donation with no Money Buys renders correctly 1`] = `
1650
- .c7 {
1645
+ .c4 {
1651
1646
  color: #FFFFFF;
1652
1647
  font-size: 4rem;
1653
1648
  line-height: 4rem;
@@ -1660,7 +1655,7 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
1660
1655
  letter-spacing: 0.03rem;
1661
1656
  }
1662
1657
 
1663
- .c8 {
1658
+ .c5 {
1664
1659
  color: #FFFFFF;
1665
1660
  font-size: 1.25rem;
1666
1661
  line-height: 1.25rem;
@@ -1670,7 +1665,7 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
1670
1665
  font-size: 1rem;
1671
1666
  }
1672
1667
 
1673
- .c13 {
1668
+ .c10 {
1674
1669
  font-size: 1.5rem;
1675
1670
  line-height: 1.5rem;
1676
1671
  text-transform: inherit;
@@ -1679,7 +1674,7 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
1679
1674
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
1680
1675
  }
1681
1676
 
1682
- .c17 {
1677
+ .c14 {
1683
1678
  font-size: 1rem;
1684
1679
  line-height: 1rem;
1685
1680
  text-transform: inherit;
@@ -1688,26 +1683,7 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
1688
1683
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
1689
1684
  }
1690
1685
 
1691
- .c1 {
1692
- display: block;
1693
- width: 100%;
1694
- height: 100%;
1695
- position: relative;
1696
- position: absolute;
1697
- bottom: 0px;
1698
- left: 0px;
1699
- right: 0px;
1700
- height: 100%;
1701
- }
1702
-
1703
- .c3 {
1704
- width: 100%;
1705
- height: 100%;
1706
- display: block;
1707
- object-fit: cover;
1708
- }
1709
-
1710
- .c15 {
1686
+ .c12 {
1711
1687
  position: relative;
1712
1688
  display: -webkit-box;
1713
1689
  display: -webkit-flex;
@@ -1720,11 +1696,11 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
1720
1696
  width: 100%;
1721
1697
  }
1722
1698
 
1723
- .c18 {
1699
+ .c15 {
1724
1700
  margin-bottom: 0.5rem;
1725
1701
  }
1726
1702
 
1727
- .c20 {
1703
+ .c17 {
1728
1704
  position: relative;
1729
1705
  box-sizing: border-box;
1730
1706
  width: 100%;
@@ -1744,39 +1720,33 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
1744
1720
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
1745
1721
  }
1746
1722
 
1747
- .c20:focus {
1723
+ .c17:focus {
1748
1724
  border: 1px solid #666;
1749
1725
  }
1750
1726
 
1751
- .c19 {
1727
+ .c16 {
1752
1728
  position: relative;
1753
1729
  font-size: 1.25rem;
1754
1730
  }
1755
1731
 
1756
1732
  .c0 {
1757
- background-color: #274084;
1758
1733
  position: relative;
1759
1734
  display: -webkit-box;
1760
1735
  display: -webkit-flex;
1761
1736
  display: -ms-flexbox;
1762
1737
  display: flex;
1738
+ -webkit-flex-direction: column;
1739
+ -ms-flex-direction: column;
1740
+ flex-direction: column;
1763
1741
  -webkit-box-pack: center;
1764
1742
  -webkit-justify-content: center;
1765
1743
  -ms-flex-pack: center;
1766
1744
  justify-content: center;
1767
1745
  height: auto;
1746
+ background-color: #274084;
1768
1747
  }
1769
1748
 
1770
- .c2 {
1771
- position: absolute;
1772
- bottom: 0;
1773
- left: 0;
1774
- right: 0;
1775
- height: 100%;
1776
- opacity: 0.4;
1777
- }
1778
-
1779
- .c4 {
1749
+ .c1 {
1780
1750
  position: relative;
1781
1751
  text-align: center;
1782
1752
  padding: 2rem 1rem;
@@ -1794,7 +1764,7 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
1794
1764
  flex-direction: row;
1795
1765
  }
1796
1766
 
1797
- .c5 {
1767
+ .c2 {
1798
1768
  width: 100%;
1799
1769
  display: -webkit-box;
1800
1770
  display: -webkit-flex;
@@ -1803,17 +1773,17 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
1803
1773
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
1804
1774
  }
1805
1775
 
1806
- .c6 {
1776
+ .c3 {
1807
1777
  position: relative;
1808
1778
  text-align: left;
1809
1779
  }
1810
1780
 
1811
- .c9 {
1781
+ .c6 {
1812
1782
  position: relative;
1813
1783
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
1814
1784
  }
1815
1785
 
1816
- .c10 {
1786
+ .c7 {
1817
1787
  position: relative;
1818
1788
  width: 100%;
1819
1789
  background-color: #FFFFFF;
@@ -1822,37 +1792,37 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
1822
1792
  margin-top: 1rem;
1823
1793
  }
1824
1794
 
1825
- .c10 h3 {
1795
+ .c7 h3 {
1826
1796
  margin-top: 1rem;
1827
1797
  }
1828
1798
 
1829
- .c10 input {
1799
+ .c7 input {
1830
1800
  max-width: 100%;
1831
1801
  margin: 0;
1832
1802
  }
1833
1803
 
1834
- .c10 input[type='submit'] {
1804
+ .c7 input[type='submit'] {
1835
1805
  margin: 2rem 0;
1836
1806
  }
1837
1807
 
1838
- .c11 {
1808
+ .c8 {
1839
1809
  padding: 0 1rem 1rem;
1840
1810
  margin: 0;
1841
1811
  border: none;
1842
1812
  }
1843
1813
 
1844
- .c11 input[type='submit'] {
1814
+ .c8 input[type='submit'] {
1845
1815
  margin-bottom: 0;
1846
1816
  }
1847
1817
 
1848
- .c12 {
1818
+ .c9 {
1849
1819
  margin: 0;
1850
1820
  padding: 2rem 0.5rem;
1851
1821
  display: block;
1852
1822
  width: 100%;
1853
1823
  }
1854
1824
 
1855
- .c14 {
1825
+ .c11 {
1856
1826
  display: -webkit-box;
1857
1827
  display: -webkit-flex;
1858
1828
  display: -ms-flexbox;
@@ -1867,7 +1837,7 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
1867
1837
  justify-content: center;
1868
1838
  }
1869
1839
 
1870
- .c16 {
1840
+ .c13 {
1871
1841
  position: relative;
1872
1842
  -webkit-flex-basis: 50%;
1873
1843
  -ms-flex-preferred-size: 50%;
@@ -1883,7 +1853,7 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
1883
1853
  display: block;
1884
1854
  }
1885
1855
 
1886
- .c16 span {
1856
+ .c13 span {
1887
1857
  position: absolute;
1888
1858
  font-size: 20px;
1889
1859
  top: 50%;
@@ -1896,7 +1866,7 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
1896
1866
  z-index: 3;
1897
1867
  }
1898
1868
 
1899
- .c16 input {
1869
+ .c13 input {
1900
1870
  height: 48px;
1901
1871
  border: 2px solid #969598;
1902
1872
  background: #F4F3F5;
@@ -1904,12 +1874,12 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
1904
1874
  padding: 0.5rem 1rem 0.5rem 2rem;
1905
1875
  }
1906
1876
 
1907
- .c16 input:focus {
1877
+ .c13 input:focus {
1908
1878
  outline: none;
1909
1879
  border: 2px solid #969598;
1910
1880
  }
1911
1881
 
1912
- .c21 {
1882
+ .c18 {
1913
1883
  width: 100%;
1914
1884
  margin: 2rem 0 2rem;
1915
1885
  color: #FFFFFF;
@@ -1928,27 +1898,30 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
1928
1898
  appearance: none;
1929
1899
  }
1930
1900
 
1931
- .c21:active,
1932
- .c21:focus,
1933
- .c21:hover {
1901
+ .c18:active,
1902
+ .c18:focus,
1903
+ .c18:hover {
1934
1904
  outline: none;
1935
1905
  background-color: #961D35;
1936
1906
  }
1937
1907
 
1938
1908
  @media (min-width:740px) {
1939
- .c8 {
1909
+ .c5 {
1940
1910
  font-size: 1.25rem;
1941
1911
  }
1942
1912
  }
1943
1913
 
1944
1914
  @media (min-width:740px) {
1945
- .c20 {
1915
+ .c17 {
1946
1916
  max-width: 290px;
1947
1917
  }
1948
1918
  }
1949
1919
 
1950
1920
  @media (min-width:1024px) {
1951
1921
  .c0 {
1922
+ -webkit-flex-direction: row;
1923
+ -ms-flex-direction: row;
1924
+ flex-direction: row;
1952
1925
  -webkit-align-items: center;
1953
1926
  -webkit-box-align: center;
1954
1927
  -ms-flex-align: center;
@@ -1957,17 +1930,18 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
1957
1930
  -webkit-justify-content: inherit;
1958
1931
  -ms-flex-pack: inherit;
1959
1932
  justify-content: inherit;
1933
+ background-color: #274084;
1960
1934
  }
1961
1935
  }
1962
1936
 
1963
1937
  @media (min-width:740px) {
1964
- .c4 {
1938
+ .c1 {
1965
1939
  padding: 4rem 1rem;
1966
1940
  }
1967
1941
  }
1968
1942
 
1969
1943
  @media (min-width:1024px) {
1970
- .c4 {
1944
+ .c1 {
1971
1945
  display: -webkit-box;
1972
1946
  display: -webkit-flex;
1973
1947
  display: -ms-flexbox;
@@ -1977,7 +1951,7 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
1977
1951
  }
1978
1952
 
1979
1953
  @media (min-width:1024px) {
1980
- .c5 {
1954
+ .c2 {
1981
1955
  width: 50%;
1982
1956
  padding: 4rem;
1983
1957
  -webkit-align-items: center;
@@ -1988,13 +1962,13 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
1988
1962
  }
1989
1963
 
1990
1964
  @media (min-width:1024px) {
1991
- .c9 {
1965
+ .c6 {
1992
1966
  width: 50%;
1993
1967
  }
1994
1968
  }
1995
1969
 
1996
1970
  @media (min-width:740px) {
1997
- .c10 {
1971
+ .c7 {
1998
1972
  width: 450px;
1999
1973
  margin-right: auto;
2000
1974
  margin-left: auto;
@@ -2002,13 +1976,13 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
2002
1976
  }
2003
1977
 
2004
1978
  @media (min-width:740px) {
2005
- .c11 {
1979
+ .c8 {
2006
1980
  padding: 0 2rem 2rem;
2007
1981
  }
2008
1982
  }
2009
1983
 
2010
1984
  @media (min-width:740px) {
2011
- .c16 {
1985
+ .c13 {
2012
1986
  -webkit-flex-basis: 60%;
2013
1987
  -ms-flex-preferred-size: 60%;
2014
1988
  flex-basis: 60%;
@@ -2016,7 +1990,7 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
2016
1990
  }
2017
1991
 
2018
1992
  @media (min-width:740px) {
2019
- .c21 {
1993
+ .c18 {
2020
1994
  padding: 1rem 2rem;
2021
1995
  }
2022
1996
  }
@@ -2026,41 +2000,23 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
2026
2000
  id="mship-1"
2027
2001
  >
2028
2002
  <div
2029
- className="c1 c2"
2030
- height="100%"
2031
- width="100%"
2032
- >
2033
- <img
2034
- alt=""
2035
- className="c3 lazyload"
2036
- data-lowsrc="http://images.ctfassets.net/zsfivwzfgl3t/Yq59XdwwQgjNOxky93K1Q/17c2d80dce99067b0b3508f33075cbe3/funding_4-3_2x.jpg?w=100&h=50&q=100"
2037
- data-sizes="auto"
2038
- data-src={null}
2039
- data-srcset="//images.ctfassets.net/zsfivwzfgl3t/Yq59XdwwQgjNOxky93K1Q/17c2d80dce99067b0b3508f33075cbe3/funding_4-3_2x.jpg?w=200&h=150&q=50 200w,//images.ctfassets.net/zsfivwzfgl3t/Yq59XdwwQgjNOxky93K1Q/17c2d80dce99067b0b3508f33075cbe3/funding_4-3_2x.jpg?w=400&h=300&q=50 400w,//images.ctfassets.net/zsfivwzfgl3t/Yq59XdwwQgjNOxky93K1Q/17c2d80dce99067b0b3508f33075cbe3/funding_4-3_2x.jpg?w=800&h=600&q=50 800w,//images.ctfassets.net/zsfivwzfgl3t/Yq59XdwwQgjNOxky93K1Q/17c2d80dce99067b0b3508f33075cbe3/funding_4-3_2x.jpg?w=1200&h=900&q=50 1200w,//images.ctfassets.net/zsfivwzfgl3t/Yq59XdwwQgjNOxky93K1Q/17c2d80dce99067b0b3508f33075cbe3/funding_4-3_2x.jpg?w=1440&h=1080&q=50 1440w"
2040
- height="100%"
2041
- src={null}
2042
- srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
2043
- width="100%"
2044
- />
2045
- </div>
2046
- <div
2047
- className="c4"
2003
+ className="c1"
2048
2004
  >
2049
2005
  <div
2050
- className="c5"
2006
+ className="c2"
2051
2007
  >
2052
2008
  <div
2053
- className="c6"
2009
+ className="c3"
2054
2010
  >
2055
2011
  <h2
2056
- className="c7"
2012
+ className="c4"
2057
2013
  color="white"
2058
2014
  size="big"
2059
2015
  >
2060
2016
  Donate Now
2061
2017
  </h2>
2062
2018
  <p
2063
- className="c8"
2019
+ className="c5"
2064
2020
  color="white"
2065
2021
  size="m"
2066
2022
  >
@@ -2069,20 +2025,20 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
2069
2025
  </div>
2070
2026
  </div>
2071
2027
  <div
2072
- className="c9"
2028
+ className="c6"
2073
2029
  >
2074
2030
  <form
2075
- className="c10"
2031
+ className="c7"
2076
2032
  onSubmit={[Function]}
2077
2033
  >
2078
2034
  <fieldset
2079
- className="c11"
2035
+ className="c8"
2080
2036
  >
2081
2037
  <legend
2082
- className="c12"
2038
+ className="c9"
2083
2039
  >
2084
2040
  <span
2085
- className="c13"
2041
+ className="c10"
2086
2042
  color="inherit"
2087
2043
  size="l"
2088
2044
  >
@@ -2090,14 +2046,14 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
2090
2046
  </span>
2091
2047
  </legend>
2092
2048
  <div
2093
- className="c14"
2049
+ className="c11"
2094
2050
  >
2095
2051
  <label
2096
- className="c15 c16"
2052
+ className="c12 c13"
2097
2053
  htmlFor="mship-1--MoneyBuy-userInput"
2098
2054
  >
2099
2055
  <span
2100
- className="c17 c18"
2056
+ className="c14 c15"
2101
2057
  color="inherit"
2102
2058
  dangerouslySetInnerHTML={
2103
2059
  Object {
@@ -2107,13 +2063,13 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
2107
2063
  size="s"
2108
2064
  />
2109
2065
  <div
2110
- className="c19"
2066
+ className="c16"
2111
2067
  >
2112
2068
 
2113
2069
  <input
2114
2070
  aria-describedby="mship-1--MoneyBuy-userInput"
2115
2071
  aria-label="Input a different amount"
2116
- className="c20"
2072
+ className="c17"
2117
2073
  id="mship-1--MoneyBuy-userInput"
2118
2074
  max="20000"
2119
2075
  min="1"
@@ -2131,7 +2087,7 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
2131
2087
  </label>
2132
2088
  </div>
2133
2089
  <input
2134
- className="c21"
2090
+ className="c18"
2135
2091
  type="submit"
2136
2092
  value="Donate"
2137
2093
  />