Skip to content
Snippets Groups Projects
Commit d0e16ee7 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-7158: remove references to special alert in emergency notification

parent 80299c9f
No related branches found
No related tags found
1 merge request!234ISTWCMS-7158: add emergency notifcation patterns
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
} }
} }
&.special-alert { &.emergency-notification {
background: var(--uw-alert); background: var(--uw-alert);
max-width: 100%; max-width: 100%;
......
<div class="uw-emergency-notification{% if emergency_notification.display_style == 'priority' %} special-alert{% endif %}"> <div class="uw-emergency-notification{% if emergency_notification.display_style == 'priority' %} emergency-notification{% endif %}">
<div role="complementary" class="uw-emergency-notification__content"> <div role="complementary" class="uw-emergency-notification__content">
{% if emergency_notification.display_style == 'priority' %} {% if emergency_notification.display_style == 'priority' %}
{% include '@components/icon/icon.twig' with { {% include '@components/icon/icon.twig' with {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment