fix(client): Show shadow
This commit is contained in:
parent
35a8c37922
commit
0f5db9558c
5 changed files with 8 additions and 3 deletions
|
@ -207,6 +207,10 @@ hr {
|
|||
backdrop-filter: var(--modalBgFilter);
|
||||
}
|
||||
|
||||
._shadow {
|
||||
box-shadow: 0px 4px 32px var(--shadow) !important;
|
||||
}
|
||||
|
||||
._button {
|
||||
appearance: none;
|
||||
padding: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue