]> BookStack Code Mirror - bookstack/blob - resources/assets/sass/print-styles.scss
Add APP_LOGGING
[bookstack] / resources / assets / sass / print-styles.scss
1 @import "variables";
2
3 header {
4   display: none;
5 }
6
7 body {
8   font-size: 12px;
9 }
10
11 .faded-small {
12   display: none;
13 }
14
15 .page-content {
16   margin: 0 auto;
17 }
18
19 .print-hidden {
20   display: none;
21 }
22
23 .print-full-width {
24   width: 100%;
25   float: none;
26   display: block;
27 }
28
29 h2 {
30   font-size: 2em;
31   line-height: 1;
32   margin-top: 0.6em;
33   margin-bottom: 0.3em;
34 }