Skip to content

Commit 567a5ef

Browse files
author
Simon L. Lange
committed
Bellcom theme: Missing semicolon
1 parent 38140fb commit 567a5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/themes/custom/subsites/bellcom_theme/templates/paragraphs/paragraph--landingpage_hero_banner.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set selectedBackground = content.field_hero_bgcolor['#items'].getString() %}
22
<div class="hero-wrapper" style="background-color:{% if selectedBackground == 'black' %} #212529;
3-
{% elseif selectedBackground == 'white' %} #fff; {% elseif selectedBackground == 'green' %} #344E41
3+
{% elseif selectedBackground == 'white' %} #fff; {% elseif selectedBackground == 'green' %} #344E41;
44
{% elseif selectedBackground == 'blue' %} #22223B; {% elseif selectedBackground == 'grey' %} #343A40;
55
{% elseif selectedBackground == 'sand' %} #DAD7CD; {% endif %} {% if paragraph.field_hero_bg_image.value %} background:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url({{ file_url(paragraph.field_hero_bg_image.entity.fileuri) }}); background-size: cover; {% endif %}">
66
<div class="hero__inner-wrapper">

0 commit comments

Comments
 (0)