mirror of
https://github.com/logto-io/logto.git
synced 2025-02-03 21:48:55 -05:00
fix(console): update shadow styles (#813)
This commit is contained in:
parent
b14a705bd3
commit
2e410e7c16
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
&:focus,
|
||||
&:hover {
|
||||
outline: 1px solid var(--color-primary);
|
||||
box-shadow: var(--shadow-light-s2);
|
||||
box-shadow: var(--shadow-2);
|
||||
}
|
||||
|
||||
svg {
|
||||
|
|
|
@ -4,7 +4,7 @@ div.toast {
|
|||
padding: _.unit(3) _.unit(4);
|
||||
font: var(--font-body-medium);
|
||||
color: var(--color-text);
|
||||
box-shadow: var(--light-shadow-s1);
|
||||
box-shadow: var(--shadow-1);
|
||||
border-radius: _.unit(2);
|
||||
max-width: none;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue