@biggive/components 202307271559.0.0 → 202308021605.0.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.
- package/dist/biggive/biggive.esm.js +1 -1
- package/dist/biggive/{p-4ac3c59d.entry.js → p-0d3008a2.entry.js} +1 -1
- package/dist/biggive/{p-e1f37ddb.entry.js → p-50d9a75b.entry.js} +1 -1
- package/dist/biggive/p-6f588def.entry.js +1 -0
- package/dist/biggive/p-98b25061.entry.js +1 -0
- package/dist/biggive/{p-c0f333bc.entry.js → p-9946cc08.entry.js} +1 -1
- package/dist/biggive/{p-a70e0902.entry.js → p-9c09a586.entry.js} +1 -1
- package/dist/biggive/{p-e0041d91.entry.js → p-e5f630d1.entry.js} +1 -1
- package/dist/cjs/biggive-accordion_42.cjs.entry.js +26 -26
- package/dist/cjs/biggive-basic-card.cjs.entry.js +1 -1
- package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +1 -1
- package/dist/cjs/biggive-boxed-content.cjs.entry.js +1 -1
- package/dist/cjs/biggive-category-icon.cjs.entry.js +1 -1
- package/dist/cjs/biggive-image-card.cjs.entry.js +22 -28
- package/dist/cjs/biggive-table.cjs.entry.js +1 -1
- package/dist/cjs/biggive.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/biggive-accordion/biggive-accordion.css +4 -4
- package/dist/collection/components/biggive-article-card/biggive-article-card.css +6 -6
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +3 -3
- package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +4 -4
- package/dist/collection/components/biggive-biography-card/biggive-biography-card.css +9 -9
- package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +1 -1
- package/dist/collection/components/biggive-button/biggive-button.css +5 -5
- package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +1 -1
- package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.css +1 -1
- package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.css +1 -1
- package/dist/collection/components/biggive-carousel/biggive-carousel.css +1 -1
- package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +4 -4
- package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +1 -1
- package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.js +1 -1
- package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.css +6 -6
- package/dist/collection/components/biggive-heading/biggive-heading.css +2 -2
- package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +2 -2
- package/dist/collection/components/biggive-icon-button/biggive-icon-button.css +4 -4
- package/dist/collection/components/biggive-image-button/biggive-image-button.css +3 -3
- package/dist/collection/components/biggive-image-card/biggive-image-card.css +113 -241
- package/dist/collection/components/biggive-image-card/biggive-image-card.js +118 -129
- package/dist/collection/components/biggive-image-card/biggive-image-card.stories.js +105 -26
- package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +1 -1
- package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +6 -6
- package/dist/collection/components/biggive-page-section/biggive-page-section.css +1 -1
- package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.css +1 -1
- package/dist/collection/components/biggive-quote/biggive-quote.css +2 -2
- package/dist/collection/components/biggive-sheet/biggive-sheet.css +4 -4
- package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +8 -8
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +9 -54
- package/dist/collection/components/biggive-table/biggive-table.css +6 -12
- package/dist/collection/components/biggive-timeline/biggive-timeline.css +13 -13
- package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +2 -2
- package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +1 -1
- package/dist/components/biggive-accordion.js +1 -1
- package/dist/components/biggive-article-card.js +1 -1
- package/dist/components/biggive-basic-card.js +1 -1
- package/dist/components/biggive-beneficiary-icon.js +1 -1
- package/dist/components/biggive-biography-card.js +1 -1
- package/dist/components/biggive-boxed-content.js +1 -1
- package/dist/components/biggive-button2.js +1 -1
- package/dist/components/biggive-call-to-action.js +1 -1
- package/dist/components/biggive-campaign-card.js +1 -1
- package/dist/components/biggive-campaign-highlights.js +1 -1
- package/dist/components/biggive-carousel2.js +1 -1
- package/dist/components/biggive-category-icon.js +1 -1
- package/dist/components/biggive-formatted-text.js +2 -2
- package/dist/components/biggive-generic-icon2.js +1 -1
- package/dist/components/biggive-heading.js +1 -1
- package/dist/components/biggive-hero-image.js +1 -1
- package/dist/components/biggive-icon-button.js +1 -1
- package/dist/components/biggive-image-button.js +1 -1
- package/dist/components/biggive-image-card.js +36 -42
- package/dist/components/biggive-image-feature.js +1 -1
- package/dist/components/biggive-misc-icon2.js +1 -1
- package/dist/components/biggive-page-section.js +1 -1
- package/dist/components/biggive-progress-bar2.js +1 -1
- package/dist/components/biggive-quote.js +1 -1
- package/dist/components/biggive-sheet.js +1 -1
- package/dist/components/biggive-social-icon2.js +1 -1
- package/dist/components/biggive-tabbed-content.js +1 -1
- package/dist/components/biggive-table.js +1 -1
- package/dist/components/biggive-timeline.js +1 -1
- package/dist/components/biggive-totalizer.js +1 -1
- package/dist/components/biggive-video-feature.js +1 -1
- package/dist/esm/biggive-accordion_42.entry.js +26 -26
- package/dist/esm/biggive-basic-card.entry.js +1 -1
- package/dist/esm/biggive-beneficiary-icon.entry.js +1 -1
- package/dist/esm/biggive-boxed-content.entry.js +1 -1
- package/dist/esm/biggive-category-icon.entry.js +1 -1
- package/dist/esm/biggive-image-card.entry.js +22 -28
- package/dist/esm/biggive-table.entry.js +1 -1
- package/dist/esm/biggive.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/types/components/biggive-image-card/biggive-image-card.d.ts +13 -13
- package/dist/types/components/biggive-image-card/biggive-image-card.stories.d.ts +31 -7
- package/dist/types/components.d.ts +24 -24
- package/hydrate/index.js +67 -73
- package/package.json +1 -1
- package/dist/biggive/p-5ff6d84f.entry.js +0 -1
- package/dist/biggive/p-b878559d.entry.js +0 -1
|
@@ -76,7 +76,7 @@ a:hover {
|
|
|
76
76
|
|
|
77
77
|
.background-colour-hover-grey-light:hover,
|
|
78
78
|
.background-colour-grey-light {
|
|
79
|
-
background-color: #
|
|
79
|
+
background-color: #E8E8E8;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
.background-colour-hover-grey-medium:hover,
|
|
@@ -89,9 +89,72 @@ a:hover {
|
|
|
89
89
|
background-color: #4A4A4A;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
.
|
|
93
|
-
|
|
94
|
-
|
|
92
|
+
.fill-primary {
|
|
93
|
+
fill: #2C089B;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.fill-secondary {
|
|
97
|
+
fill: #2AF135;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.fill-tertiary {
|
|
101
|
+
fill: #FF7272;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.fill-brand-1 {
|
|
105
|
+
fill: #B30510;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.fill-brand-2 {
|
|
109
|
+
fill: #6E0887;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.fill-brand-3 {
|
|
113
|
+
fill: #50B400;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.fill-brand-4 {
|
|
117
|
+
fill: #FFE500;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.fill-brand-5 {
|
|
121
|
+
fill: #F07D00;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.fill-brand-6 {
|
|
125
|
+
fill: #CBC8C8;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.fill-brand-mhf-turquoise {
|
|
129
|
+
fill: #62CFC9;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.fill-white {
|
|
133
|
+
fill: #FFFFFF;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.fill-black {
|
|
137
|
+
fill: #000000;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.fill-grey-extra-light {
|
|
141
|
+
fill: #D7D7D7;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.fill-grey-light {
|
|
145
|
+
fill: #E8E8E8;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.fill-grey-medium {
|
|
149
|
+
fill: #8A8A8A;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.fill-grey-dark {
|
|
153
|
+
fill: #4A4A4A;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.fill-red {
|
|
157
|
+
fill: red;
|
|
95
158
|
}
|
|
96
159
|
|
|
97
160
|
.space-above-0 {
|
|
@@ -212,7 +275,7 @@ a:hover {
|
|
|
212
275
|
|
|
213
276
|
.text-colour-hover-grey-light:hover,
|
|
214
277
|
.text-colour-grey-light {
|
|
215
|
-
color: #
|
|
278
|
+
color: #E8E8E8;
|
|
216
279
|
}
|
|
217
280
|
|
|
218
281
|
.text-colour-hover-grey-medium:hover,
|
|
@@ -229,268 +292,77 @@ a:hover {
|
|
|
229
292
|
display: contents;
|
|
230
293
|
}
|
|
231
294
|
|
|
232
|
-
.align-right {
|
|
233
|
-
text-align: right;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
295
|
.container {
|
|
237
|
-
height: 100%;
|
|
238
|
-
width: 100%;
|
|
239
296
|
font-family: "Euclid Triangle", sans-serif;
|
|
240
297
|
font-size: 17px;
|
|
241
298
|
line-height: 24px;
|
|
242
299
|
position: relative;
|
|
243
|
-
text-align:
|
|
244
|
-
}
|
|
245
|
-
.container .sleeve {
|
|
246
|
-
height: 100%;
|
|
247
|
-
box-sizing: border-box;
|
|
300
|
+
text-align: center;
|
|
248
301
|
background-size: cover;
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
.container .sleeve .content-wrap {
|
|
302
|
+
background-position: center center;
|
|
303
|
+
padding: 10px;
|
|
252
304
|
height: 100%;
|
|
253
|
-
|
|
254
|
-
flex-direction: column;
|
|
305
|
+
white-space: pre-wrap;
|
|
255
306
|
}
|
|
256
|
-
.container
|
|
257
|
-
|
|
258
|
-
}
|
|
259
|
-
.container .meta .slug {
|
|
260
|
-
font-size: 11px;
|
|
261
|
-
line-height: 14px;
|
|
262
|
-
margin-bottom: 5px;
|
|
263
|
-
}
|
|
264
|
-
.container .meta .date {
|
|
265
|
-
font-size: 11px;
|
|
266
|
-
line-height: 14px;
|
|
267
|
-
margin-bottom: 5px;
|
|
268
|
-
}
|
|
269
|
-
.container h3 {
|
|
270
|
-
font-size: 20px;
|
|
271
|
-
line-height: 24px;
|
|
272
|
-
font-weight: bold;
|
|
273
|
-
padding-bottom: 10px;
|
|
274
|
-
margin-bottom: auto;
|
|
275
|
-
margin-top: 5px;
|
|
276
|
-
}
|
|
277
|
-
.container h3 a,
|
|
278
|
-
.container h3 a:hover {
|
|
307
|
+
.container a,
|
|
308
|
+
.container a:hover {
|
|
279
309
|
text-decoration: none;
|
|
280
310
|
}
|
|
281
|
-
.container .
|
|
282
|
-
|
|
283
|
-
height:
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
.container .image-group {
|
|
287
|
-
display: flex;
|
|
288
|
-
margin-bottom: 15px;
|
|
289
|
-
}
|
|
290
|
-
.container .image-group .image-container {
|
|
291
|
-
margin-right: 15px;
|
|
292
|
-
}
|
|
293
|
-
.container .image-group .image-container .image-wrap {
|
|
294
|
-
border-radius: 50%;
|
|
295
|
-
width: 60px;
|
|
296
|
-
height: 60px;
|
|
297
|
-
background-size: cover;
|
|
298
|
-
background-position: center center;
|
|
299
|
-
margin-bottom: 5px;
|
|
300
|
-
}
|
|
301
|
-
.container .image-group .image-container .image-wrap img {
|
|
302
|
-
display: none;
|
|
311
|
+
.container .sleeve {
|
|
312
|
+
padding: 10px;
|
|
313
|
+
height: 100%;
|
|
314
|
+
box-sizing: border-box;
|
|
315
|
+
transition: all 1s ease-in-out;
|
|
303
316
|
}
|
|
304
|
-
.container
|
|
305
|
-
|
|
306
|
-
|
|
317
|
+
.container.add-animation-true:hover .sleeve {
|
|
318
|
+
margin: -30px;
|
|
319
|
+
padding: 60px;
|
|
320
|
+
height: calc(100% + 60px);
|
|
307
321
|
}
|
|
308
|
-
.container
|
|
322
|
+
.container.clip-bottom-left-corner-false.clip-top-right-corner-true .sleeve {
|
|
309
323
|
clip-path: polygon(0% 0%, 0% 0%, calc(100% - 50px) 0%, 100% 50px, 100% 100%, 100% 100%, 0% 100%, 0 100%);
|
|
310
324
|
}
|
|
311
|
-
.container
|
|
325
|
+
.container.clip-bottom-left-corner-true.clip-top-right-corner-false .sleeve {
|
|
312
326
|
clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0, 100% 100%, 100% 100%, 50px 100%, 0 calc(100% - 50px));
|
|
313
327
|
}
|
|
314
|
-
.container
|
|
328
|
+
.container.clip-bottom-left-corner-true.clip-top-right-corner-true .sleeve {
|
|
315
329
|
clip-path: polygon(0% 0%, 0% 0%, calc(100% - 50px) 0%, 100% 50px, 100% 100%, 100% 100%, 50px 100%, 0 calc(100% - 50px));
|
|
316
330
|
}
|
|
317
|
-
.container .
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
.container .slug-colour-primary .slug {
|
|
321
|
-
color: #2C089B;
|
|
322
|
-
}
|
|
323
|
-
.container .date-colour-primary .date {
|
|
324
|
-
color: #2C089B;
|
|
325
|
-
}
|
|
326
|
-
.container .image-label-colour-primary .image-label {
|
|
327
|
-
color: #2C089B;
|
|
328
|
-
}
|
|
329
|
-
.container .main-title-colour-secondary h3 {
|
|
330
|
-
color: #2AF135;
|
|
331
|
-
}
|
|
332
|
-
.container .slug-colour-secondary .slug {
|
|
333
|
-
color: #2AF135;
|
|
334
|
-
}
|
|
335
|
-
.container .date-colour-secondary .date {
|
|
336
|
-
color: #2AF135;
|
|
337
|
-
}
|
|
338
|
-
.container .image-label-colour-secondary .image-label {
|
|
339
|
-
color: #2AF135;
|
|
340
|
-
}
|
|
341
|
-
.container .main-title-colour-tertiary h3 {
|
|
342
|
-
color: #FF7272;
|
|
343
|
-
}
|
|
344
|
-
.container .slug-colour-tertiary .slug {
|
|
345
|
-
color: #FF7272;
|
|
346
|
-
}
|
|
347
|
-
.container .date-colour-tertiary .date {
|
|
348
|
-
color: #FF7272;
|
|
349
|
-
}
|
|
350
|
-
.container .image-label-colour-tertiary .image-label {
|
|
351
|
-
color: #FF7272;
|
|
352
|
-
}
|
|
353
|
-
.container .main-title-colour-brand-1 h3 {
|
|
354
|
-
color: #B30510;
|
|
355
|
-
}
|
|
356
|
-
.container .slug-colour-brand-1 .slug {
|
|
357
|
-
color: #B30510;
|
|
358
|
-
}
|
|
359
|
-
.container .date-colour-brand-1 .date {
|
|
360
|
-
color: #B30510;
|
|
361
|
-
}
|
|
362
|
-
.container .image-label-colour-brand-1 .image-label {
|
|
363
|
-
color: #B30510;
|
|
364
|
-
}
|
|
365
|
-
.container .main-title-colour-brand-2 h3 {
|
|
366
|
-
color: #6E0887;
|
|
367
|
-
}
|
|
368
|
-
.container .slug-colour-brand-2 .slug {
|
|
369
|
-
color: #6E0887;
|
|
370
|
-
}
|
|
371
|
-
.container .date-colour-brand-2 .date {
|
|
372
|
-
color: #6E0887;
|
|
373
|
-
}
|
|
374
|
-
.container .image-label-colour-brand-2 .image-label {
|
|
375
|
-
color: #6E0887;
|
|
376
|
-
}
|
|
377
|
-
.container .main-title-colour-brand-3 h3 {
|
|
378
|
-
color: #50B400;
|
|
379
|
-
}
|
|
380
|
-
.container .slug-colour-brand-3 .slug {
|
|
381
|
-
color: #50B400;
|
|
382
|
-
}
|
|
383
|
-
.container .date-colour-brand-3 .date {
|
|
384
|
-
color: #50B400;
|
|
385
|
-
}
|
|
386
|
-
.container .image-label-colour-brand-3 .image-label {
|
|
387
|
-
color: #50B400;
|
|
388
|
-
}
|
|
389
|
-
.container .main-title-colour-brand-4 h3 {
|
|
390
|
-
color: #FFE500;
|
|
391
|
-
}
|
|
392
|
-
.container .slug-colour-brand-4 .slug {
|
|
393
|
-
color: #FFE500;
|
|
394
|
-
}
|
|
395
|
-
.container .date-colour-brand-4 .date {
|
|
396
|
-
color: #FFE500;
|
|
397
|
-
}
|
|
398
|
-
.container .image-label-colour-brand-4 .image-label {
|
|
399
|
-
color: #FFE500;
|
|
400
|
-
}
|
|
401
|
-
.container .main-title-colour-brand-5 h3 {
|
|
402
|
-
color: #F07D00;
|
|
403
|
-
}
|
|
404
|
-
.container .slug-colour-brand-5 .slug {
|
|
405
|
-
color: #F07D00;
|
|
406
|
-
}
|
|
407
|
-
.container .date-colour-brand-5 .date {
|
|
408
|
-
color: #F07D00;
|
|
409
|
-
}
|
|
410
|
-
.container .image-label-colour-brand-5 .image-label {
|
|
411
|
-
color: #F07D00;
|
|
412
|
-
}
|
|
413
|
-
.container .main-title-colour-brand-6 h3 {
|
|
414
|
-
color: #62CFC9;
|
|
415
|
-
}
|
|
416
|
-
.container .slug-colour-brand-6 .slug {
|
|
417
|
-
color: #62CFC9;
|
|
418
|
-
}
|
|
419
|
-
.container .date-colour-brand-6 .date {
|
|
420
|
-
color: #62CFC9;
|
|
421
|
-
}
|
|
422
|
-
.container .image-label-colour-brand-6 .image-label {
|
|
423
|
-
color: #62CFC9;
|
|
424
|
-
}
|
|
425
|
-
.container .main-title-colour-white h3 {
|
|
426
|
-
color: #FFFFFF;
|
|
427
|
-
}
|
|
428
|
-
.container .slug-colour-white .slug {
|
|
429
|
-
color: #FFFFFF;
|
|
430
|
-
}
|
|
431
|
-
.container .date-colour-white .date {
|
|
432
|
-
color: #FFFFFF;
|
|
433
|
-
}
|
|
434
|
-
.container .image-label-colour-white .image-label {
|
|
435
|
-
color: #FFFFFF;
|
|
436
|
-
}
|
|
437
|
-
.container .main-title-colour-black h3 {
|
|
438
|
-
color: #000000;
|
|
439
|
-
}
|
|
440
|
-
.container .slug-colour-black .slug {
|
|
441
|
-
color: #000000;
|
|
442
|
-
}
|
|
443
|
-
.container .date-colour-black .date {
|
|
444
|
-
color: #000000;
|
|
445
|
-
}
|
|
446
|
-
.container .image-label-colour-black .image-label {
|
|
447
|
-
color: #000000;
|
|
448
|
-
}
|
|
449
|
-
.container .main-title-colour-grey-extra-light h3 {
|
|
450
|
-
color: #D7D7D7;
|
|
451
|
-
}
|
|
452
|
-
.container .slug-colour-grey-extra-light .slug {
|
|
453
|
-
color: #D7D7D7;
|
|
454
|
-
}
|
|
455
|
-
.container .date-colour-grey-extra-light .date {
|
|
456
|
-
color: #D7D7D7;
|
|
457
|
-
}
|
|
458
|
-
.container .image-label-colour-grey-extra-light .image-label {
|
|
459
|
-
color: #D7D7D7;
|
|
460
|
-
}
|
|
461
|
-
.container .main-title-colour-grey-light h3 {
|
|
462
|
-
color: #F6F6F6;
|
|
463
|
-
}
|
|
464
|
-
.container .slug-colour-grey-light .slug {
|
|
465
|
-
color: #F6F6F6;
|
|
331
|
+
.container .icon svg {
|
|
332
|
+
width: 50px;
|
|
333
|
+
height: auto;
|
|
466
334
|
}
|
|
467
|
-
.container .
|
|
468
|
-
|
|
335
|
+
.container .title {
|
|
336
|
+
font-size: 25px;
|
|
337
|
+
line-height: 32px;
|
|
338
|
+
font-weight: bold;
|
|
339
|
+
margin-bottom: 15px;
|
|
469
340
|
}
|
|
470
|
-
.container .
|
|
471
|
-
|
|
341
|
+
.container .subtitle {
|
|
342
|
+
margin-bottom: 15px;
|
|
472
343
|
}
|
|
473
|
-
.container .main-
|
|
474
|
-
|
|
344
|
+
.container .main-image-container {
|
|
345
|
+
margin-bottom: 15px;
|
|
475
346
|
}
|
|
476
|
-
.container .
|
|
477
|
-
|
|
347
|
+
.container .main-image-container img {
|
|
348
|
+
width: 100%;
|
|
349
|
+
height: auto;
|
|
478
350
|
}
|
|
479
|
-
.container .
|
|
480
|
-
|
|
351
|
+
.container .button-wrap {
|
|
352
|
+
text-align: center;
|
|
481
353
|
}
|
|
482
|
-
.container .
|
|
483
|
-
|
|
354
|
+
.container .button-wrap.align-left {
|
|
355
|
+
text-align: left;
|
|
484
356
|
}
|
|
485
|
-
.container .
|
|
486
|
-
|
|
357
|
+
.container .button-wrap.align-right {
|
|
358
|
+
text-align: right;
|
|
487
359
|
}
|
|
488
|
-
.container .
|
|
489
|
-
|
|
360
|
+
.container .text-align-left {
|
|
361
|
+
text-align: left;
|
|
490
362
|
}
|
|
491
|
-
.container .
|
|
492
|
-
|
|
363
|
+
.container .text-align-center {
|
|
364
|
+
text-align: center;
|
|
493
365
|
}
|
|
494
|
-
.container .
|
|
495
|
-
|
|
366
|
+
.container .text-align-right {
|
|
367
|
+
text-align: right;
|
|
496
368
|
}
|