@openeuropa/bcl-theme-joinup 0.4068.202509021515 → 0.4068.202510062345

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.
@@ -10856,7 +10856,7 @@ svg {
10856
10856
  border-radius: var(--bs-border-radius-sm) !important;
10857
10857
  }
10858
10858
 
10859
- .rounded-2 {
10859
+ .rounded-2, .bcl-navbar-toggler {
10860
10860
  border-radius: var(--bs-border-radius) !important;
10861
10861
  }
10862
10862
 
@@ -17413,13 +17413,17 @@ em.placeholder {
17413
17413
  .bcl-navbar-toggler {
17414
17414
  background: transparent;
17415
17415
  border: none;
17416
- padding: 0.5rem;
17416
+ border-radius: var(--bs-border-radius-sm);
17417
+ padding: 0.375rem 0.75rem;
17418
+ color: #1073de;
17419
+ line-height: 1;
17417
17420
  }
17418
17421
  .bcl-navbar-toggler .active-icon {
17419
17422
  display: none;
17420
17423
  }
17421
17424
  .bcl-navbar-toggler[aria-expanded=true] {
17422
- background-color: tint-color(#253ebe, 90%);
17425
+ background-color: #143b76;
17426
+ color: #fff;
17423
17427
  }
17424
17428
  .bcl-navbar-toggler[aria-expanded=true] .active-icon {
17425
17429
  display: block;
@@ -17500,7 +17504,7 @@ em.placeholder {
17500
17504
  header:has(.bcl-header__navbar.show) > div:has(.breadcrumb) {
17501
17505
  display: none;
17502
17506
  }
17503
- .bcl-header > .navbar:first-child {
17507
+ .bcl-header {
17504
17508
  box-shadow: var(--bs-box-shadow);
17505
17509
  }
17506
17510
  .bcl-header nav + nav {
@@ -17592,10 +17596,6 @@ em.placeholder {
17592
17596
  .bcl-header--neutral .bcl-header__navbar {
17593
17597
  background: #555859;
17594
17598
  }
17595
- .bcl-header__site-name {
17596
- margin-left: 1.5rem;
17597
- font-weight: 500;
17598
- }
17599
17599
  .bcl-header .navbar-toggler {
17600
17600
  position: relative;
17601
17601
  right: 0;
@@ -17868,17 +17868,6 @@ dd + dd {
17868
17868
  color: #6d7173;
17869
17869
  }
17870
17870
 
17871
- .icon--mobile-m-desktop-xs {
17872
- width: 1.5rem;
17873
- height: 1.5rem;
17874
- }
17875
- @media (min-width: 1200px) {
17876
- .icon--mobile-m-desktop-xs {
17877
- width: 1rem;
17878
- height: 1rem;
17879
- }
17880
- }
17881
-
17882
17871
  .btn {
17883
17872
  display: -ms-inline-flexbox;
17884
17873
  display: inline-flex;