@openeuropa/bcl-theme-ucpkn 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-ucpkn.css +3 -3
- package/css/oe-bcl-ucpkn.css.map +1 -1
- package/css/oe-bcl-ucpkn.min.css +1 -1
- package/css/oe-bcl-ucpkn.min.css.map +1 -1
- package/package.json +6 -6
- package/src/scss/base/_variables.scss +0 -1
- 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-ucpkn.css
CHANGED
|
@@ -16306,7 +16306,7 @@ select.multi-select {
|
|
|
16306
16306
|
|
|
16307
16307
|
.bcl-banner__content {
|
|
16308
16308
|
padding: 2.5rem 2rem;
|
|
16309
|
-
border-color:
|
|
16309
|
+
border-color: var(--bs-primary);
|
|
16310
16310
|
}
|
|
16311
16311
|
|
|
16312
16312
|
.bcl-banner__image {
|
|
@@ -16337,7 +16337,7 @@ select.multi-select {
|
|
|
16337
16337
|
}
|
|
16338
16338
|
.bcl-banner.overlay .bcl-banner__content {
|
|
16339
16339
|
background: #fff;
|
|
16340
|
-
border-bottom: 4px solid
|
|
16340
|
+
border-bottom: 4px solid var(--bs-primary);
|
|
16341
16341
|
}
|
|
16342
16342
|
.bcl-banner.shade {
|
|
16343
16343
|
color: #fff;
|
|
@@ -16451,7 +16451,7 @@ select.multi-select {
|
|
|
16451
16451
|
display: inline-block;
|
|
16452
16452
|
position: absolute;
|
|
16453
16453
|
border-radius: 50%;
|
|
16454
|
-
border: 2px solid
|
|
16454
|
+
border: 2px solid var(--bs-primary);
|
|
16455
16455
|
left: 0;
|
|
16456
16456
|
width: 22px;
|
|
16457
16457
|
height: 22px;
|