@openeuropa/bcl-theme-ucpkn 1.4.0 → 1.6.0

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.
@@ -2953,7 +2953,9 @@ textarea.form-control-lg {
2953
2953
  padding-top: 1.625rem;
2954
2954
  padding-bottom: 0.625rem;
2955
2955
  }
2956
- .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown) {
2956
+ .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
2957
+ .form-floating > .form-control-plaintext:focus,
2958
+ .form-floating > .form-control-plaintext:not(:placeholder-shown) {
2957
2959
  padding-top: 1.625rem;
2958
2960
  padding-bottom: 0.625rem;
2959
2961
  }
@@ -3170,7 +3172,11 @@ textarea.form-control-lg {
3170
3172
  margin-left: 0.5em;
3171
3173
  }
3172
3174
 
3173
- .was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .input-group > .form-floating:not(:focus-within).is-valid {
3175
+ .was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
3176
+ .was-validated .input-group > .form-select:not(:focus):valid,
3177
+ .input-group > .form-select:not(:focus).is-valid,
3178
+ .was-validated .input-group > .form-floating:not(:focus-within):valid,
3179
+ .input-group > .form-floating:not(:focus-within).is-valid {
3174
3180
  z-index: 3;
3175
3181
  }
3176
3182
 
@@ -3256,7 +3262,11 @@ textarea.form-control-lg {
3256
3262
  margin-left: 0.5em;
3257
3263
  }
3258
3264
 
3259
- .was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .input-group > .form-floating:not(:focus-within).is-invalid {
3265
+ .was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
3266
+ .was-validated .input-group > .form-select:not(:focus):invalid,
3267
+ .input-group > .form-select:not(:focus).is-invalid,
3268
+ .was-validated .input-group > .form-floating:not(:focus-within):invalid,
3269
+ .input-group > .form-floating:not(:focus-within).is-invalid {
3260
3270
  z-index: 4;
3261
3271
  }
3262
3272
 
@@ -6587,7 +6597,9 @@ textarea.form-control-lg {
6587
6597
  transition: none;
6588
6598
  }
6589
6599
  }
6590
- .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
6600
+ .carousel-control-prev:hover, .carousel-control-prev:focus,
6601
+ .carousel-control-next:hover,
6602
+ .carousel-control-next:focus {
6591
6603
  color: #fff;
6592
6604
  text-decoration: none;
6593
6605
  outline: 0;
@@ -16491,15 +16503,50 @@ select.multi-select {
16491
16503
  transform: rotate(180deg);
16492
16504
  }
16493
16505
 
16506
+ .bcl-sidebar:has(> .bcl-inpage-navigation) {
16507
+ position: -webkit-sticky;
16508
+ position: sticky;
16509
+ top: 0;
16510
+ z-index: 2;
16511
+ }
16512
+
16494
16513
  .bcl-inpage-navigation {
16514
+ top: 0;
16515
+ background-color: #f8f9fa;
16516
+ }
16517
+ .bcl-inpage-navigation .dropdown-toggle {
16518
+ display: -ms-flexbox;
16519
+ display: flex;
16520
+ -ms-flex-pack: justify;
16521
+ justify-content: space-between;
16522
+ -ms-flex-align: center;
16523
+ align-items: center;
16524
+ white-space: normal;
16525
+ border-bottom: 1px solid #dee2e6;
16526
+ }
16527
+ .bcl-inpage-navigation .dropdown-toggle:after {
16495
16528
  display: none;
16496
- top: 1rem;
16529
+ }
16530
+ .bcl-inpage-navigation .dropdown-toggle .bi {
16531
+ transition: 0.3s ease;
16532
+ }
16533
+ .bcl-inpage-navigation .dropdown-toggle.show .bi {
16534
+ -webkit-transform: rotate(180deg);
16535
+ transform: rotate(180deg);
16536
+ }
16537
+ .bcl-inpage-navigation .dropdown-menu {
16538
+ position: relative;
16497
16539
  background-color: #f8f9fa;
16540
+ width: 100%;
16541
+ top: 100% !important;
16542
+ border: none;
16543
+ border-radius: 0;
16544
+ -webkit-transform: none !important;
16545
+ transform: none !important;
16498
16546
  }
16499
16547
  .bcl-inpage-navigation .bcl-heading {
16500
16548
  margin-bottom: 0;
16501
16549
  padding: 1.25rem;
16502
- border-bottom: 1px solid #dee2e6;
16503
16550
  }
16504
16551
  .bcl-inpage-navigation ul {
16505
16552
  padding: 0.75rem;
@@ -16518,9 +16565,36 @@ select.multi-select {
16518
16565
  padding: 0 0.75rem;
16519
16566
  }
16520
16567
 
16521
- @media (min-width: 992px) {
16568
+ @media (max-width: 575.98px) {
16569
+ .bcl-sidebar:has(> .bcl-inpage-navigation) {
16570
+ padding-left: 0;
16571
+ padding-right: 0;
16572
+ }
16573
+ }
16574
+ @media (max-width: 991.98px) {
16575
+ .bcl-sidebar:has(> .bcl-inpage-navigation) {
16576
+ padding-bottom: 1rem;
16577
+ }
16578
+ }
16579
+ @media (min-width: 768px) {
16522
16580
  .bcl-inpage-navigation {
16523
16581
  display: block;
16582
+ top: 1rem;
16583
+ }
16584
+ .bcl-inpage-navigation .dropdown-toggle {
16585
+ cursor: auto;
16586
+ }
16587
+ .bcl-inpage-navigation .dropdown-toggle::after {
16588
+ display: none;
16589
+ }
16590
+ .bcl-inpage-navigation .dropdown-toggle .bi {
16591
+ display: none;
16592
+ }
16593
+ .bcl-inpage-navigation .dropdown-menu {
16594
+ position: relative !important;
16595
+ background: transparent;
16596
+ padding: 0;
16597
+ display: block;
16524
16598
  }
16525
16599
  }
16526
16600
  .bcl-language-list .btn {