fix(aio): remove main background color when printing (#23538)
PR Close #23538
This commit is contained in:
parent
57cf5509e6
commit
3b067c8579
|
@ -5,6 +5,10 @@
|
|||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
body, mat-sidenav-container {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
h1 {
|
||||
height: 40px !important;
|
||||
color: $darkgray !important;
|
||||
|
|
Loading…
Reference in New Issue