mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
42 lines
443 B
SCSS
42 lines
443 B
SCSS
@import "variables";
|
|
|
|
header {
|
|
display: none;
|
|
}
|
|
|
|
body {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.page-content {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.flex-fill {
|
|
display: block;
|
|
}
|
|
|
|
.flex.sidebar + .flex.content {
|
|
border-left: none;
|
|
}
|
|
|
|
.print-hidden {
|
|
display: none;
|
|
}
|
|
|
|
.print-full-width {
|
|
width: 100%;
|
|
float: none;
|
|
display: block;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 2em;
|
|
line-height: 1;
|
|
margin-top: 0.6em;
|
|
margin-bottom: 0.3em;
|
|
}
|
|
|
|
.comments-container {
|
|
display: none;
|
|
} |