@comicrelief/component-library 8.55.0 → 8.55.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Molecules/HeroBanner/HeroBanner.style.js +68 -62
- package/dist/components/Molecules/HeroBanner/__snapshots__/HeroBanner.test.js.snap +7 -4
- package/dist/components/Organisms/DonateBanner/DonateBanner.js +12 -10
- package/dist/components/Organisms/DonateBanner/DonateBanner.md +24 -2
- package/dist/components/Organisms/DonateBanner/DonateBanner.style.js +34 -39
- package/dist/components/Organisms/DonateBanner/Form/Form.js +21 -26
- package/dist/components/Organisms/DonateBanner/GivingSelector/GivingSelector.js +1 -3
- package/dist/components/Organisms/DonateBanner/GivingSelector/GivingSelector.style.js +43 -7
- package/dist/components/Organisms/DonateBanner/MoneyBuy/MoneyBuy.js +20 -10
- package/dist/components/Organisms/DonateBanner/__snapshots__/DonateBanner.test.js.snap +355 -316
- package/dist/theme/shared/animations.js +9 -0
- package/package.json +1 -1
- package/src/components/Molecules/HeroBanner/HeroBanner.style.js +4 -3
- package/src/components/Molecules/HeroBanner/__snapshots__/HeroBanner.test.js.snap +7 -4
- package/src/components/Organisms/DonateBanner/DonateBanner.js +15 -11
- package/src/components/Organisms/DonateBanner/DonateBanner.md +24 -2
- package/src/components/Organisms/DonateBanner/DonateBanner.style.js +12 -12
- package/src/components/Organisms/DonateBanner/Form/Form.js +41 -32
- package/src/components/Organisms/DonateBanner/GivingSelector/GivingSelector.js +2 -4
- package/src/components/Organisms/DonateBanner/GivingSelector/GivingSelector.style.js +20 -3
- package/src/components/Organisms/DonateBanner/MoneyBuy/MoneyBuy.js +9 -1
- package/src/components/Organisms/DonateBanner/__snapshots__/DonateBanner.test.js.snap +355 -316
- package/src/theme/shared/animations.js +24 -1
|
@@ -13,16 +13,12 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
13
13
|
line-height: 1.25rem;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.c7 {
|
|
17
|
-
color: #000000;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
16
|
.c7 span {
|
|
21
17
|
font-size: inherit;
|
|
22
18
|
line-height: inherit;
|
|
23
19
|
}
|
|
24
20
|
|
|
25
|
-
.
|
|
21
|
+
.c16 {
|
|
26
22
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
27
23
|
font-weight: 400;
|
|
28
24
|
text-transform: inherit;
|
|
@@ -34,36 +30,19 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
34
30
|
line-height: 1.25rem;
|
|
35
31
|
}
|
|
36
32
|
|
|
37
|
-
.
|
|
33
|
+
.c16 {
|
|
38
34
|
font-size: 1rem;
|
|
39
35
|
line-height: normal;
|
|
40
36
|
font-weight: 500;
|
|
41
37
|
color: #000000;
|
|
42
38
|
}
|
|
43
39
|
|
|
44
|
-
.
|
|
45
|
-
font-size: inherit;
|
|
46
|
-
line-height: inherit;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.c19 {
|
|
50
|
-
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
51
|
-
font-weight: 400;
|
|
52
|
-
text-transform: inherit;
|
|
53
|
-
-webkit-letter-spacing: 0;
|
|
54
|
-
-moz-letter-spacing: 0;
|
|
55
|
-
-ms-letter-spacing: 0;
|
|
56
|
-
letter-spacing: 0;
|
|
57
|
-
font-size: 1rem;
|
|
58
|
-
line-height: 1.25rem;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.c19 span {
|
|
40
|
+
.c16 span {
|
|
62
41
|
font-size: inherit;
|
|
63
42
|
line-height: inherit;
|
|
64
43
|
}
|
|
65
44
|
|
|
66
|
-
.
|
|
45
|
+
.c18 {
|
|
67
46
|
width: 100%;
|
|
68
47
|
position: relative;
|
|
69
48
|
display: -webkit-box;
|
|
@@ -195,6 +174,7 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
195
174
|
padding: none;
|
|
196
175
|
width: 100%;
|
|
197
176
|
box-sizing: border-box;
|
|
177
|
+
box-shadow: 0px 0px 16px rgba(0,0,0,0.15);
|
|
198
178
|
max-width: 1500px;
|
|
199
179
|
}
|
|
200
180
|
|
|
@@ -238,7 +218,7 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
238
218
|
|
|
239
219
|
.c5 {
|
|
240
220
|
color: #000000;
|
|
241
|
-
padding:
|
|
221
|
+
padding: 1.5rem;
|
|
242
222
|
margin: 0;
|
|
243
223
|
border: none;
|
|
244
224
|
}
|
|
@@ -257,11 +237,18 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
257
237
|
.c8 {
|
|
258
238
|
display: block;
|
|
259
239
|
text-align: left;
|
|
260
|
-
font-size: 1rem;
|
|
261
240
|
font-weight: 700;
|
|
262
241
|
}
|
|
263
242
|
|
|
264
|
-
.
|
|
243
|
+
.c9 {
|
|
244
|
+
display: block;
|
|
245
|
+
text-align: left;
|
|
246
|
+
font-size: 1rem;
|
|
247
|
+
line-height: 1.5;
|
|
248
|
+
margin: 0.5rem 0 !important;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.c15 {
|
|
265
252
|
display: -webkit-box;
|
|
266
253
|
display: -webkit-flex;
|
|
267
254
|
display: -ms-flexbox;
|
|
@@ -279,11 +266,11 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
279
266
|
justify-content: flex-start;
|
|
280
267
|
}
|
|
281
268
|
|
|
282
|
-
.
|
|
269
|
+
.c17 {
|
|
283
270
|
margin-bottom: 0.5rem;
|
|
284
271
|
}
|
|
285
272
|
|
|
286
|
-
.
|
|
273
|
+
.c19 {
|
|
287
274
|
position: relative;
|
|
288
275
|
-webkit-flex-basis: 50%;
|
|
289
276
|
-ms-flex-preferred-size: 50%;
|
|
@@ -299,7 +286,7 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
299
286
|
display: block;
|
|
300
287
|
}
|
|
301
288
|
|
|
302
|
-
.
|
|
289
|
+
.c19 span {
|
|
303
290
|
position: absolute;
|
|
304
291
|
font-size: 20px;
|
|
305
292
|
top: 50%;
|
|
@@ -312,7 +299,7 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
312
299
|
z-index: 3;
|
|
313
300
|
}
|
|
314
301
|
|
|
315
|
-
.
|
|
302
|
+
.c19 input {
|
|
316
303
|
height: 48px;
|
|
317
304
|
border: 1px solid #969598;
|
|
318
305
|
background: #F4F3F5;
|
|
@@ -320,7 +307,7 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
320
307
|
padding: 0.5rem 1rem 0.5rem 2rem;
|
|
321
308
|
}
|
|
322
309
|
|
|
323
|
-
.
|
|
310
|
+
.c19 input:focus {
|
|
324
311
|
outline: none;
|
|
325
312
|
border: 1px solid #969598;
|
|
326
313
|
}
|
|
@@ -329,16 +316,17 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
329
316
|
line-height: 1.5;
|
|
330
317
|
margin-top: 2rem;
|
|
331
318
|
color: #000000;
|
|
319
|
+
margin: 1rem 0 0.5rem;
|
|
332
320
|
}
|
|
333
321
|
|
|
334
322
|
.c26 {
|
|
335
323
|
width: 100%;
|
|
336
|
-
margin:
|
|
324
|
+
margin-top: 1rem;
|
|
337
325
|
color: #FFFFFF;
|
|
338
326
|
font-size: 1rem;
|
|
339
327
|
font-weight: bold;
|
|
328
|
+
min-height: 44px;
|
|
340
329
|
cursor: pointer;
|
|
341
|
-
min-height: 48px;
|
|
342
330
|
background: #E52630;
|
|
343
331
|
-webkit-text-decoration: none;
|
|
344
332
|
text-decoration: none;
|
|
@@ -356,7 +344,7 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
356
344
|
background-color: #961D35;
|
|
357
345
|
}
|
|
358
346
|
|
|
359
|
-
.
|
|
347
|
+
.c14 {
|
|
360
348
|
width: 50%;
|
|
361
349
|
height: 48px;
|
|
362
350
|
z-index: 1;
|
|
@@ -367,7 +355,7 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
367
355
|
background-color: #E52630;
|
|
368
356
|
}
|
|
369
357
|
|
|
370
|
-
.
|
|
358
|
+
.c10 {
|
|
371
359
|
display: -webkit-box;
|
|
372
360
|
display: -webkit-flex;
|
|
373
361
|
display: -ms-flexbox;
|
|
@@ -375,7 +363,7 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
375
363
|
margin: 1rem 0;
|
|
376
364
|
}
|
|
377
365
|
|
|
378
|
-
.
|
|
366
|
+
.c11 {
|
|
379
367
|
width: 100%;
|
|
380
368
|
position: relative;
|
|
381
369
|
display: -webkit-box;
|
|
@@ -388,15 +376,14 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
388
376
|
margin: 0.5rem 0;
|
|
389
377
|
overflow: hidden;
|
|
390
378
|
border-radius: 0.5rem;
|
|
391
|
-
border: 1px solid #969598;
|
|
392
379
|
background: #FFFFFF;
|
|
393
380
|
}
|
|
394
381
|
|
|
395
|
-
.
|
|
382
|
+
.c11 .give-monthly:checked ~ .c13 {
|
|
396
383
|
left: calc(50%);
|
|
397
384
|
}
|
|
398
385
|
|
|
399
|
-
.
|
|
386
|
+
.c11 input {
|
|
400
387
|
border: 0;
|
|
401
388
|
-webkit-clip: rect(0 0 0 0);
|
|
402
389
|
clip: rect(0 0 0 0);
|
|
@@ -411,7 +398,12 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
411
398
|
width: 1px;
|
|
412
399
|
}
|
|
413
400
|
|
|
414
|
-
.c11 {
|
|
401
|
+
.c11 input:focus-visible + label {
|
|
402
|
+
z-index: 3;
|
|
403
|
+
box-shadow: inset 0 0 0 2px #2042AD;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.c12 {
|
|
415
407
|
font-size: 1rem;
|
|
416
408
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
417
409
|
font-weight: bold;
|
|
@@ -436,17 +428,29 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
436
428
|
transition: color 0.15s ease-out;
|
|
437
429
|
z-index: 2;
|
|
438
430
|
cursor: pointer;
|
|
439
|
-
border-radius: 2rem;
|
|
440
431
|
color: #000000;
|
|
441
432
|
}
|
|
442
433
|
|
|
443
|
-
.
|
|
434
|
+
.c12:first-of-type {
|
|
435
|
+
border-left: 1px solid #969598;
|
|
436
|
+
border-top: 1px solid #969598;
|
|
437
|
+
border-bottom: 1px solid #969598;
|
|
438
|
+
border-radius: 0.5rem 0 0 0.5rem;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.c12:last-of-type {
|
|
442
|
+
border-right: 1px solid #969598;
|
|
443
|
+
border-top: 1px solid #969598;
|
|
444
|
+
border-bottom: 1px solid #969598;
|
|
445
|
+
border-radius: 0 0.5rem 0.5rem 0;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.c12:active:focus {
|
|
444
449
|
box-shadow: none;
|
|
445
450
|
}
|
|
446
451
|
|
|
447
|
-
.
|
|
452
|
+
.c12:focus {
|
|
448
453
|
border: none;
|
|
449
|
-
outline: none;
|
|
450
454
|
box-shadow: inset 0 0 0 4px #E52630;
|
|
451
455
|
}
|
|
452
456
|
|
|
@@ -465,28 +469,14 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
465
469
|
}
|
|
466
470
|
|
|
467
471
|
@media (min-width:740px) {
|
|
468
|
-
.
|
|
472
|
+
.c16 {
|
|
469
473
|
font-size: 1rem;
|
|
470
474
|
line-height: 1.25rem;
|
|
471
475
|
}
|
|
472
476
|
}
|
|
473
477
|
|
|
474
478
|
@media (min-width:1024px) {
|
|
475
|
-
.
|
|
476
|
-
font-size: 1.125rem;
|
|
477
|
-
line-height: 1.375rem;
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
@media (min-width:740px) {
|
|
482
|
-
.c19 {
|
|
483
|
-
font-size: 1rem;
|
|
484
|
-
line-height: 1.25rem;
|
|
485
|
-
}
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
@media (min-width:1024px) {
|
|
489
|
-
.c19 {
|
|
479
|
+
.c16 {
|
|
490
480
|
font-size: 1.125rem;
|
|
491
481
|
line-height: 1.375rem;
|
|
492
482
|
}
|
|
@@ -559,7 +549,7 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
559
549
|
@media (min-width:1024px) {
|
|
560
550
|
.c4 {
|
|
561
551
|
margin-top: 1rem;
|
|
562
|
-
border-radius:
|
|
552
|
+
border-radius: 1rem;
|
|
563
553
|
max-width: 461px;
|
|
564
554
|
min-width: 400px;
|
|
565
555
|
margin-left: 0;
|
|
@@ -574,7 +564,7 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
574
564
|
}
|
|
575
565
|
|
|
576
566
|
@media (min-width:740px) {
|
|
577
|
-
.
|
|
567
|
+
.c19 {
|
|
578
568
|
-webkit-flex-basis: 60%;
|
|
579
569
|
-ms-flex-preferred-size: 60%;
|
|
580
570
|
flex-basis: 60%;
|
|
@@ -582,13 +572,13 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
582
572
|
}
|
|
583
573
|
|
|
584
574
|
@media (min-width:740px) {
|
|
585
|
-
.
|
|
586
|
-
|
|
575
|
+
.c25 {
|
|
576
|
+
margin: 1.5rem 0 1rem;
|
|
587
577
|
}
|
|
588
578
|
}
|
|
589
579
|
|
|
590
580
|
@media (min-width:740px) {
|
|
591
|
-
.
|
|
581
|
+
.c11 {
|
|
592
582
|
margin: 0 auto;
|
|
593
583
|
}
|
|
594
584
|
}
|
|
@@ -617,17 +607,22 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
617
607
|
<legend
|
|
618
608
|
className="c6"
|
|
619
609
|
>
|
|
620
|
-
<
|
|
610
|
+
<p
|
|
621
611
|
className="c7 c8"
|
|
622
612
|
>
|
|
623
|
-
|
|
624
|
-
</
|
|
613
|
+
Donate Now
|
|
614
|
+
</p>
|
|
615
|
+
<p
|
|
616
|
+
className="c7 c9"
|
|
617
|
+
>
|
|
618
|
+
Please help us fund life-changing projects in the UK and around the world.
|
|
619
|
+
</p>
|
|
625
620
|
</legend>
|
|
626
621
|
<div
|
|
627
|
-
className="
|
|
622
|
+
className="c10"
|
|
628
623
|
>
|
|
629
624
|
<div
|
|
630
|
-
className="
|
|
625
|
+
className="c11"
|
|
631
626
|
>
|
|
632
627
|
<input
|
|
633
628
|
aria-label="Single"
|
|
@@ -640,7 +635,7 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
640
635
|
value="Single"
|
|
641
636
|
/>
|
|
642
637
|
<label
|
|
643
|
-
className="
|
|
638
|
+
className="c12"
|
|
644
639
|
htmlFor="give-once--mbship-1"
|
|
645
640
|
>
|
|
646
641
|
Single
|
|
@@ -656,30 +651,30 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
656
651
|
value="Monthly"
|
|
657
652
|
/>
|
|
658
653
|
<label
|
|
659
|
-
className="
|
|
654
|
+
className="c12"
|
|
660
655
|
htmlFor="give-monthly--mbship-1"
|
|
661
656
|
>
|
|
662
657
|
Monthly
|
|
663
658
|
</label>
|
|
664
659
|
<span
|
|
665
|
-
className="
|
|
660
|
+
className="c13 c14"
|
|
666
661
|
/>
|
|
667
662
|
</div>
|
|
668
663
|
</div>
|
|
669
664
|
<div
|
|
670
|
-
className="
|
|
665
|
+
className="c15"
|
|
671
666
|
>
|
|
672
667
|
<span
|
|
673
|
-
className="
|
|
668
|
+
className="c16 c17"
|
|
674
669
|
>
|
|
675
670
|
Enter another amount
|
|
676
671
|
</span>
|
|
677
672
|
<label
|
|
678
|
-
className="
|
|
673
|
+
className="c18 c19"
|
|
679
674
|
htmlFor="mbship-1--MoneyBuy-userInput"
|
|
680
675
|
>
|
|
681
676
|
<span
|
|
682
|
-
className="
|
|
677
|
+
className="c7 c20"
|
|
683
678
|
dangerouslySetInnerHTML={
|
|
684
679
|
Object {
|
|
685
680
|
"__html": "Other donation amount",
|
|
@@ -753,10 +748,6 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
753
748
|
line-height: 1.25rem;
|
|
754
749
|
}
|
|
755
750
|
|
|
756
|
-
.c7 {
|
|
757
|
-
color: #000000;
|
|
758
|
-
}
|
|
759
|
-
|
|
760
751
|
.c7 span {
|
|
761
752
|
font-size: inherit;
|
|
762
753
|
line-height: inherit;
|
|
@@ -786,24 +777,7 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
786
777
|
line-height: inherit;
|
|
787
778
|
}
|
|
788
779
|
|
|
789
|
-
.
|
|
790
|
-
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
791
|
-
font-weight: 400;
|
|
792
|
-
text-transform: inherit;
|
|
793
|
-
-webkit-letter-spacing: 0;
|
|
794
|
-
-moz-letter-spacing: 0;
|
|
795
|
-
-ms-letter-spacing: 0;
|
|
796
|
-
letter-spacing: 0;
|
|
797
|
-
font-size: 1rem;
|
|
798
|
-
line-height: 1.25rem;
|
|
799
|
-
}
|
|
800
|
-
|
|
801
|
-
.c12 span {
|
|
802
|
-
font-size: inherit;
|
|
803
|
-
line-height: inherit;
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
.c10 {
|
|
780
|
+
.c11 {
|
|
807
781
|
width: 100%;
|
|
808
782
|
position: relative;
|
|
809
783
|
display: -webkit-box;
|
|
@@ -927,11 +901,11 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
927
901
|
margin-left: 2px;
|
|
928
902
|
}
|
|
929
903
|
|
|
930
|
-
.
|
|
904
|
+
.c12 {
|
|
931
905
|
display: block;
|
|
932
906
|
}
|
|
933
907
|
|
|
934
|
-
.
|
|
908
|
+
.c12 input {
|
|
935
909
|
border: none;
|
|
936
910
|
background-color: #FFFFFF;
|
|
937
911
|
color: #000000;
|
|
@@ -939,11 +913,11 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
939
913
|
font-family: 'Anton',Impact,sans-serif;
|
|
940
914
|
font-weight: normal;
|
|
941
915
|
border-radius: 0.5rem;
|
|
942
|
-
height:
|
|
916
|
+
height: 3.75rem;
|
|
943
917
|
border: 1px solid #969598;
|
|
944
918
|
}
|
|
945
919
|
|
|
946
|
-
.
|
|
920
|
+
.c12 input:focus {
|
|
947
921
|
border: 1px solid #E52630;
|
|
948
922
|
}
|
|
949
923
|
|
|
@@ -959,7 +933,7 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
959
933
|
font-family: 'Anton',Impact,sans-serif;
|
|
960
934
|
font-weight: normal;
|
|
961
935
|
border-radius: 0.5rem;
|
|
962
|
-
height:
|
|
936
|
+
height: 3.75rem;
|
|
963
937
|
border: 1px solid #969598;
|
|
964
938
|
background-color: #E52630;
|
|
965
939
|
border: 1px solid #E52630;
|
|
@@ -1002,6 +976,7 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1002
976
|
padding: none;
|
|
1003
977
|
width: 100%;
|
|
1004
978
|
box-sizing: border-box;
|
|
979
|
+
box-shadow: 0px 0px 16px rgba(0,0,0,0.15);
|
|
1005
980
|
max-width: 1500px;
|
|
1006
981
|
}
|
|
1007
982
|
|
|
@@ -1045,7 +1020,7 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1045
1020
|
|
|
1046
1021
|
.c5 {
|
|
1047
1022
|
color: #000000;
|
|
1048
|
-
padding:
|
|
1023
|
+
padding: 1.5rem;
|
|
1049
1024
|
margin: 0;
|
|
1050
1025
|
border: none;
|
|
1051
1026
|
}
|
|
@@ -1064,11 +1039,18 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1064
1039
|
.c8 {
|
|
1065
1040
|
display: block;
|
|
1066
1041
|
text-align: left;
|
|
1067
|
-
font-size: 1rem;
|
|
1068
1042
|
font-weight: 700;
|
|
1069
1043
|
}
|
|
1070
1044
|
|
|
1071
1045
|
.c9 {
|
|
1046
|
+
display: block;
|
|
1047
|
+
text-align: left;
|
|
1048
|
+
font-size: 1rem;
|
|
1049
|
+
line-height: 1.5;
|
|
1050
|
+
margin: 0.5rem 0 !important;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
.c10 {
|
|
1072
1054
|
display: -webkit-box;
|
|
1073
1055
|
display: -webkit-flex;
|
|
1074
1056
|
display: -ms-flexbox;
|
|
@@ -1083,14 +1065,14 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1083
1065
|
margin-bottom: 1rem;
|
|
1084
1066
|
}
|
|
1085
1067
|
|
|
1086
|
-
.
|
|
1068
|
+
.c10 label {
|
|
1087
1069
|
-webkit-flex: 0 0 31%;
|
|
1088
1070
|
-ms-flex: 0 0 31%;
|
|
1089
1071
|
flex: 0 0 31%;
|
|
1090
1072
|
margin-bottom: 0.5rem;
|
|
1091
1073
|
}
|
|
1092
1074
|
|
|
1093
|
-
.
|
|
1075
|
+
.c10 label input {
|
|
1094
1076
|
cursor: pointer;
|
|
1095
1077
|
padding: 0.5rem 1.5rem;
|
|
1096
1078
|
}
|
|
@@ -1163,16 +1145,17 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1163
1145
|
line-height: 1.5;
|
|
1164
1146
|
margin-top: 2rem;
|
|
1165
1147
|
color: #000000;
|
|
1148
|
+
margin: 1rem 0 0.5rem;
|
|
1166
1149
|
}
|
|
1167
1150
|
|
|
1168
1151
|
.c25 {
|
|
1169
1152
|
width: 100%;
|
|
1170
|
-
margin:
|
|
1153
|
+
margin-top: 1rem;
|
|
1171
1154
|
color: #FFFFFF;
|
|
1172
1155
|
font-size: 1rem;
|
|
1173
1156
|
font-weight: bold;
|
|
1157
|
+
min-height: 44px;
|
|
1174
1158
|
cursor: pointer;
|
|
1175
|
-
min-height: 48px;
|
|
1176
1159
|
background: #E52630;
|
|
1177
1160
|
-webkit-text-decoration: none;
|
|
1178
1161
|
text-decoration: none;
|
|
@@ -1219,25 +1202,35 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1219
1202
|
}
|
|
1220
1203
|
|
|
1221
1204
|
@media (min-width:740px) {
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1205
|
+
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
@media (min-width:1024px) {
|
|
1209
|
+
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
@media (min-width:740px) {
|
|
1213
|
+
.c12 input {
|
|
1214
|
+
height: 4.5rem;
|
|
1225
1215
|
}
|
|
1226
1216
|
}
|
|
1227
1217
|
|
|
1228
1218
|
@media (min-width:1024px) {
|
|
1229
|
-
.c12 {
|
|
1230
|
-
|
|
1231
|
-
line-height: 1.375rem;
|
|
1219
|
+
.c12 input {
|
|
1220
|
+
height: 3.4375rem;
|
|
1232
1221
|
}
|
|
1233
1222
|
}
|
|
1234
1223
|
|
|
1235
1224
|
@media (min-width:740px) {
|
|
1236
|
-
|
|
1225
|
+
.c17 input {
|
|
1226
|
+
height: 4.5rem;
|
|
1227
|
+
}
|
|
1237
1228
|
}
|
|
1238
1229
|
|
|
1239
1230
|
@media (min-width:1024px) {
|
|
1240
|
-
|
|
1231
|
+
.c17 input {
|
|
1232
|
+
height: 3.4375rem;
|
|
1233
|
+
}
|
|
1241
1234
|
}
|
|
1242
1235
|
|
|
1243
1236
|
@media (min-width:1024px) {
|
|
@@ -1303,7 +1296,7 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1303
1296
|
@media (min-width:1024px) {
|
|
1304
1297
|
.c4 {
|
|
1305
1298
|
margin-top: 1rem;
|
|
1306
|
-
border-radius:
|
|
1299
|
+
border-radius: 1rem;
|
|
1307
1300
|
max-width: 461px;
|
|
1308
1301
|
min-width: 400px;
|
|
1309
1302
|
margin-left: 0;
|
|
@@ -1318,7 +1311,7 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1318
1311
|
}
|
|
1319
1312
|
|
|
1320
1313
|
@media (min-width:740px) {
|
|
1321
|
-
.
|
|
1314
|
+
.c10 {
|
|
1322
1315
|
-webkit-flex-direction: row;
|
|
1323
1316
|
-ms-flex-direction: row;
|
|
1324
1317
|
flex-direction: row;
|
|
@@ -1327,7 +1320,7 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1327
1320
|
}
|
|
1328
1321
|
|
|
1329
1322
|
@media (min-width:740px) {
|
|
1330
|
-
.
|
|
1323
|
+
.c10 label {
|
|
1331
1324
|
margin-bottom: 0;
|
|
1332
1325
|
}
|
|
1333
1326
|
}
|
|
@@ -1341,8 +1334,8 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1341
1334
|
}
|
|
1342
1335
|
|
|
1343
1336
|
@media (min-width:740px) {
|
|
1344
|
-
.
|
|
1345
|
-
|
|
1337
|
+
.c24 {
|
|
1338
|
+
margin: 1.5rem 0 1rem;
|
|
1346
1339
|
}
|
|
1347
1340
|
}
|
|
1348
1341
|
|
|
@@ -1374,21 +1367,26 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1374
1367
|
<legend
|
|
1375
1368
|
className="c6"
|
|
1376
1369
|
>
|
|
1377
|
-
<
|
|
1370
|
+
<p
|
|
1378
1371
|
className="c7 c8"
|
|
1379
1372
|
>
|
|
1380
|
-
|
|
1381
|
-
</
|
|
1373
|
+
Donate Now
|
|
1374
|
+
</p>
|
|
1375
|
+
<p
|
|
1376
|
+
className="c7 c9"
|
|
1377
|
+
>
|
|
1378
|
+
Please help us fund life-changing projects in the UK and around the world.
|
|
1379
|
+
</p>
|
|
1382
1380
|
</legend>
|
|
1383
1381
|
<div
|
|
1384
|
-
className="
|
|
1382
|
+
className="c10"
|
|
1385
1383
|
>
|
|
1386
1384
|
<label
|
|
1387
|
-
className="
|
|
1385
|
+
className="c11 c12"
|
|
1388
1386
|
htmlFor="mbship-1--moneyBuy-box1"
|
|
1389
1387
|
>
|
|
1390
1388
|
<span
|
|
1391
|
-
className="
|
|
1389
|
+
className="c7 c13"
|
|
1392
1390
|
dangerouslySetInnerHTML={
|
|
1393
1391
|
Object {
|
|
1394
1392
|
"__html": "£10",
|
|
@@ -1419,11 +1417,11 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1419
1417
|
|
|
1420
1418
|
</label>
|
|
1421
1419
|
<label
|
|
1422
|
-
className="
|
|
1420
|
+
className="c11 c17"
|
|
1423
1421
|
htmlFor="mbship-1--moneyBuy-box2"
|
|
1424
1422
|
>
|
|
1425
1423
|
<span
|
|
1426
|
-
className="
|
|
1424
|
+
className="c7 c13"
|
|
1427
1425
|
dangerouslySetInnerHTML={
|
|
1428
1426
|
Object {
|
|
1429
1427
|
"__html": "£20",
|
|
@@ -1454,11 +1452,11 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1454
1452
|
|
|
1455
1453
|
</label>
|
|
1456
1454
|
<label
|
|
1457
|
-
className="
|
|
1455
|
+
className="c11 c12"
|
|
1458
1456
|
htmlFor="mbship-1--moneyBuy-box3"
|
|
1459
1457
|
>
|
|
1460
1458
|
<span
|
|
1461
|
-
className="
|
|
1459
|
+
className="c7 c13"
|
|
1462
1460
|
dangerouslySetInnerHTML={
|
|
1463
1461
|
Object {
|
|
1464
1462
|
"__html": "£30",
|
|
@@ -1498,11 +1496,11 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1498
1496
|
Enter another amount
|
|
1499
1497
|
</span>
|
|
1500
1498
|
<label
|
|
1501
|
-
className="
|
|
1499
|
+
className="c11 c21"
|
|
1502
1500
|
htmlFor="mbship-1--MoneyBuy-userInput"
|
|
1503
1501
|
>
|
|
1504
1502
|
<span
|
|
1505
|
-
className="
|
|
1503
|
+
className="c7 c13"
|
|
1506
1504
|
dangerouslySetInnerHTML={
|
|
1507
1505
|
Object {
|
|
1508
1506
|
"__html": "Other donation amount",
|
|
@@ -1577,16 +1575,12 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
|
|
|
1577
1575
|
line-height: 1.25rem;
|
|
1578
1576
|
}
|
|
1579
1577
|
|
|
1580
|
-
.c7 {
|
|
1581
|
-
color: #000000;
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
1578
|
.c7 span {
|
|
1585
1579
|
font-size: inherit;
|
|
1586
1580
|
line-height: inherit;
|
|
1587
1581
|
}
|
|
1588
1582
|
|
|
1589
|
-
.
|
|
1583
|
+
.c11 {
|
|
1590
1584
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
1591
1585
|
font-weight: 400;
|
|
1592
1586
|
text-transform: inherit;
|
|
@@ -1598,36 +1592,19 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
|
|
|
1598
1592
|
line-height: 1.25rem;
|
|
1599
1593
|
}
|
|
1600
1594
|
|
|
1601
|
-
.
|
|
1595
|
+
.c11 {
|
|
1602
1596
|
font-size: 1rem;
|
|
1603
1597
|
line-height: normal;
|
|
1604
1598
|
font-weight: 500;
|
|
1605
1599
|
color: #000000;
|
|
1606
1600
|
}
|
|
1607
1601
|
|
|
1608
|
-
.
|
|
1602
|
+
.c11 span {
|
|
1609
1603
|
font-size: inherit;
|
|
1610
1604
|
line-height: inherit;
|
|
1611
1605
|
}
|
|
1612
1606
|
|
|
1613
|
-
.
|
|
1614
|
-
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
1615
|
-
font-weight: 400;
|
|
1616
|
-
text-transform: inherit;
|
|
1617
|
-
-webkit-letter-spacing: 0;
|
|
1618
|
-
-moz-letter-spacing: 0;
|
|
1619
|
-
-ms-letter-spacing: 0;
|
|
1620
|
-
letter-spacing: 0;
|
|
1621
|
-
font-size: 1rem;
|
|
1622
|
-
line-height: 1.25rem;
|
|
1623
|
-
}
|
|
1624
|
-
|
|
1625
|
-
.c14 span {
|
|
1626
|
-
font-size: inherit;
|
|
1627
|
-
line-height: inherit;
|
|
1628
|
-
}
|
|
1629
|
-
|
|
1630
|
-
.c12 {
|
|
1607
|
+
.c13 {
|
|
1631
1608
|
width: 100%;
|
|
1632
1609
|
position: relative;
|
|
1633
1610
|
display: -webkit-box;
|
|
@@ -1759,6 +1736,7 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
|
|
|
1759
1736
|
padding: none;
|
|
1760
1737
|
width: 100%;
|
|
1761
1738
|
box-sizing: border-box;
|
|
1739
|
+
box-shadow: 0px 0px 16px rgba(0,0,0,0.15);
|
|
1762
1740
|
max-width: 1500px;
|
|
1763
1741
|
}
|
|
1764
1742
|
|
|
@@ -1802,7 +1780,7 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
|
|
|
1802
1780
|
|
|
1803
1781
|
.c5 {
|
|
1804
1782
|
color: #000000;
|
|
1805
|
-
padding:
|
|
1783
|
+
padding: 1.5rem;
|
|
1806
1784
|
margin: 0;
|
|
1807
1785
|
border: none;
|
|
1808
1786
|
}
|
|
@@ -1821,11 +1799,18 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
|
|
|
1821
1799
|
.c8 {
|
|
1822
1800
|
display: block;
|
|
1823
1801
|
text-align: left;
|
|
1824
|
-
font-size: 1rem;
|
|
1825
1802
|
font-weight: 700;
|
|
1826
1803
|
}
|
|
1827
1804
|
|
|
1828
1805
|
.c9 {
|
|
1806
|
+
display: block;
|
|
1807
|
+
text-align: left;
|
|
1808
|
+
font-size: 1rem;
|
|
1809
|
+
line-height: 1.5;
|
|
1810
|
+
margin: 0.5rem 0 !important;
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1813
|
+
.c10 {
|
|
1829
1814
|
display: -webkit-box;
|
|
1830
1815
|
display: -webkit-flex;
|
|
1831
1816
|
display: -ms-flexbox;
|
|
@@ -1843,11 +1828,11 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
|
|
|
1843
1828
|
justify-content: flex-start;
|
|
1844
1829
|
}
|
|
1845
1830
|
|
|
1846
|
-
.
|
|
1831
|
+
.c12 {
|
|
1847
1832
|
margin-bottom: 0.5rem;
|
|
1848
1833
|
}
|
|
1849
1834
|
|
|
1850
|
-
.
|
|
1835
|
+
.c14 {
|
|
1851
1836
|
position: relative;
|
|
1852
1837
|
-webkit-flex-basis: 50%;
|
|
1853
1838
|
-ms-flex-preferred-size: 50%;
|
|
@@ -1863,7 +1848,7 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
|
|
|
1863
1848
|
display: block;
|
|
1864
1849
|
}
|
|
1865
1850
|
|
|
1866
|
-
.
|
|
1851
|
+
.c14 span {
|
|
1867
1852
|
position: absolute;
|
|
1868
1853
|
font-size: 20px;
|
|
1869
1854
|
top: 50%;
|
|
@@ -1876,7 +1861,7 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
|
|
|
1876
1861
|
z-index: 3;
|
|
1877
1862
|
}
|
|
1878
1863
|
|
|
1879
|
-
.
|
|
1864
|
+
.c14 input {
|
|
1880
1865
|
height: 48px;
|
|
1881
1866
|
border: 1px solid #969598;
|
|
1882
1867
|
background: #F4F3F5;
|
|
@@ -1884,7 +1869,7 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
|
|
|
1884
1869
|
padding: 0.5rem 1rem 0.5rem 2rem;
|
|
1885
1870
|
}
|
|
1886
1871
|
|
|
1887
|
-
.
|
|
1872
|
+
.c14 input:focus {
|
|
1888
1873
|
outline: none;
|
|
1889
1874
|
border: 1px solid #969598;
|
|
1890
1875
|
}
|
|
@@ -1893,16 +1878,17 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
|
|
|
1893
1878
|
line-height: 1.5;
|
|
1894
1879
|
margin-top: 2rem;
|
|
1895
1880
|
color: #000000;
|
|
1881
|
+
margin: 1rem 0 0.5rem;
|
|
1896
1882
|
}
|
|
1897
1883
|
|
|
1898
1884
|
.c21 {
|
|
1899
1885
|
width: 100%;
|
|
1900
|
-
margin:
|
|
1886
|
+
margin-top: 1rem;
|
|
1901
1887
|
color: #FFFFFF;
|
|
1902
1888
|
font-size: 1rem;
|
|
1903
1889
|
font-weight: bold;
|
|
1890
|
+
min-height: 44px;
|
|
1904
1891
|
cursor: pointer;
|
|
1905
|
-
min-height: 48px;
|
|
1906
1892
|
background: #E52630;
|
|
1907
1893
|
-webkit-text-decoration: none;
|
|
1908
1894
|
text-decoration: none;
|
|
@@ -1935,28 +1921,14 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
|
|
|
1935
1921
|
}
|
|
1936
1922
|
|
|
1937
1923
|
@media (min-width:740px) {
|
|
1938
|
-
.
|
|
1924
|
+
.c11 {
|
|
1939
1925
|
font-size: 1rem;
|
|
1940
1926
|
line-height: 1.25rem;
|
|
1941
1927
|
}
|
|
1942
1928
|
}
|
|
1943
1929
|
|
|
1944
1930
|
@media (min-width:1024px) {
|
|
1945
|
-
.
|
|
1946
|
-
font-size: 1.125rem;
|
|
1947
|
-
line-height: 1.375rem;
|
|
1948
|
-
}
|
|
1949
|
-
}
|
|
1950
|
-
|
|
1951
|
-
@media (min-width:740px) {
|
|
1952
|
-
.c14 {
|
|
1953
|
-
font-size: 1rem;
|
|
1954
|
-
line-height: 1.25rem;
|
|
1955
|
-
}
|
|
1956
|
-
}
|
|
1957
|
-
|
|
1958
|
-
@media (min-width:1024px) {
|
|
1959
|
-
.c14 {
|
|
1931
|
+
.c11 {
|
|
1960
1932
|
font-size: 1.125rem;
|
|
1961
1933
|
line-height: 1.375rem;
|
|
1962
1934
|
}
|
|
@@ -2029,7 +2001,7 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
|
|
|
2029
2001
|
@media (min-width:1024px) {
|
|
2030
2002
|
.c4 {
|
|
2031
2003
|
margin-top: 1rem;
|
|
2032
|
-
border-radius:
|
|
2004
|
+
border-radius: 1rem;
|
|
2033
2005
|
max-width: 461px;
|
|
2034
2006
|
min-width: 400px;
|
|
2035
2007
|
margin-left: 0;
|
|
@@ -2044,7 +2016,7 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
|
|
|
2044
2016
|
}
|
|
2045
2017
|
|
|
2046
2018
|
@media (min-width:740px) {
|
|
2047
|
-
.
|
|
2019
|
+
.c14 {
|
|
2048
2020
|
-webkit-flex-basis: 60%;
|
|
2049
2021
|
-ms-flex-preferred-size: 60%;
|
|
2050
2022
|
flex-basis: 60%;
|
|
@@ -2052,8 +2024,8 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
|
|
|
2052
2024
|
}
|
|
2053
2025
|
|
|
2054
2026
|
@media (min-width:740px) {
|
|
2055
|
-
.
|
|
2056
|
-
|
|
2027
|
+
.c20 {
|
|
2028
|
+
margin: 1.5rem 0 1rem;
|
|
2057
2029
|
}
|
|
2058
2030
|
}
|
|
2059
2031
|
|
|
@@ -2081,26 +2053,31 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
|
|
|
2081
2053
|
<legend
|
|
2082
2054
|
className="c6"
|
|
2083
2055
|
>
|
|
2084
|
-
<
|
|
2056
|
+
<p
|
|
2085
2057
|
className="c7 c8"
|
|
2086
2058
|
>
|
|
2087
|
-
|
|
2088
|
-
</
|
|
2059
|
+
Donate Now
|
|
2060
|
+
</p>
|
|
2061
|
+
<p
|
|
2062
|
+
className="c7 c9"
|
|
2063
|
+
>
|
|
2064
|
+
Please help us fund life-changing projects in the UK and around the world.
|
|
2065
|
+
</p>
|
|
2089
2066
|
</legend>
|
|
2090
2067
|
<div
|
|
2091
|
-
className="
|
|
2068
|
+
className="c10"
|
|
2092
2069
|
>
|
|
2093
2070
|
<span
|
|
2094
|
-
className="
|
|
2071
|
+
className="c11 c12"
|
|
2095
2072
|
>
|
|
2096
2073
|
Enter another amount
|
|
2097
2074
|
</span>
|
|
2098
2075
|
<label
|
|
2099
|
-
className="
|
|
2076
|
+
className="c13 c14"
|
|
2100
2077
|
htmlFor="mbship-1--MoneyBuy-userInput"
|
|
2101
2078
|
>
|
|
2102
2079
|
<span
|
|
2103
|
-
className="
|
|
2080
|
+
className="c7 c15"
|
|
2104
2081
|
dangerouslySetInnerHTML={
|
|
2105
2082
|
Object {
|
|
2106
2083
|
"__html": "Other donation amount",
|
|
@@ -2163,19 +2140,15 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
|
|
|
2163
2140
|
|
|
2164
2141
|
exports[`Text-only donate widget renders correctly 1`] = `
|
|
2165
2142
|
.c7 {
|
|
2166
|
-
font-family: '
|
|
2143
|
+
font-family: 'Anton',Impact,sans-serif;
|
|
2167
2144
|
font-weight: 400;
|
|
2168
|
-
text-transform:
|
|
2145
|
+
text-transform: uppercase;
|
|
2169
2146
|
-webkit-letter-spacing: 0;
|
|
2170
2147
|
-moz-letter-spacing: 0;
|
|
2171
2148
|
-ms-letter-spacing: 0;
|
|
2172
2149
|
letter-spacing: 0;
|
|
2173
|
-
font-size:
|
|
2174
|
-
line-height:
|
|
2175
|
-
}
|
|
2176
|
-
|
|
2177
|
-
.c7 {
|
|
2178
|
-
color: #000000;
|
|
2150
|
+
font-size: 2rem;
|
|
2151
|
+
line-height: 2rem;
|
|
2179
2152
|
}
|
|
2180
2153
|
|
|
2181
2154
|
.c7 span {
|
|
@@ -2183,7 +2156,7 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2183
2156
|
line-height: inherit;
|
|
2184
2157
|
}
|
|
2185
2158
|
|
|
2186
|
-
.
|
|
2159
|
+
.c9 {
|
|
2187
2160
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
2188
2161
|
font-weight: 400;
|
|
2189
2162
|
text-transform: inherit;
|
|
@@ -2195,19 +2168,12 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2195
2168
|
line-height: 1.25rem;
|
|
2196
2169
|
}
|
|
2197
2170
|
|
|
2198
|
-
.
|
|
2199
|
-
font-size: 1rem;
|
|
2200
|
-
line-height: normal;
|
|
2201
|
-
font-weight: 500;
|
|
2202
|
-
color: #000000;
|
|
2203
|
-
}
|
|
2204
|
-
|
|
2205
|
-
.c25 span {
|
|
2171
|
+
.c9 span {
|
|
2206
2172
|
font-size: inherit;
|
|
2207
2173
|
line-height: inherit;
|
|
2208
2174
|
}
|
|
2209
2175
|
|
|
2210
|
-
.
|
|
2176
|
+
.c26 {
|
|
2211
2177
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
2212
2178
|
font-weight: 400;
|
|
2213
2179
|
text-transform: inherit;
|
|
@@ -2219,12 +2185,19 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2219
2185
|
line-height: 1.25rem;
|
|
2220
2186
|
}
|
|
2221
2187
|
|
|
2222
|
-
.
|
|
2188
|
+
.c26 {
|
|
2189
|
+
font-size: 1rem;
|
|
2190
|
+
line-height: normal;
|
|
2191
|
+
font-weight: 500;
|
|
2192
|
+
color: #000000;
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
.c26 span {
|
|
2223
2196
|
font-size: inherit;
|
|
2224
2197
|
line-height: inherit;
|
|
2225
2198
|
}
|
|
2226
2199
|
|
|
2227
|
-
.
|
|
2200
|
+
.c18 {
|
|
2228
2201
|
width: 100%;
|
|
2229
2202
|
position: relative;
|
|
2230
2203
|
display: -webkit-box;
|
|
@@ -2237,7 +2210,7 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2237
2210
|
color: #000000;
|
|
2238
2211
|
}
|
|
2239
2212
|
|
|
2240
|
-
.
|
|
2213
|
+
.c20 {
|
|
2241
2214
|
border: 0;
|
|
2242
2215
|
-webkit-clip: rect(0 0 0 0);
|
|
2243
2216
|
clip: rect(0 0 0 0);
|
|
@@ -2252,12 +2225,12 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2252
2225
|
width: 1px;
|
|
2253
2226
|
}
|
|
2254
2227
|
|
|
2255
|
-
.
|
|
2228
|
+
.c21 {
|
|
2256
2229
|
position: relative;
|
|
2257
2230
|
font-size: 1.25rem;
|
|
2258
2231
|
}
|
|
2259
2232
|
|
|
2260
|
-
.
|
|
2233
|
+
.c22 {
|
|
2261
2234
|
position: relative;
|
|
2262
2235
|
width: 100%;
|
|
2263
2236
|
display: -webkit-box;
|
|
@@ -2274,7 +2247,7 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2274
2247
|
align-items: center;
|
|
2275
2248
|
}
|
|
2276
2249
|
|
|
2277
|
-
.
|
|
2250
|
+
.c30 {
|
|
2278
2251
|
position: relative;
|
|
2279
2252
|
box-sizing: border-box;
|
|
2280
2253
|
width: 100%;
|
|
@@ -2295,11 +2268,11 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2295
2268
|
font-family: inherit;
|
|
2296
2269
|
}
|
|
2297
2270
|
|
|
2298
|
-
.
|
|
2271
|
+
.c30:focus {
|
|
2299
2272
|
border: 1px solid #666;
|
|
2300
2273
|
}
|
|
2301
2274
|
|
|
2302
|
-
.
|
|
2275
|
+
.c23 {
|
|
2303
2276
|
position: relative;
|
|
2304
2277
|
box-sizing: border-box;
|
|
2305
2278
|
width: 100%;
|
|
@@ -2319,11 +2292,11 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2319
2292
|
font-family: inherit;
|
|
2320
2293
|
}
|
|
2321
2294
|
|
|
2322
|
-
.
|
|
2295
|
+
.c23:focus {
|
|
2323
2296
|
border: 1px solid #666;
|
|
2324
2297
|
}
|
|
2325
2298
|
|
|
2326
|
-
.
|
|
2299
|
+
.c29 {
|
|
2327
2300
|
position: absolute;
|
|
2328
2301
|
left: 0;
|
|
2329
2302
|
top: 0;
|
|
@@ -2348,11 +2321,11 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2348
2321
|
margin-left: 2px;
|
|
2349
2322
|
}
|
|
2350
2323
|
|
|
2351
|
-
.
|
|
2324
|
+
.c24 {
|
|
2352
2325
|
display: block;
|
|
2353
2326
|
}
|
|
2354
2327
|
|
|
2355
|
-
.
|
|
2328
|
+
.c24 input {
|
|
2356
2329
|
border: none;
|
|
2357
2330
|
background-color: #FFFFFF;
|
|
2358
2331
|
color: #000000;
|
|
@@ -2360,22 +2333,22 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2360
2333
|
font-family: 'Anton',Impact,sans-serif;
|
|
2361
2334
|
font-weight: normal;
|
|
2362
2335
|
border-radius: 0.5rem;
|
|
2363
|
-
height:
|
|
2336
|
+
height: 3.75rem;
|
|
2364
2337
|
border: 1px solid #969598;
|
|
2365
2338
|
background-color: #E52630;
|
|
2366
2339
|
border: 1px solid #E52630;
|
|
2367
2340
|
color: #FFFFFF;
|
|
2368
2341
|
}
|
|
2369
2342
|
|
|
2370
|
-
.
|
|
2343
|
+
.c24 input:focus {
|
|
2371
2344
|
border: 1px solid #E52630;
|
|
2372
2345
|
}
|
|
2373
2346
|
|
|
2374
|
-
.
|
|
2347
|
+
.c19 {
|
|
2375
2348
|
display: block;
|
|
2376
2349
|
}
|
|
2377
2350
|
|
|
2378
|
-
.
|
|
2351
|
+
.c19 input {
|
|
2379
2352
|
border: none;
|
|
2380
2353
|
background-color: #FFFFFF;
|
|
2381
2354
|
color: #000000;
|
|
@@ -2383,11 +2356,11 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2383
2356
|
font-family: 'Anton',Impact,sans-serif;
|
|
2384
2357
|
font-weight: normal;
|
|
2385
2358
|
border-radius: 0.5rem;
|
|
2386
|
-
height:
|
|
2359
|
+
height: 3.75rem;
|
|
2387
2360
|
border: 1px solid #969598;
|
|
2388
2361
|
}
|
|
2389
2362
|
|
|
2390
|
-
.
|
|
2363
|
+
.c19 input:focus {
|
|
2391
2364
|
border: 1px solid #E52630;
|
|
2392
2365
|
}
|
|
2393
2366
|
|
|
@@ -2423,6 +2396,7 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2423
2396
|
padding: none;
|
|
2424
2397
|
width: 100%;
|
|
2425
2398
|
box-sizing: border-box;
|
|
2399
|
+
box-shadow: 0px 0px 16px rgba(0,0,0,0.15);
|
|
2426
2400
|
max-width: 1500px;
|
|
2427
2401
|
}
|
|
2428
2402
|
|
|
@@ -2466,7 +2440,7 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2466
2440
|
|
|
2467
2441
|
.c5 {
|
|
2468
2442
|
color: #000000;
|
|
2469
|
-
padding:
|
|
2443
|
+
padding: 1.5rem;
|
|
2470
2444
|
margin: 0;
|
|
2471
2445
|
border: none;
|
|
2472
2446
|
}
|
|
@@ -2485,11 +2459,18 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2485
2459
|
.c8 {
|
|
2486
2460
|
display: block;
|
|
2487
2461
|
text-align: left;
|
|
2488
|
-
font-size: 1rem;
|
|
2489
2462
|
font-weight: 700;
|
|
2490
2463
|
}
|
|
2491
2464
|
|
|
2492
|
-
.
|
|
2465
|
+
.c10 {
|
|
2466
|
+
display: block;
|
|
2467
|
+
text-align: left;
|
|
2468
|
+
font-size: 1rem;
|
|
2469
|
+
line-height: 1.5;
|
|
2470
|
+
margin: 0.5rem 0 !important;
|
|
2471
|
+
}
|
|
2472
|
+
|
|
2473
|
+
.c17 {
|
|
2493
2474
|
display: -webkit-box;
|
|
2494
2475
|
display: -webkit-flex;
|
|
2495
2476
|
display: -ms-flexbox;
|
|
@@ -2504,19 +2485,19 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2504
2485
|
margin-bottom: 1rem;
|
|
2505
2486
|
}
|
|
2506
2487
|
|
|
2507
|
-
.
|
|
2488
|
+
.c17 label {
|
|
2508
2489
|
-webkit-flex: 0 0 31%;
|
|
2509
2490
|
-ms-flex: 0 0 31%;
|
|
2510
2491
|
flex: 0 0 31%;
|
|
2511
2492
|
margin-bottom: 0.5rem;
|
|
2512
2493
|
}
|
|
2513
2494
|
|
|
2514
|
-
.
|
|
2495
|
+
.c17 label input {
|
|
2515
2496
|
cursor: pointer;
|
|
2516
2497
|
padding: 0.5rem 1.5rem;
|
|
2517
2498
|
}
|
|
2518
2499
|
|
|
2519
|
-
.
|
|
2500
|
+
.c25 {
|
|
2520
2501
|
display: -webkit-box;
|
|
2521
2502
|
display: -webkit-flex;
|
|
2522
2503
|
display: -ms-flexbox;
|
|
@@ -2534,11 +2515,11 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2534
2515
|
justify-content: flex-start;
|
|
2535
2516
|
}
|
|
2536
2517
|
|
|
2537
|
-
.
|
|
2518
|
+
.c27 {
|
|
2538
2519
|
margin-bottom: 0.5rem;
|
|
2539
2520
|
}
|
|
2540
2521
|
|
|
2541
|
-
.
|
|
2522
|
+
.c28 {
|
|
2542
2523
|
position: relative;
|
|
2543
2524
|
-webkit-flex-basis: 50%;
|
|
2544
2525
|
-ms-flex-preferred-size: 50%;
|
|
@@ -2554,7 +2535,7 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2554
2535
|
display: block;
|
|
2555
2536
|
}
|
|
2556
2537
|
|
|
2557
|
-
.
|
|
2538
|
+
.c28 span {
|
|
2558
2539
|
position: absolute;
|
|
2559
2540
|
font-size: 20px;
|
|
2560
2541
|
top: 50%;
|
|
@@ -2567,7 +2548,7 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2567
2548
|
z-index: 3;
|
|
2568
2549
|
}
|
|
2569
2550
|
|
|
2570
|
-
.
|
|
2551
|
+
.c28 input {
|
|
2571
2552
|
height: 48px;
|
|
2572
2553
|
border: 1px solid #969598;
|
|
2573
2554
|
background: #F4F3F5;
|
|
@@ -2575,25 +2556,26 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2575
2556
|
padding: 0.5rem 1rem 0.5rem 2rem;
|
|
2576
2557
|
}
|
|
2577
2558
|
|
|
2578
|
-
.
|
|
2559
|
+
.c28 input:focus {
|
|
2579
2560
|
outline: none;
|
|
2580
2561
|
border: 1px solid #969598;
|
|
2581
2562
|
}
|
|
2582
2563
|
|
|
2583
|
-
.
|
|
2564
|
+
.c31 {
|
|
2584
2565
|
line-height: 1.5;
|
|
2585
2566
|
margin-top: 2rem;
|
|
2586
2567
|
color: #000000;
|
|
2568
|
+
margin: 1rem 0 0.5rem;
|
|
2587
2569
|
}
|
|
2588
2570
|
|
|
2589
|
-
.
|
|
2571
|
+
.c32 {
|
|
2590
2572
|
width: 100%;
|
|
2591
|
-
margin:
|
|
2573
|
+
margin-top: 1rem;
|
|
2592
2574
|
color: #FFFFFF;
|
|
2593
2575
|
font-size: 1rem;
|
|
2594
2576
|
font-weight: bold;
|
|
2577
|
+
min-height: 44px;
|
|
2595
2578
|
cursor: pointer;
|
|
2596
|
-
min-height: 48px;
|
|
2597
2579
|
background: #E52630;
|
|
2598
2580
|
-webkit-text-decoration: none;
|
|
2599
2581
|
text-decoration: none;
|
|
@@ -2604,14 +2586,14 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2604
2586
|
appearance: none;
|
|
2605
2587
|
}
|
|
2606
2588
|
|
|
2607
|
-
.
|
|
2608
|
-
.
|
|
2609
|
-
.
|
|
2589
|
+
.c32:active,
|
|
2590
|
+
.c32:focus,
|
|
2591
|
+
.c32:hover {
|
|
2610
2592
|
outline: none;
|
|
2611
2593
|
background-color: #961D35;
|
|
2612
2594
|
}
|
|
2613
2595
|
|
|
2614
|
-
.
|
|
2596
|
+
.c16 {
|
|
2615
2597
|
width: 50%;
|
|
2616
2598
|
height: 48px;
|
|
2617
2599
|
z-index: 1;
|
|
@@ -2622,7 +2604,7 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2622
2604
|
background-color: #E52630;
|
|
2623
2605
|
}
|
|
2624
2606
|
|
|
2625
|
-
.
|
|
2607
|
+
.c11 {
|
|
2626
2608
|
display: -webkit-box;
|
|
2627
2609
|
display: -webkit-flex;
|
|
2628
2610
|
display: -ms-flexbox;
|
|
@@ -2630,7 +2612,7 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2630
2612
|
margin: 1rem 0;
|
|
2631
2613
|
}
|
|
2632
2614
|
|
|
2633
|
-
.
|
|
2615
|
+
.c12 {
|
|
2634
2616
|
width: 100%;
|
|
2635
2617
|
position: relative;
|
|
2636
2618
|
display: -webkit-box;
|
|
@@ -2643,15 +2625,14 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2643
2625
|
margin: 0.5rem 0;
|
|
2644
2626
|
overflow: hidden;
|
|
2645
2627
|
border-radius: 0.5rem;
|
|
2646
|
-
border: 1px solid #969598;
|
|
2647
2628
|
background: #FFFFFF;
|
|
2648
2629
|
}
|
|
2649
2630
|
|
|
2650
|
-
.
|
|
2631
|
+
.c12 .give-monthly:checked ~ .c15 {
|
|
2651
2632
|
left: calc(50%);
|
|
2652
2633
|
}
|
|
2653
2634
|
|
|
2654
|
-
.
|
|
2635
|
+
.c12 input {
|
|
2655
2636
|
border: 0;
|
|
2656
2637
|
-webkit-clip: rect(0 0 0 0);
|
|
2657
2638
|
clip: rect(0 0 0 0);
|
|
@@ -2666,7 +2647,12 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2666
2647
|
width: 1px;
|
|
2667
2648
|
}
|
|
2668
2649
|
|
|
2669
|
-
.c12 {
|
|
2650
|
+
.c12 input:focus-visible + label {
|
|
2651
|
+
z-index: 3;
|
|
2652
|
+
box-shadow: inset 0 0 0 2px #2042AD;
|
|
2653
|
+
}
|
|
2654
|
+
|
|
2655
|
+
.c14 {
|
|
2670
2656
|
font-size: 1rem;
|
|
2671
2657
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
2672
2658
|
font-weight: bold;
|
|
@@ -2691,21 +2677,33 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2691
2677
|
transition: color 0.15s ease-out;
|
|
2692
2678
|
z-index: 2;
|
|
2693
2679
|
cursor: pointer;
|
|
2694
|
-
border-radius: 2rem;
|
|
2695
2680
|
color: #000000;
|
|
2696
2681
|
}
|
|
2697
2682
|
|
|
2698
|
-
.
|
|
2683
|
+
.c14:first-of-type {
|
|
2684
|
+
border-left: 1px solid #969598;
|
|
2685
|
+
border-top: 1px solid #969598;
|
|
2686
|
+
border-bottom: 1px solid #969598;
|
|
2687
|
+
border-radius: 0.5rem 0 0 0.5rem;
|
|
2688
|
+
}
|
|
2689
|
+
|
|
2690
|
+
.c14:last-of-type {
|
|
2691
|
+
border-right: 1px solid #969598;
|
|
2692
|
+
border-top: 1px solid #969598;
|
|
2693
|
+
border-bottom: 1px solid #969598;
|
|
2694
|
+
border-radius: 0 0.5rem 0.5rem 0;
|
|
2695
|
+
}
|
|
2696
|
+
|
|
2697
|
+
.c14:active:focus {
|
|
2699
2698
|
box-shadow: none;
|
|
2700
2699
|
}
|
|
2701
2700
|
|
|
2702
|
-
.
|
|
2701
|
+
.c14:focus {
|
|
2703
2702
|
border: none;
|
|
2704
|
-
outline: none;
|
|
2705
2703
|
box-shadow: inset 0 0 0 4px #E52630;
|
|
2706
2704
|
}
|
|
2707
2705
|
|
|
2708
|
-
.
|
|
2706
|
+
.c13 {
|
|
2709
2707
|
font-size: 1rem;
|
|
2710
2708
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
2711
2709
|
font-weight: bold;
|
|
@@ -2730,57 +2728,69 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2730
2728
|
transition: color 0.15s ease-out;
|
|
2731
2729
|
z-index: 2;
|
|
2732
2730
|
cursor: default;
|
|
2733
|
-
border-radius: 2rem;
|
|
2734
2731
|
color: #FFFFFF;
|
|
2735
2732
|
}
|
|
2736
2733
|
|
|
2737
|
-
.
|
|
2734
|
+
.c13:first-of-type {
|
|
2735
|
+
border-left: 1px solid #E52630;
|
|
2736
|
+
border-top: 1px solid #E52630;
|
|
2737
|
+
border-bottom: 1px solid #E52630;
|
|
2738
|
+
border-radius: 0.5rem 0 0 0.5rem;
|
|
2739
|
+
}
|
|
2740
|
+
|
|
2741
|
+
.c13:last-of-type {
|
|
2742
|
+
border-right: 1px solid #E52630;
|
|
2743
|
+
border-top: 1px solid #E52630;
|
|
2744
|
+
border-bottom: 1px solid #E52630;
|
|
2745
|
+
border-radius: 0 0.5rem 0.5rem 0;
|
|
2746
|
+
}
|
|
2747
|
+
|
|
2748
|
+
.c13:active:focus {
|
|
2738
2749
|
box-shadow: none;
|
|
2739
2750
|
}
|
|
2740
2751
|
|
|
2741
|
-
.
|
|
2752
|
+
.c13:focus {
|
|
2742
2753
|
border: none;
|
|
2743
|
-
outline: none;
|
|
2744
2754
|
box-shadow: inset 0 0 0 4px #E52630;
|
|
2745
2755
|
}
|
|
2746
2756
|
|
|
2747
2757
|
@media (min-width:740px) {
|
|
2748
2758
|
.c7 {
|
|
2749
|
-
font-size:
|
|
2750
|
-
line-height:
|
|
2759
|
+
font-size: 2.5rem;
|
|
2760
|
+
line-height: 2.5rem;
|
|
2751
2761
|
}
|
|
2752
2762
|
}
|
|
2753
2763
|
|
|
2754
2764
|
@media (min-width:1024px) {
|
|
2755
2765
|
.c7 {
|
|
2756
|
-
font-size:
|
|
2757
|
-
line-height:
|
|
2766
|
+
font-size: 3rem;
|
|
2767
|
+
line-height: 3rem;
|
|
2758
2768
|
}
|
|
2759
2769
|
}
|
|
2760
2770
|
|
|
2761
2771
|
@media (min-width:740px) {
|
|
2762
|
-
.
|
|
2772
|
+
.c9 {
|
|
2763
2773
|
font-size: 1rem;
|
|
2764
2774
|
line-height: 1.25rem;
|
|
2765
2775
|
}
|
|
2766
2776
|
}
|
|
2767
2777
|
|
|
2768
2778
|
@media (min-width:1024px) {
|
|
2769
|
-
.
|
|
2779
|
+
.c9 {
|
|
2770
2780
|
font-size: 1.125rem;
|
|
2771
2781
|
line-height: 1.375rem;
|
|
2772
2782
|
}
|
|
2773
2783
|
}
|
|
2774
2784
|
|
|
2775
2785
|
@media (min-width:740px) {
|
|
2776
|
-
.
|
|
2786
|
+
.c26 {
|
|
2777
2787
|
font-size: 1rem;
|
|
2778
2788
|
line-height: 1.25rem;
|
|
2779
2789
|
}
|
|
2780
2790
|
}
|
|
2781
2791
|
|
|
2782
2792
|
@media (min-width:1024px) {
|
|
2783
|
-
.
|
|
2793
|
+
.c26 {
|
|
2784
2794
|
font-size: 1.125rem;
|
|
2785
2795
|
line-height: 1.375rem;
|
|
2786
2796
|
}
|
|
@@ -2794,6 +2804,30 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2794
2804
|
|
|
2795
2805
|
}
|
|
2796
2806
|
|
|
2807
|
+
@media (min-width:740px) {
|
|
2808
|
+
.c24 input {
|
|
2809
|
+
height: 4.5rem;
|
|
2810
|
+
}
|
|
2811
|
+
}
|
|
2812
|
+
|
|
2813
|
+
@media (min-width:1024px) {
|
|
2814
|
+
.c24 input {
|
|
2815
|
+
height: 3.4375rem;
|
|
2816
|
+
}
|
|
2817
|
+
}
|
|
2818
|
+
|
|
2819
|
+
@media (min-width:740px) {
|
|
2820
|
+
.c19 input {
|
|
2821
|
+
height: 4.5rem;
|
|
2822
|
+
}
|
|
2823
|
+
}
|
|
2824
|
+
|
|
2825
|
+
@media (min-width:1024px) {
|
|
2826
|
+
.c19 input {
|
|
2827
|
+
height: 3.4375rem;
|
|
2828
|
+
}
|
|
2829
|
+
}
|
|
2830
|
+
|
|
2797
2831
|
@media (min-width:1024px) {
|
|
2798
2832
|
.c1 {
|
|
2799
2833
|
padding: 2rem;
|
|
@@ -2863,7 +2897,7 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2863
2897
|
@media (min-width:1024px) {
|
|
2864
2898
|
.c4 {
|
|
2865
2899
|
margin-top: 1rem;
|
|
2866
|
-
border-radius:
|
|
2900
|
+
border-radius: 1rem;
|
|
2867
2901
|
max-width: 461px;
|
|
2868
2902
|
min-width: 400px;
|
|
2869
2903
|
margin-left: 0;
|
|
@@ -2878,7 +2912,7 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2878
2912
|
}
|
|
2879
2913
|
|
|
2880
2914
|
@media (min-width:740px) {
|
|
2881
|
-
.
|
|
2915
|
+
.c17 {
|
|
2882
2916
|
-webkit-flex-direction: row;
|
|
2883
2917
|
-ms-flex-direction: row;
|
|
2884
2918
|
flex-direction: row;
|
|
@@ -2887,13 +2921,13 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2887
2921
|
}
|
|
2888
2922
|
|
|
2889
2923
|
@media (min-width:740px) {
|
|
2890
|
-
.
|
|
2924
|
+
.c17 label {
|
|
2891
2925
|
margin-bottom: 0;
|
|
2892
2926
|
}
|
|
2893
2927
|
}
|
|
2894
2928
|
|
|
2895
2929
|
@media (min-width:740px) {
|
|
2896
|
-
.
|
|
2930
|
+
.c28 {
|
|
2897
2931
|
-webkit-flex-basis: 60%;
|
|
2898
2932
|
-ms-flex-preferred-size: 60%;
|
|
2899
2933
|
flex-basis: 60%;
|
|
@@ -2902,12 +2936,12 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2902
2936
|
|
|
2903
2937
|
@media (min-width:740px) {
|
|
2904
2938
|
.c31 {
|
|
2905
|
-
|
|
2939
|
+
margin: 1.5rem 0 1rem;
|
|
2906
2940
|
}
|
|
2907
2941
|
}
|
|
2908
2942
|
|
|
2909
2943
|
@media (min-width:740px) {
|
|
2910
|
-
.
|
|
2944
|
+
.c12 {
|
|
2911
2945
|
margin: 0 auto;
|
|
2912
2946
|
}
|
|
2913
2947
|
}
|
|
@@ -2936,17 +2970,22 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2936
2970
|
<legend
|
|
2937
2971
|
className="c6"
|
|
2938
2972
|
>
|
|
2939
|
-
<
|
|
2973
|
+
<h1
|
|
2940
2974
|
className="c7 c8"
|
|
2941
2975
|
>
|
|
2942
|
-
|
|
2943
|
-
</
|
|
2976
|
+
Donate Now
|
|
2977
|
+
</h1>
|
|
2978
|
+
<p
|
|
2979
|
+
className="c9 c10"
|
|
2980
|
+
>
|
|
2981
|
+
Please help us fund life-changing projects in the UK and around the world.
|
|
2982
|
+
</p>
|
|
2944
2983
|
</legend>
|
|
2945
2984
|
<div
|
|
2946
|
-
className="
|
|
2985
|
+
className="c11"
|
|
2947
2986
|
>
|
|
2948
2987
|
<div
|
|
2949
|
-
className="
|
|
2988
|
+
className="c12"
|
|
2950
2989
|
>
|
|
2951
2990
|
<input
|
|
2952
2991
|
aria-label="Single"
|
|
@@ -2959,7 +2998,7 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2959
2998
|
value="Single"
|
|
2960
2999
|
/>
|
|
2961
3000
|
<label
|
|
2962
|
-
className="
|
|
3001
|
+
className="c13"
|
|
2963
3002
|
htmlFor="give-once--mbship-4"
|
|
2964
3003
|
>
|
|
2965
3004
|
Single
|
|
@@ -2975,25 +3014,25 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
2975
3014
|
value="Monthly"
|
|
2976
3015
|
/>
|
|
2977
3016
|
<label
|
|
2978
|
-
className="
|
|
3017
|
+
className="c14"
|
|
2979
3018
|
htmlFor="give-monthly--mbship-4"
|
|
2980
3019
|
>
|
|
2981
3020
|
Monthly
|
|
2982
3021
|
</label>
|
|
2983
3022
|
<span
|
|
2984
|
-
className="
|
|
3023
|
+
className="c15 c16"
|
|
2985
3024
|
/>
|
|
2986
3025
|
</div>
|
|
2987
3026
|
</div>
|
|
2988
3027
|
<div
|
|
2989
|
-
className="
|
|
3028
|
+
className="c17"
|
|
2990
3029
|
>
|
|
2991
3030
|
<label
|
|
2992
|
-
className="
|
|
3031
|
+
className="c18 c19"
|
|
2993
3032
|
htmlFor="mbship-4--moneyBuy-box1"
|
|
2994
3033
|
>
|
|
2995
3034
|
<span
|
|
2996
|
-
className="
|
|
3035
|
+
className="c9 c20"
|
|
2997
3036
|
dangerouslySetInnerHTML={
|
|
2998
3037
|
Object {
|
|
2999
3038
|
"__html": "£12.10",
|
|
@@ -3001,15 +3040,15 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
3001
3040
|
}
|
|
3002
3041
|
/>
|
|
3003
3042
|
<div
|
|
3004
|
-
className="
|
|
3043
|
+
className="c21"
|
|
3005
3044
|
>
|
|
3006
3045
|
|
|
3007
3046
|
<div
|
|
3008
|
-
className="
|
|
3047
|
+
className="c22"
|
|
3009
3048
|
>
|
|
3010
3049
|
<input
|
|
3011
3050
|
aria-required={false}
|
|
3012
|
-
className="
|
|
3051
|
+
className="c23"
|
|
3013
3052
|
id="mbship-4--moneyBuy-box1"
|
|
3014
3053
|
name="mbship-4--moneyBuy1"
|
|
3015
3054
|
onClick={[Function]}
|
|
@@ -3024,11 +3063,11 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
3024
3063
|
|
|
3025
3064
|
</label>
|
|
3026
3065
|
<label
|
|
3027
|
-
className="
|
|
3066
|
+
className="c18 c24"
|
|
3028
3067
|
htmlFor="mbship-4--moneyBuy-box2"
|
|
3029
3068
|
>
|
|
3030
3069
|
<span
|
|
3031
|
-
className="
|
|
3070
|
+
className="c9 c20"
|
|
3032
3071
|
dangerouslySetInnerHTML={
|
|
3033
3072
|
Object {
|
|
3034
3073
|
"__html": "£50.00",
|
|
@@ -3036,15 +3075,15 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
3036
3075
|
}
|
|
3037
3076
|
/>
|
|
3038
3077
|
<div
|
|
3039
|
-
className="
|
|
3078
|
+
className="c21"
|
|
3040
3079
|
>
|
|
3041
3080
|
|
|
3042
3081
|
<div
|
|
3043
|
-
className="
|
|
3082
|
+
className="c22"
|
|
3044
3083
|
>
|
|
3045
3084
|
<input
|
|
3046
3085
|
aria-required={false}
|
|
3047
|
-
className="
|
|
3086
|
+
className="c23"
|
|
3048
3087
|
id="mbship-4--moneyBuy-box2"
|
|
3049
3088
|
name="mbship-4--moneyBuy2"
|
|
3050
3089
|
onClick={[Function]}
|
|
@@ -3059,11 +3098,11 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
3059
3098
|
|
|
3060
3099
|
</label>
|
|
3061
3100
|
<label
|
|
3062
|
-
className="
|
|
3101
|
+
className="c18 c19"
|
|
3063
3102
|
htmlFor="mbship-4--moneyBuy-box3"
|
|
3064
3103
|
>
|
|
3065
3104
|
<span
|
|
3066
|
-
className="
|
|
3105
|
+
className="c9 c20"
|
|
3067
3106
|
dangerouslySetInnerHTML={
|
|
3068
3107
|
Object {
|
|
3069
3108
|
"__html": "£100.00",
|
|
@@ -3071,15 +3110,15 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
3071
3110
|
}
|
|
3072
3111
|
/>
|
|
3073
3112
|
<div
|
|
3074
|
-
className="
|
|
3113
|
+
className="c21"
|
|
3075
3114
|
>
|
|
3076
3115
|
|
|
3077
3116
|
<div
|
|
3078
|
-
className="
|
|
3117
|
+
className="c22"
|
|
3079
3118
|
>
|
|
3080
3119
|
<input
|
|
3081
3120
|
aria-required={false}
|
|
3082
|
-
className="
|
|
3121
|
+
className="c23"
|
|
3083
3122
|
id="mbship-4--moneyBuy-box3"
|
|
3084
3123
|
name="mbship-4--moneyBuy3"
|
|
3085
3124
|
onClick={[Function]}
|
|
@@ -3095,19 +3134,19 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
3095
3134
|
</label>
|
|
3096
3135
|
</div>
|
|
3097
3136
|
<div
|
|
3098
|
-
className="
|
|
3137
|
+
className="c25"
|
|
3099
3138
|
>
|
|
3100
3139
|
<span
|
|
3101
|
-
className="
|
|
3140
|
+
className="c26 c27"
|
|
3102
3141
|
>
|
|
3103
3142
|
Enter another amount
|
|
3104
3143
|
</span>
|
|
3105
3144
|
<label
|
|
3106
|
-
className="
|
|
3145
|
+
className="c18 c28"
|
|
3107
3146
|
htmlFor="mbship-4--MoneyBuy-userInput"
|
|
3108
3147
|
>
|
|
3109
3148
|
<span
|
|
3110
|
-
className="
|
|
3149
|
+
className="c9 c20"
|
|
3111
3150
|
dangerouslySetInnerHTML={
|
|
3112
3151
|
Object {
|
|
3113
3152
|
"__html": "Other donation amount",
|
|
@@ -3115,19 +3154,19 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
3115
3154
|
}
|
|
3116
3155
|
/>
|
|
3117
3156
|
<div
|
|
3118
|
-
className="
|
|
3157
|
+
className="c21"
|
|
3119
3158
|
>
|
|
3120
3159
|
<div
|
|
3121
|
-
className="
|
|
3160
|
+
className="c29"
|
|
3122
3161
|
>
|
|
3123
3162
|
£
|
|
3124
3163
|
</div>
|
|
3125
3164
|
<div
|
|
3126
|
-
className="
|
|
3165
|
+
className="c22"
|
|
3127
3166
|
>
|
|
3128
3167
|
<input
|
|
3129
3168
|
aria-required={false}
|
|
3130
|
-
className="
|
|
3169
|
+
className="c30"
|
|
3131
3170
|
id="mbship-4--MoneyBuy-userInput"
|
|
3132
3171
|
max="25000"
|
|
3133
3172
|
min="1"
|
|
@@ -3147,7 +3186,7 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
3147
3186
|
</label>
|
|
3148
3187
|
</div>
|
|
3149
3188
|
<p
|
|
3150
|
-
className="
|
|
3189
|
+
className="c31"
|
|
3151
3190
|
>
|
|
3152
3191
|
<strong>
|
|
3153
3192
|
£50
|
|
@@ -3155,7 +3194,7 @@ exports[`Text-only donate widget renders correctly 1`] = `
|
|
|
3155
3194
|
could fund a specialist therapy session for a young person who has experienced or is at risk of homelessness
|
|
3156
3195
|
</p>
|
|
3157
3196
|
<button
|
|
3158
|
-
className="
|
|
3197
|
+
className="c32 Button_DonateWidget"
|
|
3159
3198
|
color="red"
|
|
3160
3199
|
type="submit"
|
|
3161
3200
|
>
|