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 {