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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;
}