fix: use shadow-sm for print format container
This commit is contained in:
parent
12b27339cb
commit
bbdb2532d2
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
}
|
||||
.print-format {
|
||||
background-color: white;
|
||||
box-shadow: var(--shadow-xs);
|
||||
box-shadow: var(--shadow-sm);
|
||||
border: 1px solid var(--border-color);
|
||||
max-width: 8.3in;
|
||||
min-height: 11.69in;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue