From 1d7acfaf8f5620ec30254129f12e58b0765d5579 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Mon, 9 Sep 2019 11:52:18 +0200 Subject: [PATCH] Slightly more visible messages --- front/src/style/_main.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/front/src/style/_main.scss b/front/src/style/_main.scss index 742d66673..c53edd14c 100644 --- a/front/src/style/_main.scss +++ b/front/src/style/_main.scss @@ -166,6 +166,9 @@ body { @include media(">widedesktop") { left: $widedesktop-sidebar-width; } + > .ui.message { + box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7); + } } .main-pusher { padding: 1.5rem 0;