DEV: update box-shadow definition (#248)
This commit is contained in:
parent
b011f3ef8a
commit
6b9bb24880
|
@ -432,7 +432,7 @@ table.group-reports {
|
||||||
.popup {
|
.popup {
|
||||||
background-color: var(--secondary);
|
background-color: var(--secondary);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
box-shadow: shadow("card");
|
box-shadow: var(--shadow-card);
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue