added box-shadow glow to popups

This commit is contained in:
kKaskak 2023-10-18 21:05:08 +03:00
parent ea23012884
commit 1e1233282e

View file

@ -17,8 +17,7 @@
visibility: hidden;
border-radius: var(--border-radius);
background-color: var(--modal-background-color);
box-shadow: 0 1.35rem 2.7rem @color-background-dark5-40,
0 1.1rem 0.85rem @color-background-dark5-20;
box-shadow: var(--outer-glow);
cursor: auto;
&.menu-direction-top-left {