forked from bootstrap-vue/bootstrap-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.vue
575 lines (523 loc) · 23.2 KB
/
index.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
<template>
<main id="content" role="main">
<section class="bd-masthead pt-3 pt-sm-5 pb-2">
<b-container tag="article">
<b-row align-v="center" no-gutters class="mb-2 mb-md-3 mb-lg-4">
<!-- eslint-disable-next-line vue/max-attributes-per-line -->
<b-col tag="aside" cols="12" md="4" order-md="2" class="logo-aside mb-4 mb-md-0">
<BvLogo></bvLogo>
</b-col>
<b-col tag="header" cols="12" md="8" order-md="1">
<h1 class="mb-3 text-center text-md-left bd-text-purple-bright">
Bootstrap<span class="text-vue-green">Vue</span>
</h1>
<p class="lead">
With <span class="font-weight-bolder">BootstrapVue</span> you can build responsive,
mobile-first, and ARIA accessible projects on the web using
<span class="text-muted font-weight-bolder">Vue.js</span> and the world's most popular
front-end CSS library —
<span class="text-muted font-weight-bolder">Bootstrap v4</span>.
</p>
<b-media no-body class="my-3">
<b-media-aside vertical-align="center">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 612 612"
width="30px"
height="30px"
focusable="false"
role="img"
>
<title>Bootstrap logo</title>
<path fill="#563D7C" d="M612 510c0 56.1-45.9 102-102 102H102C45.9 612 0 566.1 0 510V102C0 45.9 45.9 0 102 0h408c56.1 0 102 45.9 102 102v408z" />
<path fill="#FFF" d="M166.3 133h173.5c32 0 57.7 7.3 77 22s29 36.8 29 66.5c0 18-4.4 33.4-13.2 46.2-8.8 12.8-21.4 22.8-37.8 29.8v1c22 4.7 38.7 15.1 50 31.2 11.3 16.2 17 36.4 17 60.8 0 14-2.5 27.1-7.5 39.2-5 12.2-12.8 22.7-23.5 31.5s-24.3 15.8-41 21-36.5 7.8-59.5 7.8h-164V133zm62.5 149.5h102c15 0 27.5-4.2 37.5-12.8s15-20.8 15-36.8c0-18-4.5-30.7-13.5-38s-22-11-39-11h-102v98.6zm0 156.5h110.5c19 0 33.8-4.9 44.2-14.8 10.5-9.8 15.8-23.8 15.8-41.8 0-17.7-5.2-31.2-15.8-40.8s-25.2-14.2-44.2-14.2H228.8V439z" />
</svg>
</b-media-aside>
<b-media-body class="ml-3 text-muted align-self-center">
<a :href="bootstrapUrl" target="_blank">Bootstrap v4</a> is the world's most popular
framework for building responsive, mobile-first sites.
</b-media-body>
</b-media>
<b-media no-body class="mb-4">
<b-media-aside vertical-align="center">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 196.32 170.02"
width="30px"
height="30px"
focusable="false"
role="img"
class="media-vue-logo"
>
<title>Vue.js logo</title>
<path fill="#42b883" d="M120.83 0L98.16 39.26 75.49 0H0l98.16 170.02L196.32 0h-75.49z" />
<path fill="#35495e" d="M120.83 0L98.16 39.26 75.49 0H39.26l58.9 102.01L157.06 0h-36.23z" />
</svg>
</b-media-aside>
<b-media-body class="ml-3 text-muted align-self-center">
<a href="https://vuejs.org" target="_blank">Vue.js</a>
(pronounced <span class="text-nowrap">/<i>vjuː</i>/</span>, like view)
is a progressive framework for building user interfaces.
</b-media-body>
</b-media>
</b-col>
</b-row>
<p class="mb-0 text-muted text-center mb-n4 mb-md-n5">
Current Version<br>
<b-link to="/docs/reference/changelog" class="small">v{{ version }}</b-link>
</p>
</b-container>
</section>
<section class="bv-section bv-gray-color">
<b-container tag="article">
<div class="d-flex flex-column">
<div class="order-2 order-md-1">
<h2 class="h4 text-center bd-text-purple-bright">Overview</h2>
<b-row class="mb-4">
<b-col lg="10" offset-lg="1">
<p class="text-lg-center">
With more than 85 components, over 45 available plugins, several directives, and {{ bootstrapIconsCount }}+ icons,
<span class="bd-text-purple-bright">BootstrapVue</span> provides one of the most
comprehensive implementations of the
<span class="bd-text-purple-bright">Bootstrap v{{ bootstrapVersionMajor }}</span> component and grid system
available for <span class="bd-text-purple-bright">Vue.js v{{ vueVersionMinor }}</span>, complete with
extensive and automated
<b-link href="https://www.w3.org/WAI/standards-guidelines/aria/" target="_blank">
<abbr title="Web Accessibility Initiative – Accessible Rich Internet Applications">WAI-ARIA</abbr>
</b-link>
accessibility markup.
</p>
</b-col>
</b-row>
<b-row class="justify-content-lg-center">
<b-col md="4" lg="3">
<b-btn
to="/docs"
variant="bd-primary"
size="lg"
class="mb-3 mb-md-0"
block
>
Get started
</b-btn>
</b-col>
<b-col md="4" lg="3">
<b-btn
to="/play"
variant="bd-primary"
size="lg"
class="mb-3 mb-md-0"
block
>
Playground
</b-btn>
</b-col>
<b-col md="4" lg="3">
<b-btn
href="https://github.com/bootstrap-vue/bootstrap-vue"
variant="outline-secondary"
size="lg"
target="_blank"
block
>
GitHub
</b-btn>
</b-col>
</b-row>
</div>
<div class="order-1 order-md-2">
<BVCarbonAd></BVCarbonAd>
</div>
</div>
</b-container>
</section>
<section class="bv-section bv-white">
<b-container>
<h2 class="h4 text-center text-muted">Reasons to choose BootstrapVue</h2>
<b-card-group deck class="mb-sm-4">
<b-card tag="article" body-text-variant="muted" class="rounded-0 border-0">
<b-card-text text-tag="h3" class="h5 text-center mb-2 bd-text-purple-bright">
<b-icon icon="phone" width="2.5em" height="2.5em" class="mx-auto d-block mb-3"></b-icon>
<span>Responsive</span>
</b-card-text>
<b-card-text class="text-center">
Mobile first <b-link to="/docs/components/layout">responsive</b-link> layout
</b-card-text>
</b-card>
<b-card tag="article" body-text-variant="muted" class="rounded-0 border-0">
<b-card-text text-tag="h3" class="h5 text-center bd-text-purple-bright mb-2">
<b-icon icon="puzzle" width="2.5em" height="2.5em" class="mx-auto d-block mb-3"></b-icon>
<span>Modular</span>
</b-card-text>
<b-card-text class="text-center">
<b-link to="/docs/#tree-shaking-with-module-bundlers">Import</b-link> only the features that you need
</b-card-text>
</b-card>
<b-card tag="article" body-text-variant="muted" class="rounded-0 border-0">
<b-card-text text-tag="h3" class="h5 text-center bd-text-purple-bright mb-2">
<b-icon
icon="eye-slash"
width="2.5em"
height="2.5em"
scale="1.2"
class="mx-auto d-block mb-3"
></b-icon>
<span>Accessible</span>
</b-card-text>
<b-card-text class="text-center">
Automated <b-link to="/docs/reference/accessibility">WAI-ARIA accessibility</b-link> markup
</b-card-text>
</b-card>
</b-card-group>
<b-card-group deck class="mb-n3">
<b-card tag="article" body-text-variant="muted" class="rounded-0 border-0">
<b-card-text text-tag="h3" class="h5 text-center bd-text-purple-bright mb-2">
<svg
xmlns="http://www.w3.org/2000/svg"
height="2.5em"
viewBox="0 0 448 512"
class="mx-auto d-block mb-3"
aria-hidden="true"
focusable="false"
role="img"
>
<path
fill="currentColor"
d="M356.9 64.3H280l-56 88.6-48-88.6H0L224 448 448 64.3h-91.1zm-301.2 32h53.8L224 294.5 338.4 96.3h53.8L224 384.5 55.7 96.3z"
/>
</svg>
<span>Modern</span>
</b-card-text>
<b-card-text class="text-center" bg-variant="light">
Built with <a href="https://vuejs.org/">Vue.js v{{ vueVersionMinor }}</a> and
<a href="https://getbootstrap.com">Bootstrap SCSS v{{ bootstrapVersionMinor }}</a>
</b-card-text>
</b-card>
<b-card tag="article" body-text-variant="muted" body-class="px-2" class="rounded-0 border-0">
<b-card-text text-tag="h3" class="h5 text-center bd-text-purple-bright mb-2">
<b-icon icon="gear" width="2.5em" height="2.5em" class="mx-auto d-block mb-3"></b-icon>
<span>Configurable</span>
</b-card-text>
<b-card-text class="text-center">
Create <b-link to="/docs/reference/theming">themes</b-link> with SCSS variables and <b-link to="/docs/reference/settings">global options</b-link>
</b-card-text>
</b-card>
<b-card tag="article" body-text-variant="muted" class="rounded-0 border-0">
<b-card-text text-tag="h3" class="h5 text-center bd-text-purple-bright mb-2">
<svg
xmlns="http://www.w3.org/2000/svg"
height="2.5em"
viewBox="0 0 496 512"
class="mx-auto d-block mb-3"
aria-hidden="true"
focusable="false"
role="img"
>
<path
fill="currentColor"
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"
/>
</svg>
<span>Free</span>
</b-card-text>
<b-card-text class="text-center">
Open sourced on <a href="https://github.com/bootstrap-vue/bootstrap-vue/" target="_blank">GitHub</a>,
<a href="https://github.com/bootstrap-vue/bootstrap-vue/blob/master/LICENSE" target="_blank">MIT</a> License
</b-card-text>
</b-card>
</b-card-group>
</b-container>
</section>
<section class="bv-section bv-gray">
<b-container tag="article" class="text-center">
<h2 class="h4 text-center bd-text-purple-bright">Integrate with Nuxt.js</h2>
<div class="mb-2 d-flex flex-row justify-content-center align-items-center">
<svg
xmlns="http://www.w3.org/2000/svg"
height="3.5em"
width="3.5em"
viewBox="0 0 400 400"
version="1"
aria-hidden="true"
focusable="false"
role="img"
>
<title>Nuxt.js logo</title>
<g transform="translate(0 49)" fill="none" fill-rule="evenodd">
<path
fill="#00C58E"
d="M123 292l-1-1c-2-4-2-8-2-12H25L167 27l59 107 19-14-59-107c-1-2-8-13-20-13-5 0-13 2-19 13L4 268c-1 2-7 14-1 24 2 5 8 10 21 10h120c-13 0-19-5-21-10z"
/>
<path
fill="#108775"
d="M395 269L280 62c-2-2-8-13-20-13-5 0-12 2-19 13l-15 24v48l34-59 114 204h-43a20 20 0 0 1-2 12v1c-6 10-19 10-21 10h68c2 0 15 0 21-10 2-5 4-13-2-23z"
/>
<path
fill="#2F495E"
fill-rule="nonzero"
d="M332 292v-1l1-2c1-3 2-7 1-10l-4-11-90-158-13-24h-1l-13 24-91 158-3 11a21 21 0 0 0 2 13c3 5 9 10 21 10h168c3 0 16 0 22-10zM226 134l83 145H144l82-145z"
/>
</g>
</svg>
<b class="text-muted h2" aria-hidden="true">+</b>
<svg
xmlns="http://www.w3.org/2000/svg"
height="3em"
width="3em"
viewBox="0 0 2041 2160"
clip-rule="evenodd"
fill-rule="evenodd"
>
<title>BootstrapVue logo</title>
<path d="m1397 271-370 642-371-642h-592l963 1667 962-1667z" fill="#34495e" />
<path d="m44 0h1952l-979 1696z" fill="#563d7c" fill-rule="nonzero" />
<path d="m1633 392-612 1061-613-1061h-408l1021 1768 1020-1768z" fill="#41b883" />
<path d="m767 196h339c62 0 112 14 150 43 38 28 56 71 56 129 0 36-8 66-25 91s-42 44-74 58v2c43 9 75 29 98 61 22 31 33 71 33 118 0 28-5 53-15 77s-25 44-46 61c-21 18-47 31-80 41-32 11-71 16-116 16h-320zm122 292h199c29 0 54-9 73-25 20-17 29-41 29-72 0-35-8-60-26-75-17-14-43-21-76-21h-199zm0 305h216c37 0 66-10 86-29s31-46 31-81-10-61-31-80-49-28-86-28h-216z" fill="#fff" />
</svg>
</div>
<b-row class="mb-3">
<b-col lg="10" offset-lg="1">
<p class="text-lg-center mb-0">
Easily integrate BootstrapVue into your Nuxt.js projects using our included Nuxt.js module.
You can optionally specify only the components, directives and/or plugins you require.
</p>
</b-col>
</b-row>
<b-button
to="/docs#nuxtjs-module"
size="sm"
variant="outline-secondary"
class="mb-3"
>
BootstrapVue Nuxt.js module
</b-button>
<p class="mb-0 text-center">
BootstrapVue's documentation is created using
<span class="bd-text-purple-bright">BootstrapVue</span> and
generated with <a href="https://nuxtjs.org" target="_blank">Nuxt.js</a>
</p>
</b-container>
</section>
<section class="bv-section bv-white">
<b-container tag="article" class="text-center">
<h2 class="h4 text-center bd-text-purple-bright mb-3">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 40 41"
width="2.5em"
height="2.5em"
class="d-block mx-auto mb-2"
fill="currentColor"
fill-rule="evenodd"
aria-hidden="true"
focusable="false"
role="img"
>
<title>Open Collective logo</title>
<path
fill-opacity=".4"
d="M32.8 21c0 2.4-.8 4.9-2 6.9l5.1 5.1c2.5-3.4 4.1-7.6 4.1-12 0-4.6-1.6-8.8-4-12.2L30.7 14c1.2 2 2 4.3 2 7z"
/>
<path d="M20 33.7a12.8 12.8 0 0 1 0-25.6c2.6 0 5 .7 7 2.1L32 5a20 20 0 1 0 .1 31.9l-5-5.2a13 13 0 0 1-7 2z" />
</svg>
Support BootstrapVue on Open Collective
</h2>
<b-button
href="https://opencollective.com/bootstrap-vue#sponsor"
size="sm"
variant="outline-secondary"
target="_blank"
class="mb-2"
>
Become a sponsor
</b-button>
<b-button
href="https://opencollective.com/bootstrap-vue#backer"
size="sm"
variant="outline-secondary"
target="_blank"
class="mb-2"
>
Become a backer
</b-button>
<b-button
href="https://opencollective.com/bootstrap-vue#donate"
size="sm"
variant="outline-secondary"
target="_blank"
class="mb-2"
>
Donate
</b-button>
<BVContributors></BVContributors>
<hr style="withd: 90%">
<div class="text-center mb-n4" aria-labeledby="parners-heading">
<h3 id="partners-heading" class="mx-auto mt-4">Partners</h3>
<p class="text-muted mb-4"><b>BootstrapVue</b> would like to thank our partners</p>
<a
href="https://vercel.com/?utm_source=bootstrapvue"
target="_blank"
rel="noopener follow"
class="bvd-partner d-inline-block p-1"
>
<b-img-lazy src="~/assets/vercel.svg" alt="Vercel logo"></b-img-lazy>
</a>
</div>
</b-container>
</section>
<div class="bv-section bv-gray bv-p-reset" aria-hidden="true">
<!-- To give footer on landing page angled top -->
</div>
</main>
</template>
<script>
import {
bootstrapIconsCount,
bootstrapVersionMajor,
bootstrapVersionMinor,
version,
vueVersionMinor
} from '~/content'
import BvLogo from '~/components/bv-logo'
import BVCarbonAd from '~/components/carbon-ad'
import BVContributors from '~/components/contributors'
export default {
components: {
BvLogo,
BVCarbonAd,
BVContributors
},
created() {
this.bootstrapUrl = `https://getbootstrap.com/docs/${bootstrapVersionMinor}`
this.bootstrapVersionMajor = bootstrapVersionMajor
this.bootstrapVersionMinor = bootstrapVersionMinor
this.bootstrapIconsCount = bootstrapIconsCount
this.vueVersionMinor = vueVersionMinor
this.version = version
}
}
</script>
<style lang="scss" scoped>
@import '../../node_modules/bootstrap/scss/functions';
@import '../../node_modules/bootstrap/scss/variables';
@import '../../node_modules/bootstrap/scss/mixins';
.bd-masthead {
color: #f8f9fa;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
background-color: #343a40;
.text-muted {
color: #a6adb5 !important;
}
a[href] {
color: #007bff;
font-weight: bold;
&:active,
&:visited {
color: #007bff;
}
&:hover {
color: #3f9bff;
text-decoration: underline;
}
}
// Add shadow to the media aside logos
.media {
svg {
filter: drop-shadow(1px 1px 2px #000000f0);
}
}
}
.text-vue-green {
color: #42b883;
}
.bvd-partner {
opacity: 0.6;
transition: opacity 0.15s ease-in-out;
img {
height: 2.5rem;
}
&:hover,
&:focus {
opacity: 1;
}
}
// Depth of section angle
$bv-angle-depth: 4rem;
$bv-angle-padding: 3rem;
$bv-angle-depth-md: 8rem;
$bv-angle-padding-md: 6rem;
.bv-section {
background-size: 100% $bv-angle-depth;
background-position: center top;
background-repeat: no-repeat;
padding-top: calc(#{$bv-angle-depth} + #{$bv-angle-padding});
padding-bottom: 3rem;
margin-top: -1px;
&.bv-white {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27826 3336' preserveAspectRatio='none' version='1.1'%3E%3Cg%3E%3Cpolygon fill='%23eee' points='13913,3336 0,0 27826,0' /%3E%3C/g%3E%3C/svg%3E");
background-color: #fff;
}
&.bv-gray {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27826 3336' preserveAspectRatio='none' version='1.1'%3E%3Cg%3E%3Cpolygon fill='%23fff' points='13913,3336 0,0 27826,0'/%3E%3C/g%3E%3C/svg%3E");
background-color: #eee;
}
&.bv-gray-color {
// background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27826 3450' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cfilter id='a' filterUnits='objectBoundingBox' x='-50%25' y='-50%25' width='200%25' height='200%25'%3E%3CfeOffset in='SourceGraphic' result='b' dy='20'/%3E%3CfeGaussianBlur in='b' stdDeviation='25'/%3E%3C/filter%3E%3C/defs%3E%3Cpath filter='url(%23a)' d='M13943 3336L5092 1668 0 708V0h27826v719l-5032 949z'/%3E%3Cpath fill='%2342B883' d='M13943 3336L5092 1668 0 708V0h27826v719l-5032 949z'/%3E%3Cpath filter='url(%23a)' d='M0 0h27826v371l-5067 955-8851 1668-8850-1668L0 373z'/%3E%3Cpath fill='%237952B3' d='M0 0h27826v371l-5067 955-8851 1668-8850-1668L0 373z'/%3E%3Cpath filter='url(%23a)' d='M0 0h27826l-5065 954-8851 1668L5059 954 0 1z'/%3E%3Cpath fill='%23fff' d='M0 0h27826l-5065 954-8851 1668L5059 954 0 1z'/%3E%3C/svg%3E%0A");
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27826 3450' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cfilter id='a' filterUnits='objectBoundingBox' x='-50%25' y='-50%25' width='200%25' height='200%25'%3E%3CfeOffset in='SourceGraphic' result='b' dy='20'/%3E%3CfeGaussianBlur in='b' stdDeviation='25'/%3E%3C/filter%3E%3C/defs%3E%3Cpath filter='url(%23a)' d='M13943 3336L5092 1668 0 708V0h27826v719l-5032 949z'/%3E%3Cpath fill='%2342B883' d='M13943 3336L5092 1668 0 708V0h27826v719l-5032 949z'/%3E%3Cpath filter='url(%23a)' d='M0 0h27826v371l-5067 955-8851 1668-8850-1668L0 373z'/%3E%3Cpath fill='%237952B3' d='M0 0h27826v371l-5067 955-8851 1668-8850-1668L0 373z'/%3E%3Cpath filter='url(%23a)' d='M0 0h27826l-5065 954-8851 1668L5059 954 0 1z'/%3E%3Cpath fill='%23343a40' d='M0 0h27826l-5065 954-8851 1668L5059 954 0 1z'/%3E%3C/svg%3E");
background-size: 175% 9rem;
background-position-y: -2.75rem;
background-color: #eee;
padding-top: 9rem;
}
&.bv-p-reset {
padding-top: $bv-angle-depth;
padding-bottom: 0;
}
@media (min-width: 768px) {
padding-bottom: 2rem;
padding-top: calc(#{$bv-angle-depth-md} + #{$bv-angle-padding-md});
&.bv-white,
&.bv-gray {
background-size: 100% $bv-angle-depth-md;
}
&.bv-gray-color {
background-size: 100% 12rem;
background-position-y: top;
padding-top: 16rem;
}
&.bv-p-reset {
padding-top: $bv-angle-depth-md;
padding-bottom: 0;
}
}
}
// Main masthead logo
.bv-logo {
width: 240px;
height: 240px;
@at-root .logo-aside {
min-height: 240px;
}
@media (min-width: map-get($grid-breakpoints, 'md')) {
width: 230px;
height: 230px;
@at-root .logo-aside {
min-height: 230px;
}
}
@media (min-width: map-get($grid-breakpoints, 'lg')) {
width: 309px;
height: 309px;
@at-root .logo-aside {
min-height: 309px;
}
}
@media (min-width: map-get($grid-breakpoints, 'xl')) {
width: 370px;
height: 370px;
@at-root .logo-aside {
min-height: 370px;
}
}
}
</style>