Skip to content

Commit

Permalink
Merge pull request #392 from openeuropa/contribution/EPHEH-318
Browse files Browse the repository at this point in the history
EPHEH-318: Add Color Scheme.
  • Loading branch information
drishu authored Aug 5, 2024
2 parents 9d0d51a + e7032ca commit 77828e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"production": "npm-run-all build:*"
},
"devDependencies": {
"@openeuropa/bcl-builder": "1.2.2",
"@openeuropa/bcl-theme-default": "1.2.2",
"@openeuropa/bcl-builder": "0.1.202408021145",
"@openeuropa/bcl-theme-default": "0.1.202408021145",
"bootstrap-ie11": "5.0.2",
"chokidar-cli": "^3.0.0",
"copyfiles": "2.4.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
'content': caption,
'content_classes': 'bg-light p-3',
'ratio': ratio,
'attributes': attributes,
} only %}
{% endmacro %}

<div class="bcl-featured-media">
<div{{ attributes.addClass('bcl-featured-media') }}>
{% if subtitle or text or link %}
{% set text_alignment_class = 'order-md-1' %}
{% set video_alignment_class = 'order-md-2' %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
title: title,
title_tag: title_tag,
links: links,
attributes: attributes,
} only %}

0 comments on commit 77828e1

Please sign in to comment.