mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-30 13:03:29 +03: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-radius: 8px;
|
||||
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 {
|
||||
margin: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue