@comicrelief/component-library 8.51.3 → 8.51.5
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/CTA/CTAMultiCard/CTAMultiCard.js +11 -6
- package/dist/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.md +4 -4
- package/dist/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.style.js +41 -22
- package/dist/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.test.js +0 -1
- package/dist/components/Molecules/CTA/CTAMultiCard/__snapshots__/CTAMultiCard.test.js.snap +996 -2653
- package/dist/components/Molecules/CTA/CTASingleCard/CTASingleCard.js +9 -4
- package/dist/components/Molecules/CTA/CTASingleCard/CTASingleCard.md +10 -10
- package/dist/components/Molecules/CTA/CTASingleCard/CTASingleCard.style.js +16 -6
- package/dist/components/Molecules/CTA/CTASingleCard/CTASingleCard.test.js +2 -0
- package/dist/components/Molecules/CTA/CTASingleCard/__snapshots__/CTASingleCard.test.js.snap +245 -233
- package/dist/components/Molecules/CTA/shared/CTACard.js +11 -8
- package/dist/components/Molecules/CTA/shared/CTACard.style.js +101 -73
- package/dist/components/Molecules/EmailSignUp/EmailSignUp.style.js +1 -1
- package/dist/components/Organisms/FooterNew/FooterNew.style.js +2 -2
- package/dist/components/Organisms/FooterNew/__snapshots__/FooterNew.test.js.snap +6 -6
- package/package.json +1 -1
- package/src/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.js +48 -41
- package/src/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.md +4 -4
- package/src/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.style.js +34 -9
- package/src/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.test.js +0 -1
- package/src/components/Molecules/CTA/CTAMultiCard/__snapshots__/CTAMultiCard.test.js.snap +996 -2653
- package/src/components/Molecules/CTA/CTASingleCard/CTASingleCard.js +22 -10
- package/src/components/Molecules/CTA/CTASingleCard/CTASingleCard.md +10 -10
- package/src/components/Molecules/CTA/CTASingleCard/CTASingleCard.style.js +7 -9
- package/src/components/Molecules/CTA/CTASingleCard/CTASingleCard.test.js +2 -0
- package/src/components/Molecules/CTA/CTASingleCard/__snapshots__/CTASingleCard.test.js.snap +245 -233
- package/src/components/Molecules/CTA/shared/CTACard.js +14 -7
- package/src/components/Molecules/CTA/shared/CTACard.style.js +80 -43
- package/src/components/Molecules/EmailSignUp/EmailSignUp.style.js +1 -1
- package/src/components/Organisms/FooterNew/FooterNew.style.js +2 -2
- package/src/components/Organisms/FooterNew/__snapshots__/FooterNew.test.js.snap +6 -6
- package/dist/components/Molecules/OLD_CTAMultiCard/CTAMultiCard.js +0 -58
- package/dist/components/Molecules/OLD_CTAMultiCard/CTAMultiCard.style.js +0 -157
- package/dist/components/Molecules/OLD_CTAMultiCard/CTAMultiCard.test.js +0 -70
- package/dist/components/Molecules/OLD_CTAMultiCard/SingleCard.js +0 -56
- package/dist/components/Molecules/OLD_CTAMultiCard/_ArrowIcon.js +0 -29
- package/dist/components/Molecules/OLD_CTAMultiCard/__snapshots__/CTAMultiCard.test.js.snap +0 -2296
- package/dist/components/Molecules/OLD_CTAMultiCard/example_data.json +0 -107
- package/src/components/Molecules/OLD_CTAMultiCard/CTAMultiCard.js +0 -100
- package/src/components/Molecules/OLD_CTAMultiCard/CTAMultiCard.style.js +0 -259
- package/src/components/Molecules/OLD_CTAMultiCard/CTAMultiCard.test.js +0 -86
- package/src/components/Molecules/OLD_CTAMultiCard/SingleCard.js +0 -100
- package/src/components/Molecules/OLD_CTAMultiCard/_ArrowIcon.js +0 -22
- package/src/components/Molecules/OLD_CTAMultiCard/__snapshots__/CTAMultiCard.test.js.snap +0 -2296
- package/src/components/Molecules/OLD_CTAMultiCard/example_data.json +0 -107
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
3
|
exports[`renders correctly with data prop 1`] = `
|
|
4
|
-
.
|
|
4
|
+
.c11 {
|
|
5
5
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
6
6
|
font-weight: 400;
|
|
7
7
|
text-transform: inherit;
|
|
@@ -13,32 +13,32 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
13
13
|
line-height: 1.25rem;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
.c11 span {
|
|
17
17
|
font-size: inherit;
|
|
18
18
|
line-height: inherit;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.
|
|
21
|
+
.c6 {
|
|
22
22
|
display: block;
|
|
23
23
|
width: 100%;
|
|
24
24
|
height: 100%;
|
|
25
25
|
position: relative;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.
|
|
28
|
+
.c7 {
|
|
29
29
|
width: 100%;
|
|
30
30
|
height: 100%;
|
|
31
31
|
display: block;
|
|
32
32
|
object-fit: cover;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.
|
|
35
|
+
.c18 {
|
|
36
36
|
display: inline-block;
|
|
37
37
|
color: #FFFFFF;
|
|
38
38
|
fill: currentColor;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
.
|
|
41
|
+
.c5 {
|
|
42
42
|
width: 100%;
|
|
43
43
|
overflow: hidden;
|
|
44
44
|
-webkit-flex-shrink: 0;
|
|
@@ -48,14 +48,14 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
48
48
|
border-radius: 1rem 1rem 0 0;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.
|
|
51
|
+
.c5 img {
|
|
52
52
|
width: 100%;
|
|
53
53
|
height: auto;
|
|
54
54
|
object-fit: cover;
|
|
55
55
|
display: block;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
.
|
|
58
|
+
.c14 {
|
|
59
59
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
60
60
|
font-weight: 400;
|
|
61
61
|
text-transform: inherit;
|
|
@@ -65,7 +65,7 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
65
65
|
letter-spacing: 0;
|
|
66
66
|
font-size: 1rem;
|
|
67
67
|
line-height: 1.25rem;
|
|
68
|
-
color: #
|
|
68
|
+
color: #E52630;
|
|
69
69
|
font-weight: bold;
|
|
70
70
|
-webkit-text-decoration: none;
|
|
71
71
|
text-decoration: none;
|
|
@@ -73,7 +73,7 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
73
73
|
display: inline-block;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
.
|
|
76
|
+
.c16 {
|
|
77
77
|
height: 4px;
|
|
78
78
|
width: 100%;
|
|
79
79
|
position: absolute;
|
|
@@ -85,11 +85,11 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
85
85
|
pointer-events: none;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
.
|
|
88
|
+
.c17 {
|
|
89
89
|
width: 32px;
|
|
90
90
|
height: 32px;
|
|
91
91
|
border-radius: 50%;
|
|
92
|
-
background: #
|
|
92
|
+
background: #E52630;
|
|
93
93
|
display: -webkit-box;
|
|
94
94
|
display: -webkit-flex;
|
|
95
95
|
display: -ms-flexbox;
|
|
@@ -107,7 +107,7 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
107
107
|
flex-shrink: 0;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
.
|
|
110
|
+
.c3 {
|
|
111
111
|
display: -webkit-box;
|
|
112
112
|
display: -webkit-flex;
|
|
113
113
|
display: -ms-flexbox;
|
|
@@ -130,16 +130,13 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
130
130
|
box-sizing: border-box;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
.
|
|
134
|
-
-webkit-
|
|
135
|
-
-
|
|
136
|
-
|
|
137
|
-
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
|
|
138
|
-
-webkit-transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
|
|
139
|
-
transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
|
|
133
|
+
.c3 img {
|
|
134
|
+
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22,1,0.36,1);
|
|
135
|
+
-webkit-transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
|
|
136
|
+
transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
|
|
140
137
|
}
|
|
141
138
|
|
|
142
|
-
.
|
|
139
|
+
.c2 {
|
|
143
140
|
width: 100%;
|
|
144
141
|
-webkit-flex-shrink: 0;
|
|
145
142
|
-ms-flex-negative: 0;
|
|
@@ -158,7 +155,7 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
158
155
|
max-width: 100%;
|
|
159
156
|
}
|
|
160
157
|
|
|
161
|
-
.
|
|
158
|
+
.c8 {
|
|
162
159
|
width: 100%;
|
|
163
160
|
background: #FFFFFF;
|
|
164
161
|
display: -webkit-box;
|
|
@@ -176,7 +173,7 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
176
173
|
border-radius: 0 0 1rem 1rem;
|
|
177
174
|
}
|
|
178
175
|
|
|
179
|
-
.
|
|
176
|
+
.c9 {
|
|
180
177
|
-webkit-flex: 1;
|
|
181
178
|
-ms-flex: 1;
|
|
182
179
|
flex: 1;
|
|
@@ -191,6 +188,13 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
191
188
|
}
|
|
192
189
|
|
|
193
190
|
.c10 {
|
|
191
|
+
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
192
|
+
font-size: 14px;
|
|
193
|
+
color: #969598;
|
|
194
|
+
margin-bottom: 1rem;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.c12 {
|
|
194
198
|
width: 100%;
|
|
195
199
|
display: -webkit-box;
|
|
196
200
|
display: -webkit-flex;
|
|
@@ -214,6 +218,11 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
214
218
|
.c0 {
|
|
215
219
|
padding-top: 1rem;
|
|
216
220
|
padding-bottom: 2rem;
|
|
221
|
+
width: 100%;
|
|
222
|
+
background: transparent;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.c1 {
|
|
217
226
|
display: -webkit-box;
|
|
218
227
|
display: -webkit-flex;
|
|
219
228
|
display: -ms-flexbox;
|
|
@@ -221,34 +230,24 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
221
230
|
width: 100%;
|
|
222
231
|
max-width: 1152px;
|
|
223
232
|
margin: 0 auto;
|
|
224
|
-
background: transparent;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.c0 img {
|
|
228
|
-
-webkit-transform: scale(1.02);
|
|
229
|
-
-ms-transform: scale(1.02);
|
|
230
|
-
transform: scale(1.02);
|
|
231
|
-
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
|
|
232
|
-
-webkit-transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
|
|
233
|
-
transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
|
|
234
233
|
}
|
|
235
234
|
|
|
236
235
|
@media (min-width:740px) {
|
|
237
|
-
.
|
|
236
|
+
.c11 {
|
|
238
237
|
font-size: 1rem;
|
|
239
238
|
line-height: 1.25rem;
|
|
240
239
|
}
|
|
241
240
|
}
|
|
242
241
|
|
|
243
242
|
@media (min-width:1024px) {
|
|
244
|
-
.
|
|
243
|
+
.c11 {
|
|
245
244
|
font-size: 1.125rem;
|
|
246
245
|
line-height: 1.375rem;
|
|
247
246
|
}
|
|
248
247
|
}
|
|
249
248
|
|
|
250
249
|
@media (min-width:740px) {
|
|
251
|
-
.
|
|
250
|
+
.c5 {
|
|
252
251
|
width: calc(100% / 3);
|
|
253
252
|
min-width: 292px;
|
|
254
253
|
max-width: 309px;
|
|
@@ -265,60 +264,54 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
265
264
|
}
|
|
266
265
|
|
|
267
266
|
@media (min-width:1024px) {
|
|
268
|
-
.
|
|
267
|
+
.c5 {
|
|
269
268
|
min-width: 355px;
|
|
270
269
|
max-width: 362px;
|
|
271
270
|
}
|
|
272
271
|
}
|
|
273
272
|
|
|
274
273
|
@media (min-width:1440px) {
|
|
275
|
-
.
|
|
274
|
+
.c5 {
|
|
276
275
|
min-width: 363px;
|
|
277
276
|
max-width: 363px;
|
|
278
277
|
}
|
|
279
278
|
}
|
|
280
279
|
|
|
281
280
|
@media (min-width:740px) {
|
|
282
|
-
.
|
|
281
|
+
.c5 img {
|
|
283
282
|
height: 100%;
|
|
284
283
|
object-fit: cover;
|
|
285
284
|
}
|
|
286
285
|
}
|
|
287
286
|
|
|
288
287
|
@media (min-width:740px) {
|
|
289
|
-
.
|
|
290
|
-
-
|
|
291
|
-
-
|
|
292
|
-
transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
|
|
293
|
-
-webkit-transform-origin: center;
|
|
294
|
-
-ms-transform-origin: center;
|
|
295
|
-
transform-origin: center;
|
|
288
|
+
.c14 {
|
|
289
|
+
font-size: 1rem;
|
|
290
|
+
line-height: 1.25rem;
|
|
296
291
|
}
|
|
292
|
+
}
|
|
297
293
|
|
|
298
|
-
|
|
299
|
-
.
|
|
300
|
-
-
|
|
301
|
-
-
|
|
302
|
-
transform: scale(1.08);
|
|
294
|
+
@media (min-width:1024px) {
|
|
295
|
+
.c14 {
|
|
296
|
+
font-size: 1.125rem;
|
|
297
|
+
line-height: 1.375rem;
|
|
303
298
|
}
|
|
304
299
|
}
|
|
305
300
|
|
|
306
|
-
@media (min-width:
|
|
307
|
-
.
|
|
308
|
-
|
|
309
|
-
line-height: 1.25rem;
|
|
301
|
+
@media (min-width:1024px) {
|
|
302
|
+
.c14 {
|
|
303
|
+
color: #222222;
|
|
310
304
|
}
|
|
311
305
|
}
|
|
312
306
|
|
|
313
307
|
@media (min-width:1024px) {
|
|
314
|
-
.
|
|
315
|
-
|
|
316
|
-
line-height: 1.375rem;
|
|
308
|
+
.c17 {
|
|
309
|
+
background: #222222;
|
|
317
310
|
}
|
|
318
311
|
}
|
|
319
312
|
|
|
320
313
|
@media (min-width:740px) {
|
|
321
|
-
.
|
|
314
|
+
.c3 {
|
|
322
315
|
-webkit-flex-direction: row;
|
|
323
316
|
-ms-flex-direction: row;
|
|
324
317
|
flex-direction: row;
|
|
@@ -331,13 +324,13 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
331
324
|
}
|
|
332
325
|
|
|
333
326
|
@media (min-width:1024px) {
|
|
334
|
-
.
|
|
335
|
-
min-height:
|
|
327
|
+
.c3 {
|
|
328
|
+
min-height: 272px;
|
|
336
329
|
}
|
|
337
330
|
}
|
|
338
331
|
|
|
339
332
|
@media (min-width:740px) {
|
|
340
|
-
.
|
|
333
|
+
.c3 {
|
|
341
334
|
-webkit-transition: -webkit-transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
|
|
342
335
|
-webkit-transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
|
|
343
336
|
transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
|
|
@@ -346,40 +339,35 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
346
339
|
transform-origin: center;
|
|
347
340
|
}
|
|
348
341
|
|
|
349
|
-
.
|
|
350
|
-
.
|
|
351
|
-
-webkit-transform: translateY(-
|
|
352
|
-
-ms-transform: translateY(-
|
|
353
|
-
transform: translateY(-
|
|
342
|
+
.c3:hover,
|
|
343
|
+
.c3:focus {
|
|
344
|
+
-webkit-transform: translateY(-10px);
|
|
345
|
+
-ms-transform: translateY(-10px);
|
|
346
|
+
transform: translateY(-10px);
|
|
354
347
|
}
|
|
355
348
|
|
|
356
|
-
.
|
|
349
|
+
.c3:hover {
|
|
357
350
|
box-shadow: 0 0 1.5rem rgba(0,0,0,0.25);
|
|
358
351
|
}
|
|
359
352
|
|
|
360
|
-
.
|
|
361
|
-
-webkit-transform: scale(1.
|
|
362
|
-
-ms-transform: scale(1.
|
|
363
|
-
transform: scale(1.
|
|
353
|
+
.c3:hover .c4 img {
|
|
354
|
+
-webkit-transform: scale(1.11);
|
|
355
|
+
-ms-transform: scale(1.11);
|
|
356
|
+
transform: scale(1.11);
|
|
364
357
|
}
|
|
365
358
|
|
|
366
|
-
.
|
|
367
|
-
color: #E52630;
|
|
359
|
+
.c3:hover .c13 {
|
|
368
360
|
-webkit-text-decoration: none;
|
|
369
361
|
text-decoration: none;
|
|
370
362
|
}
|
|
371
363
|
|
|
372
|
-
.
|
|
364
|
+
.c3:hover .c15 {
|
|
373
365
|
opacity: 1;
|
|
374
366
|
}
|
|
375
|
-
|
|
376
|
-
.c2:hover .c15 {
|
|
377
|
-
background: #E52630;
|
|
378
|
-
}
|
|
379
367
|
}
|
|
380
368
|
|
|
381
369
|
@media (min-width:740px) {
|
|
382
|
-
.
|
|
370
|
+
.c2 {
|
|
383
371
|
-webkit-flex-basis: 100%;
|
|
384
372
|
-ms-flex-preferred-size: 100%;
|
|
385
373
|
flex-basis: 100%;
|
|
@@ -389,7 +377,7 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
389
377
|
}
|
|
390
378
|
|
|
391
379
|
@media (min-width:1440px) {
|
|
392
|
-
.
|
|
380
|
+
.c2 {
|
|
393
381
|
-webkit-flex-basis: 100%;
|
|
394
382
|
-ms-flex-preferred-size: 100%;
|
|
395
383
|
flex-basis: 100%;
|
|
@@ -399,7 +387,7 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
399
387
|
}
|
|
400
388
|
|
|
401
389
|
@media (min-width:740px) {
|
|
402
|
-
.
|
|
390
|
+
.c8 {
|
|
403
391
|
width: calc(200% / 3);
|
|
404
392
|
min-width: 384px;
|
|
405
393
|
max-width: 650px;
|
|
@@ -411,14 +399,14 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
411
399
|
}
|
|
412
400
|
|
|
413
401
|
@media (min-width:1024px) {
|
|
414
|
-
.
|
|
402
|
+
.c8 {
|
|
415
403
|
min-width: 541px;
|
|
416
404
|
max-width: 790px;
|
|
417
405
|
}
|
|
418
406
|
}
|
|
419
407
|
|
|
420
408
|
@media (min-width:1440px) {
|
|
421
|
-
.
|
|
409
|
+
.c8 {
|
|
422
410
|
width: 789px;
|
|
423
411
|
}
|
|
424
412
|
}
|
|
@@ -429,89 +417,98 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
429
417
|
<div
|
|
430
418
|
className="c1"
|
|
431
419
|
>
|
|
432
|
-
<
|
|
420
|
+
<div
|
|
433
421
|
className="c2"
|
|
434
|
-
href="/test"
|
|
435
|
-
rel={null}
|
|
436
|
-
target="self"
|
|
437
422
|
>
|
|
438
|
-
<
|
|
439
|
-
className="c3
|
|
423
|
+
<a
|
|
424
|
+
className="c3"
|
|
425
|
+
href="/test"
|
|
426
|
+
rel={null}
|
|
427
|
+
target="self"
|
|
440
428
|
>
|
|
441
429
|
<div
|
|
442
|
-
className="c5
|
|
443
|
-
height="100%"
|
|
444
|
-
width="100%"
|
|
430
|
+
className="c4 c5"
|
|
445
431
|
>
|
|
446
|
-
<
|
|
447
|
-
alt="Example image"
|
|
432
|
+
<div
|
|
448
433
|
className="c6 lazyload"
|
|
449
|
-
data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
|
|
450
|
-
data-sizes="auto"
|
|
451
|
-
data-src="https://images.ctfassets.net/zsfivwzfgl3t/4VsIykPLHDNkNCT9djGrX/c8f1e4cb5c6bda5a7b77f18501e9304d/challenge-1.jpg?w=678&h=501&fl=progressive&q=80&fm=jpg"
|
|
452
|
-
data-srcset="https://images.ctfassets.net/zsfivwzfgl3t/4VsIykPLHDNkNCT9djGrX/c8f1e4cb5c6bda5a7b77f18501e9304d/challenge-1.jpg?w=678&h=501&q=80&fm=webp 678w"
|
|
453
434
|
height="100%"
|
|
454
|
-
src="https://images.ctfassets.net/zsfivwzfgl3t/4VsIykPLHDNkNCT9djGrX/c8f1e4cb5c6bda5a7b77f18501e9304d/challenge-1.jpg?w=678&h=501&fl=progressive&q=80&fm=jpg"
|
|
455
|
-
srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
|
|
456
435
|
width="100%"
|
|
457
|
-
|
|
436
|
+
>
|
|
437
|
+
<img
|
|
438
|
+
alt="Example image"
|
|
439
|
+
className="c7 lazyload"
|
|
440
|
+
data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
|
|
441
|
+
data-sizes="auto"
|
|
442
|
+
data-src="https://images.ctfassets.net/zsfivwzfgl3t/4VsIykPLHDNkNCT9djGrX/c8f1e4cb5c6bda5a7b77f18501e9304d/challenge-1.jpg?w=678&h=501&fl=progressive&q=80&fm=jpg"
|
|
443
|
+
data-srcset="https://images.ctfassets.net/zsfivwzfgl3t/4VsIykPLHDNkNCT9djGrX/c8f1e4cb5c6bda5a7b77f18501e9304d/challenge-1.jpg?w=678&h=501&q=80&fm=webp 678w"
|
|
444
|
+
height="100%"
|
|
445
|
+
src="https://images.ctfassets.net/zsfivwzfgl3t/4VsIykPLHDNkNCT9djGrX/c8f1e4cb5c6bda5a7b77f18501e9304d/challenge-1.jpg?w=678&h=501&fl=progressive&q=80&fm=jpg"
|
|
446
|
+
srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
|
|
447
|
+
width="100%"
|
|
448
|
+
/>
|
|
449
|
+
</div>
|
|
458
450
|
</div>
|
|
459
|
-
</div>
|
|
460
|
-
<div
|
|
461
|
-
className="c7"
|
|
462
|
-
>
|
|
463
451
|
<div
|
|
464
452
|
className="c8"
|
|
465
453
|
>
|
|
466
|
-
<
|
|
454
|
+
<div
|
|
467
455
|
className="c9"
|
|
468
456
|
>
|
|
469
|
-
<
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
alt=""
|
|
484
|
-
aria-hidden="true"
|
|
485
|
-
className="c13 c14"
|
|
486
|
-
src="mock.asset"
|
|
487
|
-
/>
|
|
488
|
-
</span>
|
|
457
|
+
<div
|
|
458
|
+
className="c10"
|
|
459
|
+
>
|
|
460
|
+
Example Label
|
|
461
|
+
</div>
|
|
462
|
+
<p
|
|
463
|
+
className="c11"
|
|
464
|
+
>
|
|
465
|
+
<strong>
|
|
466
|
+
Single Card
|
|
467
|
+
</strong>
|
|
468
|
+
content here
|
|
469
|
+
</p>
|
|
470
|
+
</div>
|
|
489
471
|
<div
|
|
490
|
-
className="
|
|
472
|
+
className="c12"
|
|
491
473
|
>
|
|
492
|
-
<
|
|
493
|
-
className="
|
|
494
|
-
fill="none"
|
|
495
|
-
height="13"
|
|
496
|
-
viewBox="0 0 15 13"
|
|
497
|
-
width="15"
|
|
498
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
474
|
+
<span
|
|
475
|
+
className="c13 c14"
|
|
499
476
|
>
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
477
|
+
Learn more
|
|
478
|
+
<img
|
|
479
|
+
alt=""
|
|
480
|
+
aria-hidden="true"
|
|
481
|
+
className="c15 c16"
|
|
482
|
+
src="mock.asset"
|
|
503
483
|
/>
|
|
504
|
-
</
|
|
484
|
+
</span>
|
|
485
|
+
<div
|
|
486
|
+
className="c17"
|
|
487
|
+
>
|
|
488
|
+
<svg
|
|
489
|
+
className="c18"
|
|
490
|
+
fill="none"
|
|
491
|
+
height="13"
|
|
492
|
+
viewBox="0 0 15 13"
|
|
493
|
+
width="15"
|
|
494
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
495
|
+
>
|
|
496
|
+
<path
|
|
497
|
+
d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
|
|
498
|
+
fill="currentColor"
|
|
499
|
+
/>
|
|
500
|
+
</svg>
|
|
501
|
+
</div>
|
|
505
502
|
</div>
|
|
506
503
|
</div>
|
|
507
|
-
</
|
|
508
|
-
</
|
|
504
|
+
</a>
|
|
505
|
+
</div>
|
|
509
506
|
</div>
|
|
510
507
|
</div>
|
|
511
508
|
`;
|
|
512
509
|
|
|
513
510
|
exports[`renders correctly without image 1`] = `
|
|
514
|
-
.
|
|
511
|
+
.c7 {
|
|
515
512
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
516
513
|
font-weight: 400;
|
|
517
514
|
text-transform: inherit;
|
|
@@ -523,18 +520,18 @@ exports[`renders correctly without image 1`] = `
|
|
|
523
520
|
line-height: 1.25rem;
|
|
524
521
|
}
|
|
525
522
|
|
|
526
|
-
.
|
|
523
|
+
.c7 span {
|
|
527
524
|
font-size: inherit;
|
|
528
525
|
line-height: inherit;
|
|
529
526
|
}
|
|
530
527
|
|
|
531
|
-
.
|
|
528
|
+
.c14 {
|
|
532
529
|
display: inline-block;
|
|
533
530
|
color: #FFFFFF;
|
|
534
531
|
fill: currentColor;
|
|
535
532
|
}
|
|
536
533
|
|
|
537
|
-
.
|
|
534
|
+
.c10 {
|
|
538
535
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
539
536
|
font-weight: 400;
|
|
540
537
|
text-transform: inherit;
|
|
@@ -544,7 +541,7 @@ exports[`renders correctly without image 1`] = `
|
|
|
544
541
|
letter-spacing: 0;
|
|
545
542
|
font-size: 1rem;
|
|
546
543
|
line-height: 1.25rem;
|
|
547
|
-
color: #
|
|
544
|
+
color: #E52630;
|
|
548
545
|
font-weight: bold;
|
|
549
546
|
-webkit-text-decoration: none;
|
|
550
547
|
text-decoration: none;
|
|
@@ -552,7 +549,7 @@ exports[`renders correctly without image 1`] = `
|
|
|
552
549
|
display: inline-block;
|
|
553
550
|
}
|
|
554
551
|
|
|
555
|
-
.
|
|
552
|
+
.c12 {
|
|
556
553
|
height: 4px;
|
|
557
554
|
width: 100%;
|
|
558
555
|
position: absolute;
|
|
@@ -564,11 +561,11 @@ exports[`renders correctly without image 1`] = `
|
|
|
564
561
|
pointer-events: none;
|
|
565
562
|
}
|
|
566
563
|
|
|
567
|
-
.
|
|
564
|
+
.c13 {
|
|
568
565
|
width: 32px;
|
|
569
566
|
height: 32px;
|
|
570
567
|
border-radius: 50%;
|
|
571
|
-
background: #
|
|
568
|
+
background: #E52630;
|
|
572
569
|
display: -webkit-box;
|
|
573
570
|
display: -webkit-flex;
|
|
574
571
|
display: -ms-flexbox;
|
|
@@ -586,7 +583,7 @@ exports[`renders correctly without image 1`] = `
|
|
|
586
583
|
flex-shrink: 0;
|
|
587
584
|
}
|
|
588
585
|
|
|
589
|
-
.
|
|
586
|
+
.c3 {
|
|
590
587
|
display: -webkit-box;
|
|
591
588
|
display: -webkit-flex;
|
|
592
589
|
display: -ms-flexbox;
|
|
@@ -609,16 +606,13 @@ exports[`renders correctly without image 1`] = `
|
|
|
609
606
|
box-sizing: border-box;
|
|
610
607
|
}
|
|
611
608
|
|
|
612
|
-
.
|
|
613
|
-
-webkit-
|
|
614
|
-
-
|
|
615
|
-
|
|
616
|
-
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
|
|
617
|
-
-webkit-transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
|
|
618
|
-
transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
|
|
609
|
+
.c3 img {
|
|
610
|
+
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22,1,0.36,1);
|
|
611
|
+
-webkit-transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
|
|
612
|
+
transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
|
|
619
613
|
}
|
|
620
614
|
|
|
621
|
-
.
|
|
615
|
+
.c2 {
|
|
622
616
|
width: 100%;
|
|
623
617
|
-webkit-flex-shrink: 0;
|
|
624
618
|
-ms-flex-negative: 0;
|
|
@@ -637,7 +631,7 @@ exports[`renders correctly without image 1`] = `
|
|
|
637
631
|
max-width: 100%;
|
|
638
632
|
}
|
|
639
633
|
|
|
640
|
-
.
|
|
634
|
+
.c4 {
|
|
641
635
|
width: 100%;
|
|
642
636
|
background: #FFFFFF;
|
|
643
637
|
display: -webkit-box;
|
|
@@ -655,7 +649,7 @@ exports[`renders correctly without image 1`] = `
|
|
|
655
649
|
border-radius: 0 0 1rem 1rem;
|
|
656
650
|
}
|
|
657
651
|
|
|
658
|
-
.
|
|
652
|
+
.c5 {
|
|
659
653
|
-webkit-flex: 1;
|
|
660
654
|
-ms-flex: 1;
|
|
661
655
|
flex: 1;
|
|
@@ -670,6 +664,13 @@ exports[`renders correctly without image 1`] = `
|
|
|
670
664
|
}
|
|
671
665
|
|
|
672
666
|
.c6 {
|
|
667
|
+
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
668
|
+
font-size: 14px;
|
|
669
|
+
color: #969598;
|
|
670
|
+
margin-bottom: 1rem;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
.c8 {
|
|
673
674
|
width: 100%;
|
|
674
675
|
display: -webkit-box;
|
|
675
676
|
display: -webkit-flex;
|
|
@@ -693,6 +694,11 @@ exports[`renders correctly without image 1`] = `
|
|
|
693
694
|
.c0 {
|
|
694
695
|
padding-top: 1rem;
|
|
695
696
|
padding-bottom: 2rem;
|
|
697
|
+
width: 100%;
|
|
698
|
+
background: transparent;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
.c1 {
|
|
696
702
|
display: -webkit-box;
|
|
697
703
|
display: -webkit-flex;
|
|
698
704
|
display: -ms-flexbox;
|
|
@@ -700,48 +706,50 @@ exports[`renders correctly without image 1`] = `
|
|
|
700
706
|
width: 100%;
|
|
701
707
|
max-width: 1152px;
|
|
702
708
|
margin: 0 auto;
|
|
703
|
-
background: transparent;
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
.c0 img {
|
|
707
|
-
-webkit-transform: scale(1.02);
|
|
708
|
-
-ms-transform: scale(1.02);
|
|
709
|
-
transform: scale(1.02);
|
|
710
|
-
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
|
|
711
|
-
-webkit-transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
|
|
712
|
-
transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
|
|
713
709
|
}
|
|
714
710
|
|
|
715
711
|
@media (min-width:740px) {
|
|
716
|
-
.
|
|
712
|
+
.c7 {
|
|
717
713
|
font-size: 1rem;
|
|
718
714
|
line-height: 1.25rem;
|
|
719
715
|
}
|
|
720
716
|
}
|
|
721
717
|
|
|
722
718
|
@media (min-width:1024px) {
|
|
723
|
-
.
|
|
719
|
+
.c7 {
|
|
724
720
|
font-size: 1.125rem;
|
|
725
721
|
line-height: 1.375rem;
|
|
726
722
|
}
|
|
727
723
|
}
|
|
728
724
|
|
|
729
725
|
@media (min-width:740px) {
|
|
730
|
-
.
|
|
726
|
+
.c10 {
|
|
731
727
|
font-size: 1rem;
|
|
732
728
|
line-height: 1.25rem;
|
|
733
729
|
}
|
|
734
730
|
}
|
|
735
731
|
|
|
736
732
|
@media (min-width:1024px) {
|
|
737
|
-
.
|
|
733
|
+
.c10 {
|
|
738
734
|
font-size: 1.125rem;
|
|
739
735
|
line-height: 1.375rem;
|
|
740
736
|
}
|
|
741
737
|
}
|
|
742
738
|
|
|
739
|
+
@media (min-width:1024px) {
|
|
740
|
+
.c10 {
|
|
741
|
+
color: #222222;
|
|
742
|
+
}
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
@media (min-width:1024px) {
|
|
746
|
+
.c13 {
|
|
747
|
+
background: #222222;
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
|
|
743
751
|
@media (min-width:740px) {
|
|
744
|
-
.
|
|
752
|
+
.c3 {
|
|
745
753
|
-webkit-flex-direction: row;
|
|
746
754
|
-ms-flex-direction: row;
|
|
747
755
|
flex-direction: row;
|
|
@@ -754,13 +762,13 @@ exports[`renders correctly without image 1`] = `
|
|
|
754
762
|
}
|
|
755
763
|
|
|
756
764
|
@media (min-width:1024px) {
|
|
757
|
-
.
|
|
758
|
-
min-height:
|
|
765
|
+
.c3 {
|
|
766
|
+
min-height: 272px;
|
|
759
767
|
}
|
|
760
768
|
}
|
|
761
769
|
|
|
762
770
|
@media (min-width:740px) {
|
|
763
|
-
.
|
|
771
|
+
.c3 {
|
|
764
772
|
-webkit-transition: -webkit-transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
|
|
765
773
|
-webkit-transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
|
|
766
774
|
transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
|
|
@@ -769,34 +777,29 @@ exports[`renders correctly without image 1`] = `
|
|
|
769
777
|
transform-origin: center;
|
|
770
778
|
}
|
|
771
779
|
|
|
772
|
-
.
|
|
773
|
-
.
|
|
774
|
-
-webkit-transform: translateY(-
|
|
775
|
-
-ms-transform: translateY(-
|
|
776
|
-
transform: translateY(-
|
|
780
|
+
.c3:hover,
|
|
781
|
+
.c3:focus {
|
|
782
|
+
-webkit-transform: translateY(-10px);
|
|
783
|
+
-ms-transform: translateY(-10px);
|
|
784
|
+
transform: translateY(-10px);
|
|
777
785
|
}
|
|
778
786
|
|
|
779
|
-
.
|
|
787
|
+
.c3:hover {
|
|
780
788
|
box-shadow: 0 0 1.5rem rgba(0,0,0,0.25);
|
|
781
789
|
}
|
|
782
790
|
|
|
783
|
-
.
|
|
784
|
-
color: #E52630;
|
|
791
|
+
.c3:hover .c9 {
|
|
785
792
|
-webkit-text-decoration: none;
|
|
786
793
|
text-decoration: none;
|
|
787
794
|
}
|
|
788
795
|
|
|
789
|
-
.
|
|
796
|
+
.c3:hover .c11 {
|
|
790
797
|
opacity: 1;
|
|
791
798
|
}
|
|
792
|
-
|
|
793
|
-
.c2:hover .c11 {
|
|
794
|
-
background: #E52630;
|
|
795
|
-
}
|
|
796
799
|
}
|
|
797
800
|
|
|
798
801
|
@media (min-width:740px) {
|
|
799
|
-
.
|
|
802
|
+
.c2 {
|
|
800
803
|
-webkit-flex-basis: 100%;
|
|
801
804
|
-ms-flex-preferred-size: 100%;
|
|
802
805
|
flex-basis: 100%;
|
|
@@ -806,7 +809,7 @@ exports[`renders correctly without image 1`] = `
|
|
|
806
809
|
}
|
|
807
810
|
|
|
808
811
|
@media (min-width:1440px) {
|
|
809
|
-
.
|
|
812
|
+
.c2 {
|
|
810
813
|
-webkit-flex-basis: 100%;
|
|
811
814
|
-ms-flex-preferred-size: 100%;
|
|
812
815
|
flex-basis: 100%;
|
|
@@ -816,7 +819,7 @@ exports[`renders correctly without image 1`] = `
|
|
|
816
819
|
}
|
|
817
820
|
|
|
818
821
|
@media (min-width:740px) {
|
|
819
|
-
.
|
|
822
|
+
.c4 {
|
|
820
823
|
width: calc(200% / 3);
|
|
821
824
|
min-width: 384px;
|
|
822
825
|
max-width: 650px;
|
|
@@ -828,14 +831,14 @@ exports[`renders correctly without image 1`] = `
|
|
|
828
831
|
}
|
|
829
832
|
|
|
830
833
|
@media (min-width:1024px) {
|
|
831
|
-
.
|
|
834
|
+
.c4 {
|
|
832
835
|
min-width: 541px;
|
|
833
836
|
max-width: 790px;
|
|
834
837
|
}
|
|
835
838
|
}
|
|
836
839
|
|
|
837
840
|
@media (min-width:1440px) {
|
|
838
|
-
.
|
|
841
|
+
.c4 {
|
|
839
842
|
width: 789px;
|
|
840
843
|
}
|
|
841
844
|
}
|
|
@@ -846,58 +849,67 @@ exports[`renders correctly without image 1`] = `
|
|
|
846
849
|
<div
|
|
847
850
|
className="c1"
|
|
848
851
|
>
|
|
849
|
-
<
|
|
852
|
+
<div
|
|
850
853
|
className="c2"
|
|
851
|
-
href="/test-no-image"
|
|
852
|
-
rel={null}
|
|
853
|
-
target="self"
|
|
854
854
|
>
|
|
855
|
-
<
|
|
855
|
+
<a
|
|
856
856
|
className="c3"
|
|
857
|
+
href="/test-no-image"
|
|
858
|
+
rel={null}
|
|
859
|
+
target="self"
|
|
857
860
|
>
|
|
858
861
|
<div
|
|
859
862
|
className="c4"
|
|
860
863
|
>
|
|
861
|
-
<
|
|
864
|
+
<div
|
|
862
865
|
className="c5"
|
|
863
866
|
>
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
alt=""
|
|
876
|
-
aria-hidden="true"
|
|
877
|
-
className="c9 c10"
|
|
878
|
-
src="mock.asset"
|
|
879
|
-
/>
|
|
880
|
-
</span>
|
|
867
|
+
<div
|
|
868
|
+
className="c6"
|
|
869
|
+
>
|
|
870
|
+
Example Label
|
|
871
|
+
</div>
|
|
872
|
+
<p
|
|
873
|
+
className="c7"
|
|
874
|
+
>
|
|
875
|
+
Card without image
|
|
876
|
+
</p>
|
|
877
|
+
</div>
|
|
881
878
|
<div
|
|
882
|
-
className="
|
|
879
|
+
className="c8"
|
|
883
880
|
>
|
|
884
|
-
<
|
|
885
|
-
className="
|
|
886
|
-
fill="none"
|
|
887
|
-
height="13"
|
|
888
|
-
viewBox="0 0 15 13"
|
|
889
|
-
width="15"
|
|
890
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
881
|
+
<span
|
|
882
|
+
className="c9 c10"
|
|
891
883
|
>
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
884
|
+
View card
|
|
885
|
+
<img
|
|
886
|
+
alt=""
|
|
887
|
+
aria-hidden="true"
|
|
888
|
+
className="c11 c12"
|
|
889
|
+
src="mock.asset"
|
|
895
890
|
/>
|
|
896
|
-
</
|
|
891
|
+
</span>
|
|
892
|
+
<div
|
|
893
|
+
className="c13"
|
|
894
|
+
>
|
|
895
|
+
<svg
|
|
896
|
+
className="c14"
|
|
897
|
+
fill="none"
|
|
898
|
+
height="13"
|
|
899
|
+
viewBox="0 0 15 13"
|
|
900
|
+
width="15"
|
|
901
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
902
|
+
>
|
|
903
|
+
<path
|
|
904
|
+
d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
|
|
905
|
+
fill="currentColor"
|
|
906
|
+
/>
|
|
907
|
+
</svg>
|
|
908
|
+
</div>
|
|
897
909
|
</div>
|
|
898
910
|
</div>
|
|
899
|
-
</
|
|
900
|
-
</
|
|
911
|
+
</a>
|
|
912
|
+
</div>
|
|
901
913
|
</div>
|
|
902
914
|
</div>
|
|
903
915
|
`;
|