@openeuropa/bcl-theme-joinup 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.
- package/css/oe-bcl-joinup.css +86 -8
- 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/package.json +6 -6
- package/templates/bcl-inpage-navigation/inpage-navigation.html.twig +30 -9
- package/templates/bcl-pagination/pagination.html.twig +13 -10
package/css/oe-bcl-joinup.css
CHANGED
|
@@ -36,7 +36,11 @@ h1, .h1 {
|
|
|
36
36
|
color: #113264;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
h2.fw-medium, .fw-medium.h2,
|
|
39
|
+
h2.fw-medium, .fw-medium.h2,
|
|
40
|
+
h3.fw-medium,
|
|
41
|
+
.fw-medium.h3,
|
|
42
|
+
h4.fw-medium,
|
|
43
|
+
.fw-medium.h4 {
|
|
40
44
|
color: #113264;
|
|
41
45
|
}
|
|
42
46
|
|
|
@@ -3000,7 +3004,9 @@ textarea.form-control-lg {
|
|
|
3000
3004
|
padding-top: 1.625rem;
|
|
3001
3005
|
padding-bottom: 0.625rem;
|
|
3002
3006
|
}
|
|
3003
|
-
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
|
|
3007
|
+
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
|
|
3008
|
+
.form-floating > .form-control-plaintext:focus,
|
|
3009
|
+
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
|
|
3004
3010
|
padding-top: 1.625rem;
|
|
3005
3011
|
padding-bottom: 0.625rem;
|
|
3006
3012
|
}
|
|
@@ -3217,7 +3223,11 @@ textarea.form-control-lg {
|
|
|
3217
3223
|
margin-left: 0.5em;
|
|
3218
3224
|
}
|
|
3219
3225
|
|
|
3220
|
-
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
|
|
3226
|
+
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
|
|
3227
|
+
.was-validated .input-group > .form-select:not(:focus):valid,
|
|
3228
|
+
.input-group > .form-select:not(:focus).is-valid,
|
|
3229
|
+
.was-validated .input-group > .form-floating:not(:focus-within):valid,
|
|
3230
|
+
.input-group > .form-floating:not(:focus-within).is-valid {
|
|
3221
3231
|
z-index: 3;
|
|
3222
3232
|
}
|
|
3223
3233
|
|
|
@@ -3303,7 +3313,11 @@ textarea.form-control-lg {
|
|
|
3303
3313
|
margin-left: 0.5em;
|
|
3304
3314
|
}
|
|
3305
3315
|
|
|
3306
|
-
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
|
|
3316
|
+
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
|
|
3317
|
+
.was-validated .input-group > .form-select:not(:focus):invalid,
|
|
3318
|
+
.input-group > .form-select:not(:focus).is-invalid,
|
|
3319
|
+
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
|
|
3320
|
+
.input-group > .form-floating:not(:focus-within).is-invalid {
|
|
3307
3321
|
z-index: 4;
|
|
3308
3322
|
}
|
|
3309
3323
|
|
|
@@ -6712,7 +6726,9 @@ textarea.form-control-lg {
|
|
|
6712
6726
|
transition: none;
|
|
6713
6727
|
}
|
|
6714
6728
|
}
|
|
6715
|
-
.carousel-control-prev:hover, .carousel-control-prev:focus,
|
|
6729
|
+
.carousel-control-prev:hover, .carousel-control-prev:focus,
|
|
6730
|
+
.carousel-control-next:hover,
|
|
6731
|
+
.carousel-control-next:focus {
|
|
6716
6732
|
color: #fff;
|
|
6717
6733
|
text-decoration: none;
|
|
6718
6734
|
outline: 0;
|
|
@@ -17548,15 +17564,50 @@ input:hover {
|
|
|
17548
17564
|
font-weight: 700;
|
|
17549
17565
|
}
|
|
17550
17566
|
|
|
17567
|
+
.bcl-sidebar:has(> .bcl-inpage-navigation) {
|
|
17568
|
+
position: -webkit-sticky;
|
|
17569
|
+
position: sticky;
|
|
17570
|
+
top: 0;
|
|
17571
|
+
z-index: 2;
|
|
17572
|
+
}
|
|
17573
|
+
|
|
17551
17574
|
.bcl-inpage-navigation {
|
|
17575
|
+
top: 0;
|
|
17576
|
+
background-color: #fafbfc;
|
|
17577
|
+
}
|
|
17578
|
+
.bcl-inpage-navigation .dropdown-toggle {
|
|
17579
|
+
display: -ms-flexbox;
|
|
17580
|
+
display: flex;
|
|
17581
|
+
-ms-flex-pack: justify;
|
|
17582
|
+
justify-content: space-between;
|
|
17583
|
+
-ms-flex-align: center;
|
|
17584
|
+
align-items: center;
|
|
17585
|
+
white-space: normal;
|
|
17586
|
+
border-bottom: 1px solid #dadee0;
|
|
17587
|
+
}
|
|
17588
|
+
.bcl-inpage-navigation .dropdown-toggle:after {
|
|
17552
17589
|
display: none;
|
|
17553
|
-
|
|
17590
|
+
}
|
|
17591
|
+
.bcl-inpage-navigation .dropdown-toggle .bi {
|
|
17592
|
+
transition: 0.3s ease;
|
|
17593
|
+
}
|
|
17594
|
+
.bcl-inpage-navigation .dropdown-toggle.show .bi {
|
|
17595
|
+
-webkit-transform: rotate(180deg);
|
|
17596
|
+
transform: rotate(180deg);
|
|
17597
|
+
}
|
|
17598
|
+
.bcl-inpage-navigation .dropdown-menu {
|
|
17599
|
+
position: relative;
|
|
17554
17600
|
background-color: #fafbfc;
|
|
17601
|
+
width: 100%;
|
|
17602
|
+
top: 100% !important;
|
|
17603
|
+
border: none;
|
|
17604
|
+
border-radius: 0;
|
|
17605
|
+
-webkit-transform: none !important;
|
|
17606
|
+
transform: none !important;
|
|
17555
17607
|
}
|
|
17556
17608
|
.bcl-inpage-navigation .bcl-heading {
|
|
17557
17609
|
margin-bottom: 0;
|
|
17558
17610
|
padding: 1.25rem;
|
|
17559
|
-
border-bottom: 1px solid #dadee0;
|
|
17560
17611
|
}
|
|
17561
17612
|
.bcl-inpage-navigation ul {
|
|
17562
17613
|
padding: 0.75rem;
|
|
@@ -17575,9 +17626,36 @@ input:hover {
|
|
|
17575
17626
|
padding: 0 0.75rem;
|
|
17576
17627
|
}
|
|
17577
17628
|
|
|
17578
|
-
@media (
|
|
17629
|
+
@media (max-width: 575.98px) {
|
|
17630
|
+
.bcl-sidebar:has(> .bcl-inpage-navigation) {
|
|
17631
|
+
padding-left: 0;
|
|
17632
|
+
padding-right: 0;
|
|
17633
|
+
}
|
|
17634
|
+
}
|
|
17635
|
+
@media (max-width: 991.98px) {
|
|
17636
|
+
.bcl-sidebar:has(> .bcl-inpage-navigation) {
|
|
17637
|
+
padding-bottom: 1rem;
|
|
17638
|
+
}
|
|
17639
|
+
}
|
|
17640
|
+
@media (min-width: 768px) {
|
|
17579
17641
|
.bcl-inpage-navigation {
|
|
17580
17642
|
display: block;
|
|
17643
|
+
top: 1rem;
|
|
17644
|
+
}
|
|
17645
|
+
.bcl-inpage-navigation .dropdown-toggle {
|
|
17646
|
+
cursor: auto;
|
|
17647
|
+
}
|
|
17648
|
+
.bcl-inpage-navigation .dropdown-toggle::after {
|
|
17649
|
+
display: none;
|
|
17650
|
+
}
|
|
17651
|
+
.bcl-inpage-navigation .dropdown-toggle .bi {
|
|
17652
|
+
display: none;
|
|
17653
|
+
}
|
|
17654
|
+
.bcl-inpage-navigation .dropdown-menu {
|
|
17655
|
+
position: relative !important;
|
|
17656
|
+
background: transparent;
|
|
17657
|
+
padding: 0;
|
|
17658
|
+
display: block;
|
|
17581
17659
|
}
|
|
17582
17660
|
}
|
|
17583
17661
|
.bcl-language-list .btn {
|