From ccaafd715775add68eeee34f367cb926255ece6f Mon Sep 17 00:00:00 2001 From: Ducky Date: Sat, 29 Jul 2023 01:52:48 +0100 Subject: [PATCH] Gearheads: add shadow to popout video --- app/javascript/styles/gh/elephant-mods.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/javascript/styles/gh/elephant-mods.scss b/app/javascript/styles/gh/elephant-mods.scss index 866552d88..1f265c587 100644 --- a/app/javascript/styles/gh/elephant-mods.scss +++ b/app/javascript/styles/gh/elephant-mods.scss @@ -2,8 +2,9 @@ .theme-elephant-contrast, .theme-elephant-light { /** Add shadows around dropdowns/popouts **/ - .dropdown-animation { - box-shadow: 0 0 40px rgba(0,0,0,0.25); + .dropdown-animation, + .video-modal__container .video-player { + box-shadow: 0 0 20px rgba(0,0,0,0.25); } /** Offset modified logo for desktop layout **/