This commit is contained in:
2024-04-12 07:35:41 +03:00
parent 9815ebbc3b
commit 2d1fdf1ad9
41 changed files with 1199 additions and 85 deletions

View File

@@ -0,0 +1,9 @@
.print-only {
display: none;
}
@media print {
.print-only {
display: block;
}
}