feat: add class no print

This commit is contained in:
Methapon Metanipat 2024-10-16 09:25:45 +07:00
parent 0b9b7c31e1
commit 46871302fa

View file

@ -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;
}
}