feat: add print styles
This commit is contained in:
@ -7,4 +7,5 @@
|
||||
@import "form";
|
||||
@import "link-share";
|
||||
@import "loading";
|
||||
@import "flatpickr";
|
||||
@import "flatpickr";
|
||||
@import 'helpers';
|
5
src/styles/theme/helpers.scss
Normal file
5
src/styles/theme/helpers.scss
Normal file
@ -0,0 +1,5 @@
|
||||
.d-print-none {
|
||||
@media print {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
@ -26,6 +26,10 @@
|
||||
body {
|
||||
background: var(--site-background);
|
||||
min-height: 100vh;
|
||||
|
||||
@media print {
|
||||
background: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
h1,
|
||||
|
Reference in New Issue
Block a user