custom/apps/SwagCustomNotification/Resources/views/storefront/layout/header/banner.html.twig line 1
<div class="swag-custom-notification-banner"data-hide-on-click-containerstyle="background-color: {{ config('SwagCustomNotification.config.bannerBackgroundColor') }};color: {{ config('SwagCustomNotification.config.bannerFontColor') }}">{% if config('SwagCustomNotification.config.bannerMarquee') %}<marquee>{{ 'SwagCustomNotification.banner.text'|trans }}</marquee>{% else %}<span class="swag-custom-notification-banner-text">{{ 'SwagCustomNotification.banner.text'|trans }}</span>{% endif %}{% if config('SwagCustomNotification.config.bannerClosable') %}<span class="swag-custom-notification-banner-close-icon icon icon-x icon-xs"data-hide-on-click-buttonstyle="color: {{ config('SwagCustomNotification.config.bannerFontColor') }};">{% sw_icon 'x' %}</span>{% endif %}</div>