@openeuropa/bcl-theme-joinup 1.10.10 → 1.10.11
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 +1 -0
- 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-button/button.html.twig +1 -17
- package/templates/bcl-content-banner/content-banner.html.twig +10 -4
- package/templates/bcl-link/link.html.twig +9 -1
package/css/oe-bcl-joinup.css
CHANGED
|
@@ -17535,6 +17535,7 @@ em.placeholder {
|
|
|
17535
17535
|
height: 100%;
|
|
17536
17536
|
}
|
|
17537
17537
|
.bcl-header__navbar.navbar:not(:has(.bcl-mega-menu__container.show)) {
|
|
17538
|
+
height: auto;
|
|
17538
17539
|
overflow: auto;
|
|
17539
17540
|
}
|
|
17540
17541
|
.bcl-header__navbar.navbar .navbar-nav {
|