diff --git a/src/patterns/03-layouts/emergency-notification/_emergency-notification.scss b/src/patterns/03-layouts/emergency-notification/_emergency-notification.scss index 91c5a0cbfa5860a1ad98b915d83f844ed35fed88..866d54d8e5a52ae52fd1191e508d3380c6e1e2c0 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));