Skip to content

Commit

Permalink
EWPP-1460: Remove shadow from image of organisation and person conten…
Browse files Browse the repository at this point in the history
…t type.
  • Loading branch information
sergepavle committed Aug 24, 2021
1 parent 80678f8 commit 40c40f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions sass/components/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ a {
margin-bottom: 0;
}
}

.ecl-u-shadow-none {
box-shadow: none!important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{% include '@ecl-twig/media-container' with {
'image': image.src,
'alt': image.alt,
'extra_classes': 'ecl-u-bg-white'
'extra_classes': 'ecl-u-bg-white ecl-u-shadow-none'
} %}
</div>
{% endif %}
Expand Down

0 comments on commit 40c40f0

Please sign in to comment.