From 80299c9f13ee354aa5e358bb141c8e1438924817 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Thu, 17 Oct 2024 11:04:11 -0400 Subject: [PATCH] ISTWCMS-7158: add bottom border to emergency notification --- .../emergency-notification/_emergency-notification.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/patterns/03-layouts/emergency-notification/_emergency-notification.scss b/src/patterns/03-layouts/emergency-notification/_emergency-notification.scss index 91c5a0cb..866d54d8 100644 --- a/src/patterns/03-layouts/emergency-notification/_emergency-notification.scss +++ b/src/patterns/03-layouts/emergency-notification/_emergency-notification.scss @@ -7,6 +7,7 @@ width: 100%; // Puts the content at z-index 3 z-index: var(--layer-content); + border-bottom: 1px solid var(--uw-white); &__content { @include uw-contained-width(var(--layout-max-width-narrow)); -- GitLab