@openeuropa/bcl-theme-joinup 1.10.5 → 1.10.6
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/css/oe-bcl-joinup.css +581 -91
- package/css/oe-bcl-joinup.css.map +1 -1
- package/css/oe-bcl-joinup.min.css +1 -1
- package/css/oe-bcl-joinup.min.css.map +1 -1
- package/js/oe-bcl-joinup.bundle.js +187 -0
- package/js/oe-bcl-joinup.bundle.js.map +1 -1
- package/js/oe-bcl-joinup.bundle.min.js +1 -1
- package/js/oe-bcl-joinup.bundle.min.js.map +1 -1
- package/js/oe-bcl-joinup.esm.js +186 -1
- package/js/oe-bcl-joinup.esm.js.map +1 -1
- package/js/oe-bcl-joinup.esm.min.js +1 -1
- package/js/oe-bcl-joinup.esm.min.js.map +1 -1
- package/js/oe-bcl-joinup.umd.js +187 -0
- package/js/oe-bcl-joinup.umd.js.map +1 -1
- package/js/oe-bcl-joinup.umd.min.js +1 -1
- package/js/oe-bcl-joinup.umd.min.js.map +1 -1
- package/package.json +6 -6
- package/src/js/index.esm.js +4 -0
- package/src/js/index.umd.js +4 -0
- package/src/scss/oe-bcl-joinup.scss +1 -0
- package/templates/bcl-button/button.html.twig +3 -2
- package/templates/bcl-header/header.html.twig +37 -6
- package/templates/bcl-mega-menu/mega-menu-items.html.twig +35 -0
- package/templates/bcl-mega-menu/mega-menu-submenu.html.twig +65 -0
- package/templates/bcl-mega-menu/mega-menu.html.twig +115 -0
- package/templates/bcl-navigation/navigation.html.twig +3 -1
- package/templates/bcl-offcanvas/offcanvas.html.twig +9 -6
package/css/oe-bcl-joinup.css
CHANGED
|
@@ -17394,62 +17394,16 @@ em.placeholder {
|
|
|
17394
17394
|
display: inline;
|
|
17395
17395
|
}
|
|
17396
17396
|
|
|
17397
|
-
.bcl-
|
|
17398
|
-
position: relative;
|
|
17399
|
-
}
|
|
17400
|
-
|
|
17401
|
-
.bcl-header__project,
|
|
17402
|
-
.bcl-header__navbar {
|
|
17397
|
+
.bcl-header__project {
|
|
17403
17398
|
background: linear-gradient(90deg, #039 0%, #1b4ac3 100%);
|
|
17404
17399
|
}
|
|
17405
17400
|
|
|
17406
|
-
.bcl-header__top-navbar .navbar-collapse {
|
|
17407
|
-
-ms-flex-pack: end;
|
|
17408
|
-
justify-content: end;
|
|
17409
|
-
}
|
|
17410
|
-
.bcl-header__top-navbar .navbar-toggler {
|
|
17411
|
-
border: none;
|
|
17412
|
-
color: #f8f9fa;
|
|
17413
|
-
}
|
|
17414
|
-
.bcl-header__top-navbar .navbar-toggler-icon {
|
|
17415
|
-
background: url("data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2Ij48cmVjdCB3aWR0aD0iMjU2IiBoZWlnaHQ9IjI1NiIgZmlsbD0ibm9uZSIvPjxjaXJjbGUgY3g9IjEyOCIgY3k9IjY0IiByPSIxNiIvPjxjaXJjbGUgY3g9IjEyOCIgY3k9IjEyOCIgcj0iMTYiLz48Y2lyY2xlIGN4PSIxMjgiIGN5PSIxOTIiIHI9IjE2Ii8+PC9zdmc+");
|
|
17416
|
-
}
|
|
17417
|
-
|
|
17418
17401
|
.bcl-header .nav-link {
|
|
17419
17402
|
color: #1b4ac3;
|
|
17420
17403
|
display: -ms-flexbox;
|
|
17421
17404
|
display: flex;
|
|
17422
17405
|
-ms-flex-align: center;
|
|
17423
17406
|
align-items: center;
|
|
17424
|
-
padding: 0.5rem;
|
|
17425
|
-
}
|
|
17426
|
-
|
|
17427
|
-
.bcl-header__navbar .navbar-collapse {
|
|
17428
|
-
padding-bottom: 1rem;
|
|
17429
|
-
}
|
|
17430
|
-
.bcl-header__navbar .navbar-nav .nav-link {
|
|
17431
|
-
color: #fafbfc;
|
|
17432
|
-
}
|
|
17433
|
-
.bcl-header__navbar .navbar-nav .nav-link:focus, .bcl-header__navbar .navbar-nav .nav-link:hover, .bcl-header__navbar .navbar-nav .nav-link.active {
|
|
17434
|
-
color: #fff;
|
|
17435
|
-
}
|
|
17436
|
-
.bcl-header__navbar .navbar-nav .nav-link:focus-visible {
|
|
17437
|
-
outline: 2px solid #fff;
|
|
17438
|
-
border-radius: 4px;
|
|
17439
|
-
outline-offset: 0;
|
|
17440
|
-
}
|
|
17441
|
-
.bcl-header__navbar .navbar-toggler {
|
|
17442
|
-
position: absolute;
|
|
17443
|
-
top: -43px;
|
|
17444
|
-
left: 0.75rem;
|
|
17445
|
-
border-color: #fff;
|
|
17446
|
-
}
|
|
17447
|
-
.bcl-header__navbar .navbar-toggler-icon {
|
|
17448
|
-
background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
|
|
17449
|
-
}
|
|
17450
|
-
.bcl-header__navbar input:active,
|
|
17451
|
-
.bcl-header__navbar input:focus {
|
|
17452
|
-
box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
|
|
17453
17407
|
}
|
|
17454
17408
|
|
|
17455
17409
|
.bcl-header--ec,
|
|
@@ -17457,9 +17411,7 @@ em.placeholder {
|
|
|
17457
17411
|
/* stylelint-disable-next-line no-descending-specificity */
|
|
17458
17412
|
}
|
|
17459
17413
|
.bcl-header--ec .bcl-header__project,
|
|
17460
|
-
.
|
|
17461
|
-
.ec__header .bcl-header__project,
|
|
17462
|
-
.ec__header .bcl-header__navbar {
|
|
17414
|
+
.ec__header .bcl-header__project {
|
|
17463
17415
|
background: #004494;
|
|
17464
17416
|
}
|
|
17465
17417
|
.bcl-header--ec .nav-link,
|
|
@@ -17472,8 +17424,7 @@ em.placeholder {
|
|
|
17472
17424
|
align-items: flex-end;
|
|
17473
17425
|
}
|
|
17474
17426
|
|
|
17475
|
-
.bcl-header--neutral .bcl-header__project
|
|
17476
|
-
.bcl-header--neutral .bcl-header__navbar {
|
|
17427
|
+
.bcl-header--neutral .bcl-header__project {
|
|
17477
17428
|
background: #555859;
|
|
17478
17429
|
}
|
|
17479
17430
|
|
|
@@ -17509,16 +17460,24 @@ em.placeholder {
|
|
|
17509
17460
|
max-width: 80%;
|
|
17510
17461
|
}
|
|
17511
17462
|
|
|
17463
|
+
.bcl-header__navbar.navbar {
|
|
17464
|
+
padding: 0;
|
|
17465
|
+
}
|
|
17466
|
+
.bcl-header__navbar.navbar .dropdown-toggle,
|
|
17467
|
+
.bcl-header__navbar.navbar .nav-link {
|
|
17468
|
+
padding: 0.75rem 1rem;
|
|
17469
|
+
border: none;
|
|
17470
|
+
background: transparent;
|
|
17471
|
+
}
|
|
17472
|
+
.bcl-header__navbar.navbar.collapsing {
|
|
17473
|
+
transition: none;
|
|
17474
|
+
}
|
|
17475
|
+
|
|
17512
17476
|
@media only screen and (max-width: 400px) {
|
|
17513
17477
|
.bcl-header--neutral .bcl-header__project-logo {
|
|
17514
17478
|
display: none;
|
|
17515
17479
|
}
|
|
17516
17480
|
}
|
|
17517
|
-
@media (max-width: 575.98px) {
|
|
17518
|
-
.bcl-header .navbar:first-child .nav-link {
|
|
17519
|
-
padding: 0.5rem 0.4rem;
|
|
17520
|
-
}
|
|
17521
|
-
}
|
|
17522
17481
|
@media (min-width: 768px) {
|
|
17523
17482
|
.bcl-header--ec .navbar-brand img,
|
|
17524
17483
|
.ec__header .navbar-brand img {
|
|
@@ -17526,32 +17485,41 @@ em.placeholder {
|
|
|
17526
17485
|
}
|
|
17527
17486
|
}
|
|
17528
17487
|
@media (max-width: 991.98px) {
|
|
17529
|
-
.bcl-
|
|
17530
|
-
|
|
17488
|
+
body:has(.bcl-header__navbar #main-navbar.collapsing),
|
|
17489
|
+
body:has(.bcl-header__navbar #main-navbar.show),
|
|
17490
|
+
body:has(.bcl-header__navbar.collapsing),
|
|
17491
|
+
body:has(.bcl-header__navbar.show) {
|
|
17492
|
+
overflow: hidden;
|
|
17531
17493
|
}
|
|
17532
|
-
.bcl-
|
|
17533
|
-
|
|
17534
|
-
|
|
17535
|
-
|
|
17536
|
-
|
|
17537
|
-
|
|
17538
|
-
|
|
17539
|
-
|
|
17494
|
+
header:has(.bcl-header__navbar #main-navbar.collapsing),
|
|
17495
|
+
header:has(.bcl-header__navbar #main-navbar.show),
|
|
17496
|
+
header:has(.bcl-header__navbar.collapsing),
|
|
17497
|
+
header:has(.bcl-header__navbar.show) {
|
|
17498
|
+
height: 100vh;
|
|
17499
|
+
display: -ms-flexbox;
|
|
17500
|
+
display: flex;
|
|
17501
|
+
-ms-flex-flow: column;
|
|
17502
|
+
flex-flow: column;
|
|
17503
|
+
overflow: auto;
|
|
17504
|
+
}
|
|
17505
|
+
header:has(.bcl-header__navbar #main-navbar.collapsing) > div:has(.breadcrumb),
|
|
17506
|
+
header:has(.bcl-header__navbar #main-navbar.show) > div:has(.breadcrumb),
|
|
17507
|
+
header:has(.bcl-header__navbar.collapsing) > div:has(.breadcrumb),
|
|
17508
|
+
header:has(.bcl-header__navbar.show) > div:has(.breadcrumb) {
|
|
17509
|
+
display: none;
|
|
17540
17510
|
}
|
|
17541
|
-
.bcl-
|
|
17542
|
-
|
|
17543
|
-
align-items: flex-start;
|
|
17544
|
-
-ms-flex-direction: column;
|
|
17545
|
-
flex-direction: column;
|
|
17546
|
-
min-width: 16rem;
|
|
17547
|
-
padding: 1rem;
|
|
17511
|
+
.bcl-header__project {
|
|
17512
|
+
padding: 1rem 0;
|
|
17548
17513
|
}
|
|
17549
|
-
.bcl-
|
|
17550
|
-
|
|
17514
|
+
.bcl-header .bcl-header__project {
|
|
17515
|
+
z-index: 1040;
|
|
17516
|
+
position: relative;
|
|
17517
|
+
box-shadow: var(--bs-box-shadow);
|
|
17518
|
+
-ms-flex-negative: 0;
|
|
17519
|
+
flex-shrink: 0;
|
|
17551
17520
|
}
|
|
17552
|
-
.bcl-header__project {
|
|
17553
|
-
|
|
17554
|
-
padding-top: 1rem;
|
|
17521
|
+
.bcl-header:not(:has(.bcl-header__project)) > .navbar:first-child {
|
|
17522
|
+
box-shadow: var(--bs-box-shadow);
|
|
17555
17523
|
}
|
|
17556
17524
|
.bcl-header nav + nav {
|
|
17557
17525
|
min-height: 3.5rem;
|
|
@@ -17559,17 +17527,72 @@ em.placeholder {
|
|
|
17559
17527
|
.bcl-header nav + nav .navbar-toggler {
|
|
17560
17528
|
position: static;
|
|
17561
17529
|
}
|
|
17562
|
-
.bcl-
|
|
17563
|
-
|
|
17530
|
+
.bcl-header__top-navbar {
|
|
17531
|
+
z-index: 1040;
|
|
17564
17532
|
}
|
|
17565
|
-
.bcl-header__navbar
|
|
17566
|
-
|
|
17533
|
+
.bcl-header__navbar.navbar {
|
|
17534
|
+
background: #fff;
|
|
17535
|
+
padding-top: 0;
|
|
17536
|
+
z-index: 1030;
|
|
17537
|
+
width: 100%;
|
|
17538
|
+
-ms-flex-align: start;
|
|
17539
|
+
align-items: flex-start;
|
|
17540
|
+
}
|
|
17541
|
+
.bcl-header__navbar.navbar .navbar-nav {
|
|
17542
|
+
width: 100%;
|
|
17543
|
+
margin-top: 1rem;
|
|
17544
|
+
}
|
|
17545
|
+
.bcl-header__navbar.navbar .navbar-nav:has(.bcl-mega-menu__container.show) .nav-item {
|
|
17546
|
+
display: none;
|
|
17567
17547
|
}
|
|
17568
|
-
.bcl-header__navbar .navbar-
|
|
17548
|
+
.bcl-header__navbar.navbar .navbar-nav:has(.bcl-mega-menu__container.show) .nav-item:has(.bcl-mega-menu__container.show) {
|
|
17549
|
+
display: block;
|
|
17550
|
+
}
|
|
17551
|
+
.bcl-header__navbar.navbar .navbar-nav .dropdown-toggle,
|
|
17552
|
+
.bcl-header__navbar.navbar .navbar-nav .nav-link {
|
|
17553
|
+
color: #212529;
|
|
17554
|
+
width: 100%;
|
|
17555
|
+
display: -ms-flexbox;
|
|
17556
|
+
display: flex;
|
|
17557
|
+
gap: 1rem;
|
|
17558
|
+
-ms-flex-pack: justify;
|
|
17559
|
+
justify-content: space-between;
|
|
17560
|
+
position: relative;
|
|
17561
|
+
padding: 1rem;
|
|
17562
|
+
border-bottom: 1px solid tint-color(#253ebe, 90%);
|
|
17563
|
+
text-align: left;
|
|
17564
|
+
border-radius: 0;
|
|
17569
17565
|
white-space: normal;
|
|
17570
17566
|
}
|
|
17571
|
-
.bcl-header__navbar .navbar-
|
|
17572
|
-
|
|
17567
|
+
.bcl-header__navbar.navbar .navbar-nav .dropdown-toggle.active,
|
|
17568
|
+
.bcl-header__navbar.navbar .navbar-nav .nav-link.active {
|
|
17569
|
+
color: #212529;
|
|
17570
|
+
}
|
|
17571
|
+
.bcl-header__navbar.navbar .navbar-nav .dropdown-toggle:focus-visible,
|
|
17572
|
+
.bcl-header__navbar.navbar .navbar-nav .nav-link:focus-visible {
|
|
17573
|
+
outline: 2px solid #143b76;
|
|
17574
|
+
outline-offset: -2px;
|
|
17575
|
+
box-shadow: none;
|
|
17576
|
+
}
|
|
17577
|
+
.bcl-header__navbar.navbar .navbar-nav .dropdown-toggle::after,
|
|
17578
|
+
.bcl-header__navbar.navbar .navbar-nav .nav-link::after {
|
|
17579
|
+
-ms-flex-negative: 0;
|
|
17580
|
+
flex-shrink: 0;
|
|
17581
|
+
}
|
|
17582
|
+
.bcl-header__navbar.navbar .navbar-nav .bcl-mega-menu > .dropdown-toggle:after {
|
|
17583
|
+
background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2215%22%20viewBox%3D%220%200%2016%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.57488%2013.25L8.46238%2014.125L15.1374%207.45L8.43738%200.75L7.56238%201.625L12.7276%206.81247H0.5V8.06247H12.7512L7.57488%2013.25Z%22%20fill%3D%22%23212529%22%2F%3E%3C%2Fsvg%3E");
|
|
17584
|
+
-ms-flex-item-align: center;
|
|
17585
|
+
-ms-grid-row-align: center;
|
|
17586
|
+
align-self: center;
|
|
17587
|
+
content: "";
|
|
17588
|
+
border: none;
|
|
17589
|
+
width: 20px;
|
|
17590
|
+
height: 20px;
|
|
17591
|
+
background-size: cover;
|
|
17592
|
+
background-position: center;
|
|
17593
|
+
}
|
|
17594
|
+
.bcl-header__navbar.navbar .navbar-nav .dropdown-item {
|
|
17595
|
+
white-space: normal;
|
|
17573
17596
|
}
|
|
17574
17597
|
}
|
|
17575
17598
|
@media (min-width: 992px) {
|
|
@@ -17578,6 +17601,20 @@ em.placeholder {
|
|
|
17578
17601
|
.ec__header .bcl-header__project.light {
|
|
17579
17602
|
background: #fff;
|
|
17580
17603
|
}
|
|
17604
|
+
.bcl-header__navbar {
|
|
17605
|
+
background: linear-gradient(90deg, #039 0%, #1b4ac3 100%);
|
|
17606
|
+
}
|
|
17607
|
+
.bcl-header__navbar .dropdown-toggle,
|
|
17608
|
+
.bcl-header__navbar .nav-link {
|
|
17609
|
+
color: #fff;
|
|
17610
|
+
}
|
|
17611
|
+
.bcl-header--ec .bcl-header__navbar,
|
|
17612
|
+
.ec__header .bcl-header__navbar {
|
|
17613
|
+
background: #004494;
|
|
17614
|
+
}
|
|
17615
|
+
.bcl-header--neutral .bcl-header__navbar {
|
|
17616
|
+
background: #555859;
|
|
17617
|
+
}
|
|
17581
17618
|
.bcl-header__site-name {
|
|
17582
17619
|
margin-left: 1.5rem;
|
|
17583
17620
|
font-weight: 500;
|
|
@@ -17593,19 +17630,80 @@ em.placeholder {
|
|
|
17593
17630
|
.bcl-header .navbar-brand img {
|
|
17594
17631
|
width: auto;
|
|
17595
17632
|
}
|
|
17596
|
-
.bcl-header__navbar .
|
|
17597
|
-
|
|
17598
|
-
}
|
|
17599
|
-
.bcl-header__navbar .dropdown-menu {
|
|
17600
|
-
z-index: 1050;
|
|
17633
|
+
.bcl-header__navbar .bcl-mega-menu {
|
|
17634
|
+
--bcl-mega-menu-zindex: 1050;
|
|
17601
17635
|
}
|
|
17602
17636
|
.bcl-header:not(.bcl-header--neutral) .bcl-header__project {
|
|
17603
17637
|
padding-bottom: 1rem;
|
|
17604
17638
|
}
|
|
17639
|
+
.bcl-header__navbar.collapse {
|
|
17640
|
+
display: block;
|
|
17641
|
+
}
|
|
17605
17642
|
.bcl-header--ec .navbar-brand img,
|
|
17606
17643
|
.ec__header .navbar-brand img {
|
|
17607
17644
|
width: 285px;
|
|
17608
17645
|
}
|
|
17646
|
+
.bcl-header__navbar.navbar .dropdown-toggle,
|
|
17647
|
+
.bcl-header__navbar.navbar .nav-link {
|
|
17648
|
+
border-radius: 0;
|
|
17649
|
+
}
|
|
17650
|
+
.bcl-header__navbar.navbar .dropdown-toggle:hover,
|
|
17651
|
+
.bcl-header__navbar.navbar .nav-link:hover {
|
|
17652
|
+
background: tint-color(#253ebe, 90%);
|
|
17653
|
+
color: #212529;
|
|
17654
|
+
}
|
|
17655
|
+
.bcl-header__navbar.navbar .dropdown-toggle:hover:focus-visible,
|
|
17656
|
+
.bcl-header__navbar.navbar .nav-link:hover:focus-visible {
|
|
17657
|
+
outline-color: #143b76;
|
|
17658
|
+
}
|
|
17659
|
+
.bcl-header__navbar.navbar .dropdown-toggle.active, .bcl-header__navbar.navbar .dropdown-toggle.show,
|
|
17660
|
+
.bcl-header__navbar.navbar .nav-link.active,
|
|
17661
|
+
.bcl-header__navbar.navbar .nav-link.show {
|
|
17662
|
+
background: #fff;
|
|
17663
|
+
color: #212529;
|
|
17664
|
+
}
|
|
17665
|
+
.bcl-header__navbar.navbar .dropdown-toggle.active:focus-visible, .bcl-header__navbar.navbar .dropdown-toggle.show:focus-visible,
|
|
17666
|
+
.bcl-header__navbar.navbar .nav-link.active:focus-visible,
|
|
17667
|
+
.bcl-header__navbar.navbar .nav-link.show:focus-visible {
|
|
17668
|
+
outline-color: #143b76;
|
|
17669
|
+
}
|
|
17670
|
+
.bcl-header__navbar.navbar .dropdown-toggle:focus-visible,
|
|
17671
|
+
.bcl-header__navbar.navbar .nav-link:focus-visible {
|
|
17672
|
+
box-shadow: none;
|
|
17673
|
+
border: none;
|
|
17674
|
+
outline: 2px solid #fff;
|
|
17675
|
+
outline-offset: -8px;
|
|
17676
|
+
}
|
|
17677
|
+
.bcl-header__navbar.navbar .dropdown-toggle:after {
|
|
17678
|
+
background-color: #fff;
|
|
17679
|
+
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0.625 0.725L1.19375 0.1375L4.99375 3.9625L8.80625 0.125L9.375 0.7125L4.99375 5.125L0.625 0.725Z' fill='black'/%3E%3C/svg%3E");
|
|
17680
|
+
-webkit-mask-repeat: no-repeat;
|
|
17681
|
+
-webkit-mask-size: contain;
|
|
17682
|
+
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0.625 0.725L1.19375 0.1375L4.99375 3.9625L8.80625 0.125L9.375 0.7125L4.99375 5.125L0.625 0.725Z' fill='black'/%3E%3C/svg%3E");
|
|
17683
|
+
mask-repeat: no-repeat;
|
|
17684
|
+
-webkit-mask-position: center;
|
|
17685
|
+
mask-position: center;
|
|
17686
|
+
mask-size: contain;
|
|
17687
|
+
display: inline-block;
|
|
17688
|
+
width: 10px;
|
|
17689
|
+
height: 10px;
|
|
17690
|
+
border: none;
|
|
17691
|
+
margin-top: 4px;
|
|
17692
|
+
}
|
|
17693
|
+
.bcl-header__navbar.navbar .dropdown-toggle:hover:after {
|
|
17694
|
+
background-color: #212529;
|
|
17695
|
+
}
|
|
17696
|
+
.bcl-header__navbar.navbar .dropdown-toggle.active:after {
|
|
17697
|
+
background-color: #143b76;
|
|
17698
|
+
}
|
|
17699
|
+
.bcl-header__navbar.navbar .dropdown-toggle.show:after {
|
|
17700
|
+
background-color: #143b76;
|
|
17701
|
+
-webkit-transform: rotate(180deg);
|
|
17702
|
+
transform: rotate(180deg);
|
|
17703
|
+
}
|
|
17704
|
+
.bcl-header__navbar.navbar .dropdown-toggle.no-chevron:after {
|
|
17705
|
+
display: none;
|
|
17706
|
+
}
|
|
17609
17707
|
}
|
|
17610
17708
|
.bcl-language-list-modal .btn-close {
|
|
17611
17709
|
opacity: 1;
|
|
@@ -19556,6 +19654,398 @@ select.multi-select {
|
|
|
19556
19654
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM12.0303 4.96967C11.7374 4.67678 11.2626 4.67678 10.9697 4.96967C10.9626 4.97674 10.9559 4.98424 10.9498 4.9921L7.4774 9.41674L5.38388 7.32322C5.09098 7.03033 4.61611 7.03033 4.32322 7.32322C4.03032 7.61612 4.03032 8.09099 4.32322 8.38388L6.96966 11.0303C7.26256 11.3232 7.73743 11.3232 8.03032 11.0303C8.03685 11.0238 8.043 11.0169 8.04876 11.0097L12.041 6.01947C12.3232 5.72582 12.3196 5.25897 12.0303 4.96967Z' fill='%2328A745'/%3E%3C/svg%3E%0A");
|
|
19557
19655
|
}
|
|
19558
19656
|
|
|
19657
|
+
/* stylelint-disable no-descending-specificity, declaration-no-important */
|
|
19658
|
+
/* -------------------------------------
|
|
19659
|
+
Design tokens & helpers
|
|
19660
|
+
-------------------------------------- */
|
|
19661
|
+
/* Helpers */
|
|
19662
|
+
/* -------------------------------------
|
|
19663
|
+
Component
|
|
19664
|
+
-------------------------------------- */
|
|
19665
|
+
.bcl-mega-menu {
|
|
19666
|
+
--bcl-mega-menu-zindex: 40;
|
|
19667
|
+
}
|
|
19668
|
+
|
|
19669
|
+
@media (min-width: 992px) {
|
|
19670
|
+
.nav-item:has(> .bcl-mega-menu) {
|
|
19671
|
+
position: static;
|
|
19672
|
+
}
|
|
19673
|
+
}
|
|
19674
|
+
|
|
19675
|
+
.bcl-mega-menu__container :where(a) {
|
|
19676
|
+
text-decoration: none;
|
|
19677
|
+
}
|
|
19678
|
+
.bcl-mega-menu__container :where(a):hover {
|
|
19679
|
+
text-decoration: underline;
|
|
19680
|
+
}
|
|
19681
|
+
.bcl-mega-menu__container :where(a, button):focus-visible {
|
|
19682
|
+
outline: 2px solid #143b76;
|
|
19683
|
+
outline-offset: -2px;
|
|
19684
|
+
}
|
|
19685
|
+
|
|
19686
|
+
@media (min-width: 992px) {
|
|
19687
|
+
body:has(.bcl-mega-menu > [aria-expanded=true]) {
|
|
19688
|
+
overflow-y: hidden;
|
|
19689
|
+
}
|
|
19690
|
+
}
|
|
19691
|
+
@media (min-width: 992px) {
|
|
19692
|
+
.bcl-mega-menu:has(> [aria-expanded=true])::after {
|
|
19693
|
+
position: absolute;
|
|
19694
|
+
inset-inline: 0;
|
|
19695
|
+
background: #fff;
|
|
19696
|
+
opacity: 0.5;
|
|
19697
|
+
content: "";
|
|
19698
|
+
z-index: calc(var(--bcl-mega-menu-zindex) - 10);
|
|
19699
|
+
block-size: 300vw;
|
|
19700
|
+
}
|
|
19701
|
+
}
|
|
19702
|
+
.bcl-mega-menu__container[class] {
|
|
19703
|
+
display: none;
|
|
19704
|
+
z-index: var(--bcl-mega-menu-zindex);
|
|
19705
|
+
position: absolute;
|
|
19706
|
+
inset-block-start: 0;
|
|
19707
|
+
inset-inline-start: 0;
|
|
19708
|
+
inline-size: 100%;
|
|
19709
|
+
-webkit-margin-before: 0;
|
|
19710
|
+
margin-block-start: 0;
|
|
19711
|
+
padding: 0;
|
|
19712
|
+
border: 0;
|
|
19713
|
+
border-radius: 0;
|
|
19714
|
+
}
|
|
19715
|
+
.bcl-mega-menu > [aria-expanded=true] + .bcl-mega-menu__container[class] {
|
|
19716
|
+
display: block;
|
|
19717
|
+
}
|
|
19718
|
+
@media (min-width: 992px) {
|
|
19719
|
+
.bcl-mega-menu > [aria-expanded=true] + .bcl-mega-menu__container[class] {
|
|
19720
|
+
display: -ms-flexbox;
|
|
19721
|
+
display: flex;
|
|
19722
|
+
}
|
|
19723
|
+
}
|
|
19724
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
19725
|
+
.bcl-mega-menu__container[class] {
|
|
19726
|
+
transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
|
|
19727
|
+
transition: opacity 0.15s ease, transform 0.15s ease;
|
|
19728
|
+
transition: opacity 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
|
|
19729
|
+
}
|
|
19730
|
+
.bcl-mega-menu > [aria-expanded=true] + .bcl-mega-menu__container[class] {
|
|
19731
|
+
opacity: 1;
|
|
19732
|
+
-webkit-transform: none;
|
|
19733
|
+
transform: none;
|
|
19734
|
+
}
|
|
19735
|
+
.bcl-mega-menu > [aria-expanded=false] + .bcl-mega-menu__container[class] {
|
|
19736
|
+
opacity: 0;
|
|
19737
|
+
-webkit-transform: translateY(-4px);
|
|
19738
|
+
transform: translateY(-4px);
|
|
19739
|
+
pointer-events: none;
|
|
19740
|
+
}
|
|
19741
|
+
}
|
|
19742
|
+
@media (min-width: 992px) {
|
|
19743
|
+
.bcl-mega-menu__container[class] {
|
|
19744
|
+
inset-block-start: 100%;
|
|
19745
|
+
padding-block: 0.75rem;
|
|
19746
|
+
border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
|
|
19747
|
+
}
|
|
19748
|
+
}
|
|
19749
|
+
|
|
19750
|
+
@media (min-width: 992px) {
|
|
19751
|
+
.bcl-mega-menu__container .shadow-container {
|
|
19752
|
+
position: relative;
|
|
19753
|
+
}
|
|
19754
|
+
.bcl-mega-menu__container .shadow-container .shadow-bg {
|
|
19755
|
+
position: absolute;
|
|
19756
|
+
inset-inline-start: 50%;
|
|
19757
|
+
inset-block-end: 0;
|
|
19758
|
+
inline-size: 100vw;
|
|
19759
|
+
block-size: 8px;
|
|
19760
|
+
-webkit-transform: translateX(-50%);
|
|
19761
|
+
transform: translateX(-50%);
|
|
19762
|
+
box-shadow: 0 4px 5px 0 rgba(224, 229, 245, 0.5);
|
|
19763
|
+
}
|
|
19764
|
+
}
|
|
19765
|
+
@media (min-width: 1200px) {
|
|
19766
|
+
.bcl-mega-menu__container .shadow-container {
|
|
19767
|
+
block-size: 100%;
|
|
19768
|
+
position: absolute;
|
|
19769
|
+
inset-inline-end: 0;
|
|
19770
|
+
inset-block-start: 0;
|
|
19771
|
+
}
|
|
19772
|
+
.bcl-mega-menu__container .shadow-container .shadow-bg {
|
|
19773
|
+
inset-inline-start: auto;
|
|
19774
|
+
inset-inline-end: 0;
|
|
19775
|
+
block-size: 100%;
|
|
19776
|
+
inline-size: 10px;
|
|
19777
|
+
-webkit-transform: none;
|
|
19778
|
+
transform: none;
|
|
19779
|
+
box-shadow: 4px 3px 4px 0 rgba(224, 229, 245, 0.5);
|
|
19780
|
+
}
|
|
19781
|
+
}
|
|
19782
|
+
|
|
19783
|
+
.bcl-mega-menu__back-button-block {
|
|
19784
|
+
position: relative;
|
|
19785
|
+
padding: 20px 0.25rem 0;
|
|
19786
|
+
}
|
|
19787
|
+
.bcl-mega-menu__back-button-block > .btn-link {
|
|
19788
|
+
text-decoration: none;
|
|
19789
|
+
}
|
|
19790
|
+
.bcl-mega-menu__back-button-block > .btn-link:hover {
|
|
19791
|
+
text-decoration: underline;
|
|
19792
|
+
}
|
|
19793
|
+
|
|
19794
|
+
.bcl-mega-menu__info > .content-block {
|
|
19795
|
+
padding: 1rem;
|
|
19796
|
+
background: tint-color(#253ebe, 90%);
|
|
19797
|
+
}
|
|
19798
|
+
@media (min-width: 992px) {
|
|
19799
|
+
.bcl-mega-menu__info > .content-block {
|
|
19800
|
+
-webkit-margin-end: 0;
|
|
19801
|
+
-moz-margin-end: 0;
|
|
19802
|
+
margin-inline-end: 0;
|
|
19803
|
+
background: #fff;
|
|
19804
|
+
-webkit-padding-end: 1.5rem;
|
|
19805
|
+
-moz-padding-end: 1.5rem;
|
|
19806
|
+
padding-inline-end: 1.5rem;
|
|
19807
|
+
max-block-size: 288px;
|
|
19808
|
+
overflow-y: auto;
|
|
19809
|
+
}
|
|
19810
|
+
}
|
|
19811
|
+
.bcl-mega-menu__info > .content-block > .content-link {
|
|
19812
|
+
text-decoration: none;
|
|
19813
|
+
}
|
|
19814
|
+
.bcl-mega-menu__info > .content-block > .content-link:hover {
|
|
19815
|
+
text-decoration: underline;
|
|
19816
|
+
}
|
|
19817
|
+
|
|
19818
|
+
ul.bcl-mega-menu__items {
|
|
19819
|
+
list-style: none;
|
|
19820
|
+
margin: 0;
|
|
19821
|
+
-webkit-padding-start: 0;
|
|
19822
|
+
-moz-padding-start: 0;
|
|
19823
|
+
padding-inline-start: 0;
|
|
19824
|
+
}
|
|
19825
|
+
@media (min-width: 992px) {
|
|
19826
|
+
ul.bcl-mega-menu__items {
|
|
19827
|
+
block-size: 288px;
|
|
19828
|
+
overflow-y: auto;
|
|
19829
|
+
}
|
|
19830
|
+
}
|
|
19831
|
+
@media (max-width: 991.98px) {
|
|
19832
|
+
ul.bcl-mega-menu__items {
|
|
19833
|
+
margin: 1rem 0 0;
|
|
19834
|
+
}
|
|
19835
|
+
}
|
|
19836
|
+
@media (max-width: 991.98px) {
|
|
19837
|
+
ul.bcl-mega-menu__items > li:not(:first-child) > * {
|
|
19838
|
+
border-top: 1px solid tint-color(#253ebe, 90%);
|
|
19839
|
+
}
|
|
19840
|
+
}
|
|
19841
|
+
ul.bcl-mega-menu__items > li > span,
|
|
19842
|
+
ul.bcl-mega-menu__items > li > a,
|
|
19843
|
+
ul.bcl-mega-menu__items > li > button {
|
|
19844
|
+
padding: 0.75rem 1rem;
|
|
19845
|
+
display: -ms-flexbox;
|
|
19846
|
+
display: flex;
|
|
19847
|
+
gap: 1rem;
|
|
19848
|
+
-ms-flex-pack: justify;
|
|
19849
|
+
justify-content: space-between;
|
|
19850
|
+
}
|
|
19851
|
+
ul.bcl-mega-menu__items > li > span > svg,
|
|
19852
|
+
ul.bcl-mega-menu__items > li > a > svg,
|
|
19853
|
+
ul.bcl-mega-menu__items > li > button > svg {
|
|
19854
|
+
-ms-flex-negative: 0;
|
|
19855
|
+
flex-shrink: 0;
|
|
19856
|
+
-ms-flex-item-align: center;
|
|
19857
|
+
-ms-grid-row-align: center;
|
|
19858
|
+
align-self: center;
|
|
19859
|
+
}
|
|
19860
|
+
ul.bcl-mega-menu__items > li > a {
|
|
19861
|
+
color: #1073de;
|
|
19862
|
+
text-decoration: none;
|
|
19863
|
+
}
|
|
19864
|
+
ul.bcl-mega-menu__items > li > a:hover {
|
|
19865
|
+
text-decoration: underline;
|
|
19866
|
+
}
|
|
19867
|
+
ul.bcl-mega-menu__items > li > a:hover,
|
|
19868
|
+
ul.bcl-mega-menu__items > li > button:hover {
|
|
19869
|
+
background: tint-color(#253ebe, 90%);
|
|
19870
|
+
}
|
|
19871
|
+
ul.bcl-mega-menu__items > li > span,
|
|
19872
|
+
ul.bcl-mega-menu__items > li > button {
|
|
19873
|
+
color: #212529;
|
|
19874
|
+
}
|
|
19875
|
+
ul.bcl-mega-menu__items > li > button {
|
|
19876
|
+
width: 100%;
|
|
19877
|
+
border: none;
|
|
19878
|
+
border-radius: 0;
|
|
19879
|
+
text-align: inherit;
|
|
19880
|
+
background: none;
|
|
19881
|
+
white-space: normal;
|
|
19882
|
+
}
|
|
19883
|
+
ul.bcl-mega-menu__items > li > button::after {
|
|
19884
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
|
|
19885
|
+
-ms-flex-negative: 0;
|
|
19886
|
+
flex-shrink: 0;
|
|
19887
|
+
-ms-flex-item-align: center;
|
|
19888
|
+
-ms-grid-row-align: center;
|
|
19889
|
+
align-self: center;
|
|
19890
|
+
content: "";
|
|
19891
|
+
height: 1em;
|
|
19892
|
+
width: 1em;
|
|
19893
|
+
}
|
|
19894
|
+
ul.bcl-mega-menu__items > li > button[aria-expanded=true] {
|
|
19895
|
+
background: tint-color(#253ebe, 90%);
|
|
19896
|
+
}
|
|
19897
|
+
@media (min-width: 992px) {
|
|
19898
|
+
ul.bcl-mega-menu__items > li > button[aria-expanded=true] {
|
|
19899
|
+
position: relative;
|
|
19900
|
+
}
|
|
19901
|
+
ul.bcl-mega-menu__items > li > button[aria-expanded=true]::before {
|
|
19902
|
+
content: "";
|
|
19903
|
+
position: absolute;
|
|
19904
|
+
width: 4px;
|
|
19905
|
+
top: 0;
|
|
19906
|
+
bottom: 0;
|
|
19907
|
+
left: 0;
|
|
19908
|
+
background-color: #143b76;
|
|
19909
|
+
}
|
|
19910
|
+
}
|
|
19911
|
+
ul.bcl-mega-menu__items > li:has(> a.see-all-button) {
|
|
19912
|
+
position: -webkit-sticky;
|
|
19913
|
+
position: sticky;
|
|
19914
|
+
inset-block-start: 100%;
|
|
19915
|
+
}
|
|
19916
|
+
ul.bcl-mega-menu__items > li > a.see-all-button {
|
|
19917
|
+
border-top: none;
|
|
19918
|
+
}
|
|
19919
|
+
ul.bcl-mega-menu__items > li > a.see-all-button:after {
|
|
19920
|
+
background: #b9c5e9;
|
|
19921
|
+
content: "";
|
|
19922
|
+
block-size: 1px;
|
|
19923
|
+
inset-inline-start: 0;
|
|
19924
|
+
position: absolute;
|
|
19925
|
+
inset-block-start: 0;
|
|
19926
|
+
inset-inline: 1rem;
|
|
19927
|
+
}
|
|
19928
|
+
ul.bcl-mega-menu__items > li > a.see-all-button > svg {
|
|
19929
|
+
inline-size: 0.8rem;
|
|
19930
|
+
}
|
|
19931
|
+
ul.bcl-mega-menu__items > li > a.see-all-button > span {
|
|
19932
|
+
text-overflow: ellipsis;
|
|
19933
|
+
overflow: hidden;
|
|
19934
|
+
display: block;
|
|
19935
|
+
white-space: nowrap;
|
|
19936
|
+
}
|
|
19937
|
+
|
|
19938
|
+
@media (min-width: 992px) {
|
|
19939
|
+
.bcl-mega-menu__menu {
|
|
19940
|
+
position: relative;
|
|
19941
|
+
padding-right: 0;
|
|
19942
|
+
}
|
|
19943
|
+
}
|
|
19944
|
+
|
|
19945
|
+
.bcl-mega-menu__submenu {
|
|
19946
|
+
position: absolute;
|
|
19947
|
+
background: white;
|
|
19948
|
+
display: -ms-flexbox;
|
|
19949
|
+
display: flex;
|
|
19950
|
+
-ms-flex-direction: column;
|
|
19951
|
+
flex-direction: column;
|
|
19952
|
+
}
|
|
19953
|
+
@media (max-width: 991.98px) {
|
|
19954
|
+
.bcl-mega-menu__submenu {
|
|
19955
|
+
inset: 0 0 auto;
|
|
19956
|
+
min-height: 100%;
|
|
19957
|
+
}
|
|
19958
|
+
}
|
|
19959
|
+
@media (min-width: 992px) {
|
|
19960
|
+
.bcl-mega-menu__submenu {
|
|
19961
|
+
block-size: 100%;
|
|
19962
|
+
inset: 0 0 0 100%;
|
|
19963
|
+
inline-size: 100%;
|
|
19964
|
+
}
|
|
19965
|
+
}
|
|
19966
|
+
@media (max-width: 991.98px) {
|
|
19967
|
+
.bcl-mega-menu__submenu:before {
|
|
19968
|
+
position: absolute;
|
|
19969
|
+
content: "";
|
|
19970
|
+
left: 50%;
|
|
19971
|
+
margin-left: -50vw;
|
|
19972
|
+
width: 100vw;
|
|
19973
|
+
top: 0;
|
|
19974
|
+
height: 100%;
|
|
19975
|
+
background: white;
|
|
19976
|
+
z-index: -1;
|
|
19977
|
+
}
|
|
19978
|
+
}
|
|
19979
|
+
@media (min-width: 992px) {
|
|
19980
|
+
.bcl-mega-menu__submenu {
|
|
19981
|
+
background: tint-color(#253ebe, 90%);
|
|
19982
|
+
}
|
|
19983
|
+
}
|
|
19984
|
+
.bcl-mega-menu__submenu > .__header > .__label {
|
|
19985
|
+
padding: 1rem 1rem;
|
|
19986
|
+
margin: 0;
|
|
19987
|
+
color: #212529;
|
|
19988
|
+
background: tint-color(#253ebe, 90%);
|
|
19989
|
+
display: block;
|
|
19990
|
+
font-size: 20px;
|
|
19991
|
+
}
|
|
19992
|
+
@media (min-width: 992px) {
|
|
19993
|
+
.bcl-mega-menu__submenu > .__header > .__label {
|
|
19994
|
+
display: none;
|
|
19995
|
+
}
|
|
19996
|
+
}
|
|
19997
|
+
|
|
19998
|
+
@media (min-width: 992px) {
|
|
19999
|
+
.bcl-mega-menu__second-submenu > .tab-content > .tab-pane {
|
|
20000
|
+
background: tint-color(#253ebe, 90%);
|
|
20001
|
+
}
|
|
20002
|
+
}
|
|
20003
|
+
@media (max-width: 991.98px) {
|
|
20004
|
+
.bcl-mega-menu__container:has(.bcl-mega-menu__second-submenu > .tab-content > .tab-pane.active) .bcl-mega-menu__info,
|
|
20005
|
+
.bcl-mega-menu__container:has(.bcl-mega-menu__second-submenu > .tab-content > .tab-pane.active) .bcl-mega-menu__first-submenu {
|
|
20006
|
+
display: none;
|
|
20007
|
+
}
|
|
20008
|
+
}
|
|
20009
|
+
.bcl-mega-menu__second-submenu > .tab-content > .tab-pane > .panel-title {
|
|
20010
|
+
padding: 1rem 1rem;
|
|
20011
|
+
margin: 0;
|
|
20012
|
+
color: #212529;
|
|
20013
|
+
background: tint-color(#253ebe, 90%);
|
|
20014
|
+
display: block;
|
|
20015
|
+
font-size: 20px;
|
|
20016
|
+
}
|
|
20017
|
+
@media (min-width: 992px) {
|
|
20018
|
+
.bcl-mega-menu__second-submenu > .tab-content > .tab-pane > .panel-title {
|
|
20019
|
+
display: none;
|
|
20020
|
+
}
|
|
20021
|
+
}
|
|
20022
|
+
@media (min-width: 1200px) {
|
|
20023
|
+
.bcl-mega-menu__second-submenu > .tab-content > .tab-pane > ul > li > * {
|
|
20024
|
+
margin: 0 0.75rem;
|
|
20025
|
+
}
|
|
20026
|
+
}
|
|
20027
|
+
|
|
20028
|
+
@media (max-width: 991.98px) {
|
|
20029
|
+
.bcl-mega-menu__submenu > .__header,
|
|
20030
|
+
.bcl-mega-menu .content-block,
|
|
20031
|
+
.bcl-mega-menu__back-button-block {
|
|
20032
|
+
position: relative;
|
|
20033
|
+
}
|
|
20034
|
+
.bcl-mega-menu__submenu > .__header::before,
|
|
20035
|
+
.bcl-mega-menu .content-block::before,
|
|
20036
|
+
.bcl-mega-menu__back-button-block::before {
|
|
20037
|
+
position: absolute;
|
|
20038
|
+
inset-inline-start: 50%;
|
|
20039
|
+
content: "";
|
|
20040
|
+
background: tint-color(#253ebe, 90%);
|
|
20041
|
+
inline-size: 100vw;
|
|
20042
|
+
block-size: 100%;
|
|
20043
|
+
inset-block-start: 0;
|
|
20044
|
+
z-index: -1;
|
|
20045
|
+
-webkit-transform: translateX(-50%);
|
|
20046
|
+
transform: translateX(-50%);
|
|
20047
|
+
}
|
|
20048
|
+
}
|
|
19559
20049
|
@media (max-width: 767.98px) {
|
|
19560
20050
|
.breadcrumb-item + .breadcrumb-item {
|
|
19561
20051
|
padding-left: 0;
|