mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(console): userinfo submenu should have shadow effect (#3263)
This commit is contained in:
parent
b391cc9fed
commit
1007450eea
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
background: var(--color-float);
|
||||
border: 1px solid var(--color-divider);
|
||||
border-radius: _.unit(2);
|
||||
box-shadow: var(--shadow-2);
|
||||
|
||||
&.visible {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue