DEV: update box-shadow definition (#248)

This commit is contained in:
Kris
2023-06-15 10:17:45 -04:00
committed by GitHub
parent b011f3ef8a
commit 6b9bb24880
+1 -1
View File
@@ -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;
}