feat: add class no print
This commit is contained in:
parent
0b9b7c31e1
commit
46871302fa
1 changed files with 6 additions and 0 deletions
|
|
@ -201,3 +201,9 @@ html {
|
|||
color: hsl(var(--customer-pers));
|
||||
background-color: hsla(var(--customer-pers) / 0.2) !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.no-print {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue