@openeuropa/bcl-theme-joinup 1.3.0 → 1.4.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 +3 -3
- 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-fact-figures/fact-figures.html.twig +1 -1
- package/templates/bcl-file/file-translations.html.twig +10 -7
- package/templates/bcl-file/file.html.twig +6 -5
- package/templates/bcl-links-block/links-block.html.twig +14 -14
package/css/oe-bcl-joinup.css
CHANGED
|
@@ -16491,7 +16491,7 @@ select.multi-select {
|
|
|
16491
16491
|
|
|
16492
16492
|
.bcl-banner__content {
|
|
16493
16493
|
padding: 2.5rem 2rem;
|
|
16494
|
-
border-color:
|
|
16494
|
+
border-color: var(--bs-primary);
|
|
16495
16495
|
}
|
|
16496
16496
|
|
|
16497
16497
|
.bcl-banner__image {
|
|
@@ -16522,7 +16522,7 @@ select.multi-select {
|
|
|
16522
16522
|
}
|
|
16523
16523
|
.bcl-banner.overlay .bcl-banner__content {
|
|
16524
16524
|
background: #fff;
|
|
16525
|
-
border-bottom: 4px solid
|
|
16525
|
+
border-bottom: 4px solid var(--bs-primary);
|
|
16526
16526
|
}
|
|
16527
16527
|
.bcl-banner.shade {
|
|
16528
16528
|
color: #fff;
|
|
@@ -16636,7 +16636,7 @@ select.multi-select {
|
|
|
16636
16636
|
display: inline-block;
|
|
16637
16637
|
position: absolute;
|
|
16638
16638
|
border-radius: 50%;
|
|
16639
|
-
border: 2px solid
|
|
16639
|
+
border: 2px solid var(--bs-primary);
|
|
16640
16640
|
left: 0;
|
|
16641
16641
|
width: 22px;
|
|
16642
16642
|
height: 22px;
|