@openeuropa/bcl-theme-ucpkn 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-ucpkn.css +581 -91
- package/css/oe-bcl-ucpkn.css.map +1 -1
- package/css/oe-bcl-ucpkn.min.css +1 -1
- package/css/oe-bcl-ucpkn.min.css.map +1 -1
- package/js/oe-bcl-ucpkn.bundle.js +187 -0
- package/js/oe-bcl-ucpkn.bundle.js.map +1 -1
- package/js/oe-bcl-ucpkn.bundle.min.js +1 -1
- package/js/oe-bcl-ucpkn.bundle.min.js.map +1 -1
- package/js/oe-bcl-ucpkn.esm.js +186 -1
- package/js/oe-bcl-ucpkn.esm.js.map +1 -1
- package/js/oe-bcl-ucpkn.esm.min.js +1 -1
- package/js/oe-bcl-ucpkn.esm.min.js.map +1 -1
- package/js/oe-bcl-ucpkn.umd.js +187 -0
- package/js/oe-bcl-ucpkn.umd.js.map +1 -1
- package/js/oe-bcl-ucpkn.umd.min.js +1 -1
- package/js/oe-bcl-ucpkn.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-ucpkn.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-ucpkn.css
CHANGED
|
@@ -17224,62 +17224,16 @@ em.placeholder {
|
|
|
17224
17224
|
display: inline;
|
|
17225
17225
|
}
|
|
17226
17226
|
|
|
17227
|
-
.bcl-
|
|
17228
|
-
position: relative;
|
|
17229
|
-
}
|
|
17230
|
-
|
|
17231
|
-
.bcl-header__project,
|
|
17232
|
-
.bcl-header__navbar {
|
|
17227
|
+
.bcl-header__project {
|
|
17233
17228
|
background: linear-gradient(90deg, #039 0%, #1b4ac3 100%);
|
|
17234
17229
|
}
|
|
17235
17230
|
|
|
17236
|
-
.bcl-header__top-navbar .navbar-collapse {
|
|
17237
|
-
-ms-flex-pack: end;
|
|
17238
|
-
justify-content: end;
|
|
17239
|
-
}
|
|
17240
|
-
.bcl-header__top-navbar .navbar-toggler {
|
|
17241
|
-
border: none;
|
|
17242
|
-
color: #f0f0f0;
|
|
17243
|
-
}
|
|
17244
|
-
.bcl-header__top-navbar .navbar-toggler-icon {
|
|
17245
|
-
background: url("data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2Ij48cmVjdCB3aWR0aD0iMjU2IiBoZWlnaHQ9IjI1NiIgZmlsbD0ibm9uZSIvPjxjaXJjbGUgY3g9IjEyOCIgY3k9IjY0IiByPSIxNiIvPjxjaXJjbGUgY3g9IjEyOCIgY3k9IjEyOCIgcj0iMTYiLz48Y2lyY2xlIGN4PSIxMjgiIGN5PSIxOTIiIHI9IjE2Ii8+PC9zdmc+");
|
|
17246
|
-
}
|
|
17247
|
-
|
|
17248
17231
|
.bcl-header .nav-link {
|
|
17249
17232
|
color: #1b4ac3;
|
|
17250
17233
|
display: -ms-flexbox;
|
|
17251
17234
|
display: flex;
|
|
17252
17235
|
-ms-flex-align: center;
|
|
17253
17236
|
align-items: center;
|
|
17254
|
-
padding: 0.5rem;
|
|
17255
|
-
}
|
|
17256
|
-
|
|
17257
|
-
.bcl-header__navbar .navbar-collapse {
|
|
17258
|
-
padding-bottom: 1rem;
|
|
17259
|
-
}
|
|
17260
|
-
.bcl-header__navbar .navbar-nav .nav-link {
|
|
17261
|
-
color: #f8f9fa;
|
|
17262
|
-
}
|
|
17263
|
-
.bcl-header__navbar .navbar-nav .nav-link:focus, .bcl-header__navbar .navbar-nav .nav-link:hover, .bcl-header__navbar .navbar-nav .nav-link.active {
|
|
17264
|
-
color: #fff;
|
|
17265
|
-
}
|
|
17266
|
-
.bcl-header__navbar .navbar-nav .nav-link:focus-visible {
|
|
17267
|
-
outline: 2px solid #fff;
|
|
17268
|
-
border-radius: 4px;
|
|
17269
|
-
outline-offset: 0;
|
|
17270
|
-
}
|
|
17271
|
-
.bcl-header__navbar .navbar-toggler {
|
|
17272
|
-
position: absolute;
|
|
17273
|
-
top: -43px;
|
|
17274
|
-
left: 0.75rem;
|
|
17275
|
-
border-color: #fff;
|
|
17276
|
-
}
|
|
17277
|
-
.bcl-header__navbar .navbar-toggler-icon {
|
|
17278
|
-
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");
|
|
17279
|
-
}
|
|
17280
|
-
.bcl-header__navbar input:active,
|
|
17281
|
-
.bcl-header__navbar input:focus {
|
|
17282
|
-
box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
|
|
17283
17237
|
}
|
|
17284
17238
|
|
|
17285
17239
|
.bcl-header--ec,
|
|
@@ -17287,9 +17241,7 @@ em.placeholder {
|
|
|
17287
17241
|
/* stylelint-disable-next-line no-descending-specificity */
|
|
17288
17242
|
}
|
|
17289
17243
|
.bcl-header--ec .bcl-header__project,
|
|
17290
|
-
.
|
|
17291
|
-
.ec__header .bcl-header__project,
|
|
17292
|
-
.ec__header .bcl-header__navbar {
|
|
17244
|
+
.ec__header .bcl-header__project {
|
|
17293
17245
|
background: #004494;
|
|
17294
17246
|
}
|
|
17295
17247
|
.bcl-header--ec .nav-link,
|
|
@@ -17302,8 +17254,7 @@ em.placeholder {
|
|
|
17302
17254
|
align-items: flex-end;
|
|
17303
17255
|
}
|
|
17304
17256
|
|
|
17305
|
-
.bcl-header--neutral .bcl-header__project
|
|
17306
|
-
.bcl-header--neutral .bcl-header__navbar {
|
|
17257
|
+
.bcl-header--neutral .bcl-header__project {
|
|
17307
17258
|
background: #495057;
|
|
17308
17259
|
}
|
|
17309
17260
|
|
|
@@ -17339,16 +17290,24 @@ em.placeholder {
|
|
|
17339
17290
|
max-width: 80%;
|
|
17340
17291
|
}
|
|
17341
17292
|
|
|
17293
|
+
.bcl-header__navbar.navbar {
|
|
17294
|
+
padding: 0;
|
|
17295
|
+
}
|
|
17296
|
+
.bcl-header__navbar.navbar .dropdown-toggle,
|
|
17297
|
+
.bcl-header__navbar.navbar .nav-link {
|
|
17298
|
+
padding: 0.75rem 1rem;
|
|
17299
|
+
border: none;
|
|
17300
|
+
background: transparent;
|
|
17301
|
+
}
|
|
17302
|
+
.bcl-header__navbar.navbar.collapsing {
|
|
17303
|
+
transition: none;
|
|
17304
|
+
}
|
|
17305
|
+
|
|
17342
17306
|
@media only screen and (max-width: 400px) {
|
|
17343
17307
|
.bcl-header--neutral .bcl-header__project-logo {
|
|
17344
17308
|
display: none;
|
|
17345
17309
|
}
|
|
17346
17310
|
}
|
|
17347
|
-
@media (max-width: 575.98px) {
|
|
17348
|
-
.bcl-header .navbar:first-child .nav-link {
|
|
17349
|
-
padding: 0.5rem 0.4rem;
|
|
17350
|
-
}
|
|
17351
|
-
}
|
|
17352
17311
|
@media (min-width: 768px) {
|
|
17353
17312
|
.bcl-header--ec .navbar-brand img,
|
|
17354
17313
|
.ec__header .navbar-brand img {
|
|
@@ -17356,32 +17315,41 @@ em.placeholder {
|
|
|
17356
17315
|
}
|
|
17357
17316
|
}
|
|
17358
17317
|
@media (max-width: 991.98px) {
|
|
17359
|
-
.bcl-
|
|
17360
|
-
|
|
17318
|
+
body:has(.bcl-header__navbar #main-navbar.collapsing),
|
|
17319
|
+
body:has(.bcl-header__navbar #main-navbar.show),
|
|
17320
|
+
body:has(.bcl-header__navbar.collapsing),
|
|
17321
|
+
body:has(.bcl-header__navbar.show) {
|
|
17322
|
+
overflow: hidden;
|
|
17361
17323
|
}
|
|
17362
|
-
.bcl-
|
|
17363
|
-
|
|
17364
|
-
|
|
17365
|
-
|
|
17366
|
-
|
|
17367
|
-
|
|
17368
|
-
|
|
17369
|
-
|
|
17324
|
+
header:has(.bcl-header__navbar #main-navbar.collapsing),
|
|
17325
|
+
header:has(.bcl-header__navbar #main-navbar.show),
|
|
17326
|
+
header:has(.bcl-header__navbar.collapsing),
|
|
17327
|
+
header:has(.bcl-header__navbar.show) {
|
|
17328
|
+
height: 100vh;
|
|
17329
|
+
display: -ms-flexbox;
|
|
17330
|
+
display: flex;
|
|
17331
|
+
-ms-flex-flow: column;
|
|
17332
|
+
flex-flow: column;
|
|
17333
|
+
overflow: auto;
|
|
17334
|
+
}
|
|
17335
|
+
header:has(.bcl-header__navbar #main-navbar.collapsing) > div:has(.breadcrumb),
|
|
17336
|
+
header:has(.bcl-header__navbar #main-navbar.show) > div:has(.breadcrumb),
|
|
17337
|
+
header:has(.bcl-header__navbar.collapsing) > div:has(.breadcrumb),
|
|
17338
|
+
header:has(.bcl-header__navbar.show) > div:has(.breadcrumb) {
|
|
17339
|
+
display: none;
|
|
17370
17340
|
}
|
|
17371
|
-
.bcl-
|
|
17372
|
-
|
|
17373
|
-
align-items: flex-start;
|
|
17374
|
-
-ms-flex-direction: column;
|
|
17375
|
-
flex-direction: column;
|
|
17376
|
-
min-width: 16rem;
|
|
17377
|
-
padding: 1rem;
|
|
17341
|
+
.bcl-header__project {
|
|
17342
|
+
padding: 1rem 0;
|
|
17378
17343
|
}
|
|
17379
|
-
.bcl-
|
|
17380
|
-
|
|
17344
|
+
.bcl-header .bcl-header__project {
|
|
17345
|
+
z-index: 1040;
|
|
17346
|
+
position: relative;
|
|
17347
|
+
box-shadow: var(--bs-box-shadow);
|
|
17348
|
+
-ms-flex-negative: 0;
|
|
17349
|
+
flex-shrink: 0;
|
|
17381
17350
|
}
|
|
17382
|
-
.bcl-header__project {
|
|
17383
|
-
|
|
17384
|
-
padding-top: 1rem;
|
|
17351
|
+
.bcl-header:not(:has(.bcl-header__project)) > .navbar:first-child {
|
|
17352
|
+
box-shadow: var(--bs-box-shadow);
|
|
17385
17353
|
}
|
|
17386
17354
|
.bcl-header nav + nav {
|
|
17387
17355
|
min-height: 3.5rem;
|
|
@@ -17389,17 +17357,72 @@ em.placeholder {
|
|
|
17389
17357
|
.bcl-header nav + nav .navbar-toggler {
|
|
17390
17358
|
position: static;
|
|
17391
17359
|
}
|
|
17392
|
-
.bcl-
|
|
17393
|
-
|
|
17360
|
+
.bcl-header__top-navbar {
|
|
17361
|
+
z-index: 1040;
|
|
17394
17362
|
}
|
|
17395
|
-
.bcl-header__navbar
|
|
17396
|
-
|
|
17363
|
+
.bcl-header__navbar.navbar {
|
|
17364
|
+
background: #fff;
|
|
17365
|
+
padding-top: 0;
|
|
17366
|
+
z-index: 1030;
|
|
17367
|
+
width: 100%;
|
|
17368
|
+
-ms-flex-align: start;
|
|
17369
|
+
align-items: flex-start;
|
|
17370
|
+
}
|
|
17371
|
+
.bcl-header__navbar.navbar .navbar-nav {
|
|
17372
|
+
width: 100%;
|
|
17373
|
+
margin-top: 1rem;
|
|
17374
|
+
}
|
|
17375
|
+
.bcl-header__navbar.navbar .navbar-nav:has(.bcl-mega-menu__container.show) .nav-item {
|
|
17376
|
+
display: none;
|
|
17397
17377
|
}
|
|
17398
|
-
.bcl-header__navbar .navbar-
|
|
17378
|
+
.bcl-header__navbar.navbar .navbar-nav:has(.bcl-mega-menu__container.show) .nav-item:has(.bcl-mega-menu__container.show) {
|
|
17379
|
+
display: block;
|
|
17380
|
+
}
|
|
17381
|
+
.bcl-header__navbar.navbar .navbar-nav .dropdown-toggle,
|
|
17382
|
+
.bcl-header__navbar.navbar .navbar-nav .nav-link {
|
|
17383
|
+
color: #2e3338;
|
|
17384
|
+
width: 100%;
|
|
17385
|
+
display: -ms-flexbox;
|
|
17386
|
+
display: flex;
|
|
17387
|
+
gap: 1rem;
|
|
17388
|
+
-ms-flex-pack: justify;
|
|
17389
|
+
justify-content: space-between;
|
|
17390
|
+
position: relative;
|
|
17391
|
+
padding: 1rem;
|
|
17392
|
+
border-bottom: 1px solid tint-color(#253ebe, 90%);
|
|
17393
|
+
text-align: left;
|
|
17394
|
+
border-radius: 0;
|
|
17399
17395
|
white-space: normal;
|
|
17400
17396
|
}
|
|
17401
|
-
.bcl-header__navbar .navbar-
|
|
17402
|
-
|
|
17397
|
+
.bcl-header__navbar.navbar .navbar-nav .dropdown-toggle.active,
|
|
17398
|
+
.bcl-header__navbar.navbar .navbar-nav .nav-link.active {
|
|
17399
|
+
color: #2e3338;
|
|
17400
|
+
}
|
|
17401
|
+
.bcl-header__navbar.navbar .navbar-nav .dropdown-toggle:focus-visible,
|
|
17402
|
+
.bcl-header__navbar.navbar .navbar-nav .nav-link:focus-visible {
|
|
17403
|
+
outline: 2px solid #221684;
|
|
17404
|
+
outline-offset: -2px;
|
|
17405
|
+
box-shadow: none;
|
|
17406
|
+
}
|
|
17407
|
+
.bcl-header__navbar.navbar .navbar-nav .dropdown-toggle::after,
|
|
17408
|
+
.bcl-header__navbar.navbar .navbar-nav .nav-link::after {
|
|
17409
|
+
-ms-flex-negative: 0;
|
|
17410
|
+
flex-shrink: 0;
|
|
17411
|
+
}
|
|
17412
|
+
.bcl-header__navbar.navbar .navbar-nav .bcl-mega-menu > .dropdown-toggle:after {
|
|
17413
|
+
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");
|
|
17414
|
+
-ms-flex-item-align: center;
|
|
17415
|
+
-ms-grid-row-align: center;
|
|
17416
|
+
align-self: center;
|
|
17417
|
+
content: "";
|
|
17418
|
+
border: none;
|
|
17419
|
+
width: 20px;
|
|
17420
|
+
height: 20px;
|
|
17421
|
+
background-size: cover;
|
|
17422
|
+
background-position: center;
|
|
17423
|
+
}
|
|
17424
|
+
.bcl-header__navbar.navbar .navbar-nav .dropdown-item {
|
|
17425
|
+
white-space: normal;
|
|
17403
17426
|
}
|
|
17404
17427
|
}
|
|
17405
17428
|
@media (min-width: 992px) {
|
|
@@ -17408,6 +17431,20 @@ em.placeholder {
|
|
|
17408
17431
|
.ec__header .bcl-header__project.light {
|
|
17409
17432
|
background: #fff;
|
|
17410
17433
|
}
|
|
17434
|
+
.bcl-header__navbar {
|
|
17435
|
+
background: linear-gradient(90deg, #039 0%, #1b4ac3 100%);
|
|
17436
|
+
}
|
|
17437
|
+
.bcl-header__navbar .dropdown-toggle,
|
|
17438
|
+
.bcl-header__navbar .nav-link {
|
|
17439
|
+
color: #fff;
|
|
17440
|
+
}
|
|
17441
|
+
.bcl-header--ec .bcl-header__navbar,
|
|
17442
|
+
.ec__header .bcl-header__navbar {
|
|
17443
|
+
background: #004494;
|
|
17444
|
+
}
|
|
17445
|
+
.bcl-header--neutral .bcl-header__navbar {
|
|
17446
|
+
background: #495057;
|
|
17447
|
+
}
|
|
17411
17448
|
.bcl-header__site-name {
|
|
17412
17449
|
margin-left: 1.5rem;
|
|
17413
17450
|
font-weight: 500;
|
|
@@ -17423,19 +17460,80 @@ em.placeholder {
|
|
|
17423
17460
|
.bcl-header .navbar-brand img {
|
|
17424
17461
|
width: auto;
|
|
17425
17462
|
}
|
|
17426
|
-
.bcl-header__navbar .
|
|
17427
|
-
|
|
17428
|
-
}
|
|
17429
|
-
.bcl-header__navbar .dropdown-menu {
|
|
17430
|
-
z-index: 1050;
|
|
17463
|
+
.bcl-header__navbar .bcl-mega-menu {
|
|
17464
|
+
--bcl-mega-menu-zindex: 1050;
|
|
17431
17465
|
}
|
|
17432
17466
|
.bcl-header:not(.bcl-header--neutral) .bcl-header__project {
|
|
17433
17467
|
padding-bottom: 1rem;
|
|
17434
17468
|
}
|
|
17469
|
+
.bcl-header__navbar.collapse {
|
|
17470
|
+
display: block;
|
|
17471
|
+
}
|
|
17435
17472
|
.bcl-header--ec .navbar-brand img,
|
|
17436
17473
|
.ec__header .navbar-brand img {
|
|
17437
17474
|
width: 285px;
|
|
17438
17475
|
}
|
|
17476
|
+
.bcl-header__navbar.navbar .dropdown-toggle,
|
|
17477
|
+
.bcl-header__navbar.navbar .nav-link {
|
|
17478
|
+
border-radius: 0;
|
|
17479
|
+
}
|
|
17480
|
+
.bcl-header__navbar.navbar .dropdown-toggle:hover,
|
|
17481
|
+
.bcl-header__navbar.navbar .nav-link:hover {
|
|
17482
|
+
background: tint-color(#253ebe, 90%);
|
|
17483
|
+
color: #2e3338;
|
|
17484
|
+
}
|
|
17485
|
+
.bcl-header__navbar.navbar .dropdown-toggle:hover:focus-visible,
|
|
17486
|
+
.bcl-header__navbar.navbar .nav-link:hover:focus-visible {
|
|
17487
|
+
outline-color: #221684;
|
|
17488
|
+
}
|
|
17489
|
+
.bcl-header__navbar.navbar .dropdown-toggle.active, .bcl-header__navbar.navbar .dropdown-toggle.show,
|
|
17490
|
+
.bcl-header__navbar.navbar .nav-link.active,
|
|
17491
|
+
.bcl-header__navbar.navbar .nav-link.show {
|
|
17492
|
+
background: #fff;
|
|
17493
|
+
color: #2e3338;
|
|
17494
|
+
}
|
|
17495
|
+
.bcl-header__navbar.navbar .dropdown-toggle.active:focus-visible, .bcl-header__navbar.navbar .dropdown-toggle.show:focus-visible,
|
|
17496
|
+
.bcl-header__navbar.navbar .nav-link.active:focus-visible,
|
|
17497
|
+
.bcl-header__navbar.navbar .nav-link.show:focus-visible {
|
|
17498
|
+
outline-color: #221684;
|
|
17499
|
+
}
|
|
17500
|
+
.bcl-header__navbar.navbar .dropdown-toggle:focus-visible,
|
|
17501
|
+
.bcl-header__navbar.navbar .nav-link:focus-visible {
|
|
17502
|
+
box-shadow: none;
|
|
17503
|
+
border: none;
|
|
17504
|
+
outline: 2px solid #fff;
|
|
17505
|
+
outline-offset: -8px;
|
|
17506
|
+
}
|
|
17507
|
+
.bcl-header__navbar.navbar .dropdown-toggle:after {
|
|
17508
|
+
background-color: #fff;
|
|
17509
|
+
-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");
|
|
17510
|
+
-webkit-mask-repeat: no-repeat;
|
|
17511
|
+
-webkit-mask-size: contain;
|
|
17512
|
+
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");
|
|
17513
|
+
mask-repeat: no-repeat;
|
|
17514
|
+
-webkit-mask-position: center;
|
|
17515
|
+
mask-position: center;
|
|
17516
|
+
mask-size: contain;
|
|
17517
|
+
display: inline-block;
|
|
17518
|
+
width: 10px;
|
|
17519
|
+
height: 10px;
|
|
17520
|
+
border: none;
|
|
17521
|
+
margin-top: 4px;
|
|
17522
|
+
}
|
|
17523
|
+
.bcl-header__navbar.navbar .dropdown-toggle:hover:after {
|
|
17524
|
+
background-color: #2e3338;
|
|
17525
|
+
}
|
|
17526
|
+
.bcl-header__navbar.navbar .dropdown-toggle.active:after {
|
|
17527
|
+
background-color: #221684;
|
|
17528
|
+
}
|
|
17529
|
+
.bcl-header__navbar.navbar .dropdown-toggle.show:after {
|
|
17530
|
+
background-color: #221684;
|
|
17531
|
+
-webkit-transform: rotate(180deg);
|
|
17532
|
+
transform: rotate(180deg);
|
|
17533
|
+
}
|
|
17534
|
+
.bcl-header__navbar.navbar .dropdown-toggle.no-chevron:after {
|
|
17535
|
+
display: none;
|
|
17536
|
+
}
|
|
17439
17537
|
}
|
|
17440
17538
|
.bcl-language-list-modal .btn-close {
|
|
17441
17539
|
opacity: 1;
|
|
@@ -19368,6 +19466,398 @@ select.multi-select {
|
|
|
19368
19466
|
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");
|
|
19369
19467
|
}
|
|
19370
19468
|
|
|
19469
|
+
/* stylelint-disable no-descending-specificity, declaration-no-important */
|
|
19470
|
+
/* -------------------------------------
|
|
19471
|
+
Design tokens & helpers
|
|
19472
|
+
-------------------------------------- */
|
|
19473
|
+
/* Helpers */
|
|
19474
|
+
/* -------------------------------------
|
|
19475
|
+
Component
|
|
19476
|
+
-------------------------------------- */
|
|
19477
|
+
.bcl-mega-menu {
|
|
19478
|
+
--bcl-mega-menu-zindex: 40;
|
|
19479
|
+
}
|
|
19480
|
+
|
|
19481
|
+
@media (min-width: 992px) {
|
|
19482
|
+
.nav-item:has(> .bcl-mega-menu) {
|
|
19483
|
+
position: static;
|
|
19484
|
+
}
|
|
19485
|
+
}
|
|
19486
|
+
|
|
19487
|
+
.bcl-mega-menu__container :where(a) {
|
|
19488
|
+
text-decoration: none;
|
|
19489
|
+
}
|
|
19490
|
+
.bcl-mega-menu__container :where(a):hover {
|
|
19491
|
+
text-decoration: underline;
|
|
19492
|
+
}
|
|
19493
|
+
.bcl-mega-menu__container :where(a, button):focus-visible {
|
|
19494
|
+
outline: 2px solid #221684;
|
|
19495
|
+
outline-offset: -2px;
|
|
19496
|
+
}
|
|
19497
|
+
|
|
19498
|
+
@media (min-width: 992px) {
|
|
19499
|
+
body:has(.bcl-mega-menu > [aria-expanded=true]) {
|
|
19500
|
+
overflow-y: hidden;
|
|
19501
|
+
}
|
|
19502
|
+
}
|
|
19503
|
+
@media (min-width: 992px) {
|
|
19504
|
+
.bcl-mega-menu:has(> [aria-expanded=true])::after {
|
|
19505
|
+
position: absolute;
|
|
19506
|
+
inset-inline: 0;
|
|
19507
|
+
background: #fff;
|
|
19508
|
+
opacity: 0.5;
|
|
19509
|
+
content: "";
|
|
19510
|
+
z-index: calc(var(--bcl-mega-menu-zindex) - 10);
|
|
19511
|
+
block-size: 300vw;
|
|
19512
|
+
}
|
|
19513
|
+
}
|
|
19514
|
+
.bcl-mega-menu__container[class] {
|
|
19515
|
+
display: none;
|
|
19516
|
+
z-index: var(--bcl-mega-menu-zindex);
|
|
19517
|
+
position: absolute;
|
|
19518
|
+
inset-block-start: 0;
|
|
19519
|
+
inset-inline-start: 0;
|
|
19520
|
+
inline-size: 100%;
|
|
19521
|
+
-webkit-margin-before: 0;
|
|
19522
|
+
margin-block-start: 0;
|
|
19523
|
+
padding: 0;
|
|
19524
|
+
border: 0;
|
|
19525
|
+
border-radius: 0;
|
|
19526
|
+
}
|
|
19527
|
+
.bcl-mega-menu > [aria-expanded=true] + .bcl-mega-menu__container[class] {
|
|
19528
|
+
display: block;
|
|
19529
|
+
}
|
|
19530
|
+
@media (min-width: 992px) {
|
|
19531
|
+
.bcl-mega-menu > [aria-expanded=true] + .bcl-mega-menu__container[class] {
|
|
19532
|
+
display: -ms-flexbox;
|
|
19533
|
+
display: flex;
|
|
19534
|
+
}
|
|
19535
|
+
}
|
|
19536
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
19537
|
+
.bcl-mega-menu__container[class] {
|
|
19538
|
+
transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
|
|
19539
|
+
transition: opacity 0.15s ease, transform 0.15s ease;
|
|
19540
|
+
transition: opacity 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
|
|
19541
|
+
}
|
|
19542
|
+
.bcl-mega-menu > [aria-expanded=true] + .bcl-mega-menu__container[class] {
|
|
19543
|
+
opacity: 1;
|
|
19544
|
+
-webkit-transform: none;
|
|
19545
|
+
transform: none;
|
|
19546
|
+
}
|
|
19547
|
+
.bcl-mega-menu > [aria-expanded=false] + .bcl-mega-menu__container[class] {
|
|
19548
|
+
opacity: 0;
|
|
19549
|
+
-webkit-transform: translateY(-4px);
|
|
19550
|
+
transform: translateY(-4px);
|
|
19551
|
+
pointer-events: none;
|
|
19552
|
+
}
|
|
19553
|
+
}
|
|
19554
|
+
@media (min-width: 992px) {
|
|
19555
|
+
.bcl-mega-menu__container[class] {
|
|
19556
|
+
inset-block-start: 100%;
|
|
19557
|
+
padding-block: 0.75rem;
|
|
19558
|
+
border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
|
|
19559
|
+
}
|
|
19560
|
+
}
|
|
19561
|
+
|
|
19562
|
+
@media (min-width: 992px) {
|
|
19563
|
+
.bcl-mega-menu__container .shadow-container {
|
|
19564
|
+
position: relative;
|
|
19565
|
+
}
|
|
19566
|
+
.bcl-mega-menu__container .shadow-container .shadow-bg {
|
|
19567
|
+
position: absolute;
|
|
19568
|
+
inset-inline-start: 50%;
|
|
19569
|
+
inset-block-end: 0;
|
|
19570
|
+
inline-size: 100vw;
|
|
19571
|
+
block-size: 8px;
|
|
19572
|
+
-webkit-transform: translateX(-50%);
|
|
19573
|
+
transform: translateX(-50%);
|
|
19574
|
+
box-shadow: 0 4px 5px 0 rgba(224, 229, 245, 0.5);
|
|
19575
|
+
}
|
|
19576
|
+
}
|
|
19577
|
+
@media (min-width: 1200px) {
|
|
19578
|
+
.bcl-mega-menu__container .shadow-container {
|
|
19579
|
+
block-size: 100%;
|
|
19580
|
+
position: absolute;
|
|
19581
|
+
inset-inline-end: 0;
|
|
19582
|
+
inset-block-start: 0;
|
|
19583
|
+
}
|
|
19584
|
+
.bcl-mega-menu__container .shadow-container .shadow-bg {
|
|
19585
|
+
inset-inline-start: auto;
|
|
19586
|
+
inset-inline-end: 0;
|
|
19587
|
+
block-size: 100%;
|
|
19588
|
+
inline-size: 10px;
|
|
19589
|
+
-webkit-transform: none;
|
|
19590
|
+
transform: none;
|
|
19591
|
+
box-shadow: 4px 3px 4px 0 rgba(224, 229, 245, 0.5);
|
|
19592
|
+
}
|
|
19593
|
+
}
|
|
19594
|
+
|
|
19595
|
+
.bcl-mega-menu__back-button-block {
|
|
19596
|
+
position: relative;
|
|
19597
|
+
padding: 20px 0.25rem 0;
|
|
19598
|
+
}
|
|
19599
|
+
.bcl-mega-menu__back-button-block > .btn-link {
|
|
19600
|
+
text-decoration: none;
|
|
19601
|
+
}
|
|
19602
|
+
.bcl-mega-menu__back-button-block > .btn-link:hover {
|
|
19603
|
+
text-decoration: underline;
|
|
19604
|
+
}
|
|
19605
|
+
|
|
19606
|
+
.bcl-mega-menu__info > .content-block {
|
|
19607
|
+
padding: 1rem;
|
|
19608
|
+
background: tint-color(#253ebe, 90%);
|
|
19609
|
+
}
|
|
19610
|
+
@media (min-width: 992px) {
|
|
19611
|
+
.bcl-mega-menu__info > .content-block {
|
|
19612
|
+
-webkit-margin-end: 0;
|
|
19613
|
+
-moz-margin-end: 0;
|
|
19614
|
+
margin-inline-end: 0;
|
|
19615
|
+
background: #fff;
|
|
19616
|
+
-webkit-padding-end: 1.5rem;
|
|
19617
|
+
-moz-padding-end: 1.5rem;
|
|
19618
|
+
padding-inline-end: 1.5rem;
|
|
19619
|
+
max-block-size: 288px;
|
|
19620
|
+
overflow-y: auto;
|
|
19621
|
+
}
|
|
19622
|
+
}
|
|
19623
|
+
.bcl-mega-menu__info > .content-block > .content-link {
|
|
19624
|
+
text-decoration: none;
|
|
19625
|
+
}
|
|
19626
|
+
.bcl-mega-menu__info > .content-block > .content-link:hover {
|
|
19627
|
+
text-decoration: underline;
|
|
19628
|
+
}
|
|
19629
|
+
|
|
19630
|
+
ul.bcl-mega-menu__items {
|
|
19631
|
+
list-style: none;
|
|
19632
|
+
margin: 0;
|
|
19633
|
+
-webkit-padding-start: 0;
|
|
19634
|
+
-moz-padding-start: 0;
|
|
19635
|
+
padding-inline-start: 0;
|
|
19636
|
+
}
|
|
19637
|
+
@media (min-width: 992px) {
|
|
19638
|
+
ul.bcl-mega-menu__items {
|
|
19639
|
+
block-size: 288px;
|
|
19640
|
+
overflow-y: auto;
|
|
19641
|
+
}
|
|
19642
|
+
}
|
|
19643
|
+
@media (max-width: 991.98px) {
|
|
19644
|
+
ul.bcl-mega-menu__items {
|
|
19645
|
+
margin: 1rem 0 0;
|
|
19646
|
+
}
|
|
19647
|
+
}
|
|
19648
|
+
@media (max-width: 991.98px) {
|
|
19649
|
+
ul.bcl-mega-menu__items > li:not(:first-child) > * {
|
|
19650
|
+
border-top: 1px solid tint-color(#253ebe, 90%);
|
|
19651
|
+
}
|
|
19652
|
+
}
|
|
19653
|
+
ul.bcl-mega-menu__items > li > span,
|
|
19654
|
+
ul.bcl-mega-menu__items > li > a,
|
|
19655
|
+
ul.bcl-mega-menu__items > li > button {
|
|
19656
|
+
padding: 0.75rem 1rem;
|
|
19657
|
+
display: -ms-flexbox;
|
|
19658
|
+
display: flex;
|
|
19659
|
+
gap: 1rem;
|
|
19660
|
+
-ms-flex-pack: justify;
|
|
19661
|
+
justify-content: space-between;
|
|
19662
|
+
}
|
|
19663
|
+
ul.bcl-mega-menu__items > li > span > svg,
|
|
19664
|
+
ul.bcl-mega-menu__items > li > a > svg,
|
|
19665
|
+
ul.bcl-mega-menu__items > li > button > svg {
|
|
19666
|
+
-ms-flex-negative: 0;
|
|
19667
|
+
flex-shrink: 0;
|
|
19668
|
+
-ms-flex-item-align: center;
|
|
19669
|
+
-ms-grid-row-align: center;
|
|
19670
|
+
align-self: center;
|
|
19671
|
+
}
|
|
19672
|
+
ul.bcl-mega-menu__items > li > a {
|
|
19673
|
+
color: #221684;
|
|
19674
|
+
text-decoration: none;
|
|
19675
|
+
}
|
|
19676
|
+
ul.bcl-mega-menu__items > li > a:hover {
|
|
19677
|
+
text-decoration: underline;
|
|
19678
|
+
}
|
|
19679
|
+
ul.bcl-mega-menu__items > li > a:hover,
|
|
19680
|
+
ul.bcl-mega-menu__items > li > button:hover {
|
|
19681
|
+
background: tint-color(#253ebe, 90%);
|
|
19682
|
+
}
|
|
19683
|
+
ul.bcl-mega-menu__items > li > span,
|
|
19684
|
+
ul.bcl-mega-menu__items > li > button {
|
|
19685
|
+
color: #2e3338;
|
|
19686
|
+
}
|
|
19687
|
+
ul.bcl-mega-menu__items > li > button {
|
|
19688
|
+
width: 100%;
|
|
19689
|
+
border: none;
|
|
19690
|
+
border-radius: 0;
|
|
19691
|
+
text-align: inherit;
|
|
19692
|
+
background: none;
|
|
19693
|
+
white-space: normal;
|
|
19694
|
+
}
|
|
19695
|
+
ul.bcl-mega-menu__items > li > button::after {
|
|
19696
|
+
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");
|
|
19697
|
+
-ms-flex-negative: 0;
|
|
19698
|
+
flex-shrink: 0;
|
|
19699
|
+
-ms-flex-item-align: center;
|
|
19700
|
+
-ms-grid-row-align: center;
|
|
19701
|
+
align-self: center;
|
|
19702
|
+
content: "";
|
|
19703
|
+
height: 1em;
|
|
19704
|
+
width: 1em;
|
|
19705
|
+
}
|
|
19706
|
+
ul.bcl-mega-menu__items > li > button[aria-expanded=true] {
|
|
19707
|
+
background: tint-color(#253ebe, 90%);
|
|
19708
|
+
}
|
|
19709
|
+
@media (min-width: 992px) {
|
|
19710
|
+
ul.bcl-mega-menu__items > li > button[aria-expanded=true] {
|
|
19711
|
+
position: relative;
|
|
19712
|
+
}
|
|
19713
|
+
ul.bcl-mega-menu__items > li > button[aria-expanded=true]::before {
|
|
19714
|
+
content: "";
|
|
19715
|
+
position: absolute;
|
|
19716
|
+
width: 4px;
|
|
19717
|
+
top: 0;
|
|
19718
|
+
bottom: 0;
|
|
19719
|
+
left: 0;
|
|
19720
|
+
background-color: #221684;
|
|
19721
|
+
}
|
|
19722
|
+
}
|
|
19723
|
+
ul.bcl-mega-menu__items > li:has(> a.see-all-button) {
|
|
19724
|
+
position: -webkit-sticky;
|
|
19725
|
+
position: sticky;
|
|
19726
|
+
inset-block-start: 100%;
|
|
19727
|
+
}
|
|
19728
|
+
ul.bcl-mega-menu__items > li > a.see-all-button {
|
|
19729
|
+
border-top: none;
|
|
19730
|
+
}
|
|
19731
|
+
ul.bcl-mega-menu__items > li > a.see-all-button:after {
|
|
19732
|
+
background: #b9c5e9;
|
|
19733
|
+
content: "";
|
|
19734
|
+
block-size: 1px;
|
|
19735
|
+
inset-inline-start: 0;
|
|
19736
|
+
position: absolute;
|
|
19737
|
+
inset-block-start: 0;
|
|
19738
|
+
inset-inline: 1rem;
|
|
19739
|
+
}
|
|
19740
|
+
ul.bcl-mega-menu__items > li > a.see-all-button > svg {
|
|
19741
|
+
inline-size: 0.8rem;
|
|
19742
|
+
}
|
|
19743
|
+
ul.bcl-mega-menu__items > li > a.see-all-button > span {
|
|
19744
|
+
text-overflow: ellipsis;
|
|
19745
|
+
overflow: hidden;
|
|
19746
|
+
display: block;
|
|
19747
|
+
white-space: nowrap;
|
|
19748
|
+
}
|
|
19749
|
+
|
|
19750
|
+
@media (min-width: 992px) {
|
|
19751
|
+
.bcl-mega-menu__menu {
|
|
19752
|
+
position: relative;
|
|
19753
|
+
padding-right: 0;
|
|
19754
|
+
}
|
|
19755
|
+
}
|
|
19756
|
+
|
|
19757
|
+
.bcl-mega-menu__submenu {
|
|
19758
|
+
position: absolute;
|
|
19759
|
+
background: white;
|
|
19760
|
+
display: -ms-flexbox;
|
|
19761
|
+
display: flex;
|
|
19762
|
+
-ms-flex-direction: column;
|
|
19763
|
+
flex-direction: column;
|
|
19764
|
+
}
|
|
19765
|
+
@media (max-width: 991.98px) {
|
|
19766
|
+
.bcl-mega-menu__submenu {
|
|
19767
|
+
inset: 0 0 auto;
|
|
19768
|
+
min-height: 100%;
|
|
19769
|
+
}
|
|
19770
|
+
}
|
|
19771
|
+
@media (min-width: 992px) {
|
|
19772
|
+
.bcl-mega-menu__submenu {
|
|
19773
|
+
block-size: 100%;
|
|
19774
|
+
inset: 0 0 0 100%;
|
|
19775
|
+
inline-size: 100%;
|
|
19776
|
+
}
|
|
19777
|
+
}
|
|
19778
|
+
@media (max-width: 991.98px) {
|
|
19779
|
+
.bcl-mega-menu__submenu:before {
|
|
19780
|
+
position: absolute;
|
|
19781
|
+
content: "";
|
|
19782
|
+
left: 50%;
|
|
19783
|
+
margin-left: -50vw;
|
|
19784
|
+
width: 100vw;
|
|
19785
|
+
top: 0;
|
|
19786
|
+
height: 100%;
|
|
19787
|
+
background: white;
|
|
19788
|
+
z-index: -1;
|
|
19789
|
+
}
|
|
19790
|
+
}
|
|
19791
|
+
@media (min-width: 992px) {
|
|
19792
|
+
.bcl-mega-menu__submenu {
|
|
19793
|
+
background: tint-color(#253ebe, 90%);
|
|
19794
|
+
}
|
|
19795
|
+
}
|
|
19796
|
+
.bcl-mega-menu__submenu > .__header > .__label {
|
|
19797
|
+
padding: 1rem 1rem;
|
|
19798
|
+
margin: 0;
|
|
19799
|
+
color: #2e3338;
|
|
19800
|
+
background: tint-color(#253ebe, 90%);
|
|
19801
|
+
display: block;
|
|
19802
|
+
font-size: 20px;
|
|
19803
|
+
}
|
|
19804
|
+
@media (min-width: 992px) {
|
|
19805
|
+
.bcl-mega-menu__submenu > .__header > .__label {
|
|
19806
|
+
display: none;
|
|
19807
|
+
}
|
|
19808
|
+
}
|
|
19809
|
+
|
|
19810
|
+
@media (min-width: 992px) {
|
|
19811
|
+
.bcl-mega-menu__second-submenu > .tab-content > .tab-pane {
|
|
19812
|
+
background: tint-color(#253ebe, 90%);
|
|
19813
|
+
}
|
|
19814
|
+
}
|
|
19815
|
+
@media (max-width: 991.98px) {
|
|
19816
|
+
.bcl-mega-menu__container:has(.bcl-mega-menu__second-submenu > .tab-content > .tab-pane.active) .bcl-mega-menu__info,
|
|
19817
|
+
.bcl-mega-menu__container:has(.bcl-mega-menu__second-submenu > .tab-content > .tab-pane.active) .bcl-mega-menu__first-submenu {
|
|
19818
|
+
display: none;
|
|
19819
|
+
}
|
|
19820
|
+
}
|
|
19821
|
+
.bcl-mega-menu__second-submenu > .tab-content > .tab-pane > .panel-title {
|
|
19822
|
+
padding: 1rem 1rem;
|
|
19823
|
+
margin: 0;
|
|
19824
|
+
color: #2e3338;
|
|
19825
|
+
background: tint-color(#253ebe, 90%);
|
|
19826
|
+
display: block;
|
|
19827
|
+
font-size: 20px;
|
|
19828
|
+
}
|
|
19829
|
+
@media (min-width: 992px) {
|
|
19830
|
+
.bcl-mega-menu__second-submenu > .tab-content > .tab-pane > .panel-title {
|
|
19831
|
+
display: none;
|
|
19832
|
+
}
|
|
19833
|
+
}
|
|
19834
|
+
@media (min-width: 1200px) {
|
|
19835
|
+
.bcl-mega-menu__second-submenu > .tab-content > .tab-pane > ul > li > * {
|
|
19836
|
+
margin: 0 0.75rem;
|
|
19837
|
+
}
|
|
19838
|
+
}
|
|
19839
|
+
|
|
19840
|
+
@media (max-width: 991.98px) {
|
|
19841
|
+
.bcl-mega-menu__submenu > .__header,
|
|
19842
|
+
.bcl-mega-menu .content-block,
|
|
19843
|
+
.bcl-mega-menu__back-button-block {
|
|
19844
|
+
position: relative;
|
|
19845
|
+
}
|
|
19846
|
+
.bcl-mega-menu__submenu > .__header::before,
|
|
19847
|
+
.bcl-mega-menu .content-block::before,
|
|
19848
|
+
.bcl-mega-menu__back-button-block::before {
|
|
19849
|
+
position: absolute;
|
|
19850
|
+
inset-inline-start: 50%;
|
|
19851
|
+
content: "";
|
|
19852
|
+
background: tint-color(#253ebe, 90%);
|
|
19853
|
+
inline-size: 100vw;
|
|
19854
|
+
block-size: 100%;
|
|
19855
|
+
inset-block-start: 0;
|
|
19856
|
+
z-index: -1;
|
|
19857
|
+
-webkit-transform: translateX(-50%);
|
|
19858
|
+
transform: translateX(-50%);
|
|
19859
|
+
}
|
|
19860
|
+
}
|
|
19371
19861
|
@media (max-width: 767.98px) {
|
|
19372
19862
|
.breadcrumb-item + .breadcrumb-item {
|
|
19373
19863
|
padding-left: 0;
|