mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-08 17:16:25 +01:00
Menu popover need a little soft shadows
This commit is contained in:
parent
7d7473da15
commit
6561f14d8b
1 changed files with 2 additions and 0 deletions
|
@ -632,6 +632,8 @@ button.carousel-dot[disabled].active {
|
||||||
border: 1px solid var(--outline-color);
|
border: 1px solid var(--outline-color);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
|
box-shadow: 0 0 8px var(--bg-faded-color), 0 4px 8px var(--bg-faded-color),
|
||||||
|
0 2px 4px var(--bg-faded-color);
|
||||||
}
|
}
|
||||||
.menu-container menu li {
|
.menu-container menu li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in a new issue