From d0e16ee739404db322181fd44358b3dcd95667e6 Mon Sep 17 00:00:00 2001
From: Kevin Paxman <kpaxman@uwaterloo.ca>
Date: Fri, 18 Oct 2024 09:50:57 -0400
Subject: [PATCH] ISTWCMS-7158: remove references to special alert in emergency
 notification

---
 .../emergency-notification/_emergency-notification.scss         | 2 +-
 .../emergency-notification/emergency-notification.twig          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/patterns/03-layouts/emergency-notification/_emergency-notification.scss b/src/patterns/03-layouts/emergency-notification/_emergency-notification.scss
index 866d54d8..d68bb63d 100644
--- a/src/patterns/03-layouts/emergency-notification/_emergency-notification.scss
+++ b/src/patterns/03-layouts/emergency-notification/_emergency-notification.scss
@@ -48,7 +48,7 @@
     }
   }
 
-  &.special-alert {
+  &.emergency-notification {
     background: var(--uw-alert);
     max-width: 100%;
 
diff --git a/src/patterns/03-layouts/emergency-notification/emergency-notification.twig b/src/patterns/03-layouts/emergency-notification/emergency-notification.twig
index 6322b291..f4d9bdee 100644
--- a/src/patterns/03-layouts/emergency-notification/emergency-notification.twig
+++ b/src/patterns/03-layouts/emergency-notification/emergency-notification.twig
@@ -1,4 +1,4 @@
-<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">
     {% if emergency_notification.display_style == 'priority' %}
       {% include '@components/icon/icon.twig' with {
-- 
GitLab