File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 368
368
</b-button >
369
369
370
370
<BVContributors ></BVContributors >
371
+
372
+ <hr style =" withd : 90% " >
373
+
374
+ <div class =" text-center mb-n4" aria-labeledby =" parners-heading" >
375
+ <h3 id =" partners-heading" class =" mx-auto mt-4" >Partners</h3 >
376
+ <p class =" text-muted mb-4" ><b >BootstrapVue</b > would like to thank our partners</p >
377
+ <a
378
+ href =" https://vercel.com/?utm_source=bootstrapvue"
379
+ target =" _blank"
380
+ rel =" noopener follow"
381
+ class =" bvd-partner d-inline-block p-1"
382
+ >
383
+ <b-img-lazy src =" ~/assets/vercel.svg" alt =" Vercel logo" ></b-img-lazy >
384
+ </a >
385
+ </div >
371
386
</b-container >
372
387
</section >
373
388
418
433
color : #42b883 ;
419
434
}
420
435
436
+ .bvd-partner {
437
+ opacity : 0.6 ;
438
+ transition : opacity 0.15s ease-in-out ;
439
+
440
+ img {
441
+ height : 2.5rem ;
442
+ }
443
+
444
+ & :hover ,
445
+ & :focus {
446
+ opacity : 1 ;
447
+ }
448
+ }
449
+
421
450
// Depth of section angle
422
451
$bv-angle-depth : 4rem ;
423
452
$bv-angle-padding : 3rem ;
You can’t perform that action at this time.
0 commit comments