forked from shadowfacts/shadowfacts.net
Change dropdown menu appearance
This commit is contained in:
parent
5ba89e0ed2
commit
8a490a362c
|
@ -301,14 +301,12 @@ figure {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
min-width: 5rem;
|
min-width: 5rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transition: all 0.5s ease;
|
transition: 0.3s ease all;
|
||||||
right: -1em;
|
right: -1em;
|
||||||
display: none;
|
display: block;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
background-color: var(--ui-background-color);
|
background-color: var(--ui-background-color);
|
||||||
box-shadow: 0 10px 15px -5px var(--shadow-color), // bottom
|
border: 1px solid var(--accent-color);
|
||||||
10px 0 15px -5px var(--shadow-color), // right
|
|
||||||
-10px 0 15px -5px var(--shadow-color); // left
|
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
|
Loading…
Reference in New Issue