From 6b9bb24880659d0fb7ed389138e62ba7f3a01838 Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 15 Jun 2023 10:17:45 -0400 Subject: [PATCH] DEV: update box-shadow definition (#248) --- assets/stylesheets/explorer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/explorer.scss b/assets/stylesheets/explorer.scss index 0a379c3..8a09f3a 100644 --- a/assets/stylesheets/explorer.scss +++ b/assets/stylesheets/explorer.scss @@ -432,7 +432,7 @@ table.group-reports { .popup { background-color: var(--secondary); position: absolute; - box-shadow: shadow("card"); + box-shadow: var(--shadow-card); padding: 12px; z-index: 1; }