From 6de0c88f8697b3f66d02d83a1e05de56c513e710 Mon Sep 17 00:00:00 2001 From: evazion Date: Tue, 23 Feb 2021 07:16:52 -0600 Subject: [PATCH] css: add box shadow to notice boxes. Add a box shadow to the floating notice boxes that appear at the top of the screen to show info or error messages. --- app/javascript/src/styles/common/notices.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/src/styles/common/notices.scss b/app/javascript/src/styles/common/notices.scss index 5684b97f0..c24ab4428 100644 --- a/app/javascript/src/styles/common/notices.scss +++ b/app/javascript/src/styles/common/notices.scss @@ -5,6 +5,7 @@ div#notice { left: 25%; width: 50%; z-index: 9999; + box-shadow: var(--shadow-lg); a#close-notice-link { position: absolute;