mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
fix(console): add border and shadow to preview (#957)
This commit is contained in:
parent
909535f4af
commit
5fc2c991a4
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
width: 480px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
box-shadow: var(--shadow-1);
|
||||
border: 1px solid var(--color-border);
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Reference in a new issue