From e782ba2feeec1c2869ba6335e7686bcdf40e9cb3 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Wed, 16 Oct 2024 11:01:44 -0700 Subject: [PATCH] Merge pull request #21083 from overleaf/mf-new-blog-add-shadow [web] Add box-shadow to every video in all blog pages GitOrigin-RevId: b2d3180dd44cdc59845049a5d326b83209572078 --- services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss index 959d3e4066..c938da7148 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss @@ -364,6 +364,9 @@ video { height: auto; max-width: 100%; + box-shadow: + 0 8px 16px 0 rgba(30 37 48 / 12%), + 0 4px 6px 0 rgba(30 37 48 / 12%); } /*