From 0e607a95ee023f551e5e6ea47036655fd16c0809 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Thu, 24 Oct 2024 09:24:38 -0500 Subject: [PATCH] Merge pull request #21338 from overleaf/jel-image-drop-shadow-gallery [web] Use larger drop shadow on gallery images GitOrigin-RevId: 3a8a94def86cd1f77785326becb32d21a0804c0c --- .../frontend/stylesheets/bootstrap-5/pages/templates-v2.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss index 443559a44a..8ef828e923 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss @@ -147,11 +147,12 @@ } .thumbnail { + @include shadow-lg; + background-color: var(--bg-light-secondary); aspect-ratio: 1 / 1.414; // A4 Paper object-fit: contain; border-radius: var(--border-radius-base); - box-shadow: 0 var(--spacing-01) var(--spacing-02) rgb(0 0 0 / 10%); } .caption {