1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Print Styles: Removed use of seperate style sheet

Seemed a bit redundant and complicated, since we're only adding a few
extra styles. Just merged into main styles instead.
This commit is contained in:
Dan Brown
2023-10-03 15:12:23 +01:00
parent c5d5b6e3c1
commit bd7c7eb8d6
4 changed files with 6 additions and 7 deletions

View File

@ -0,0 +1,29 @@
html, body {
font-size: 12px;
background-color: #FFF;
}
.page-content {
margin: 0 auto;
}
.print-hidden {
display: none !important;
}
.tri-layout-container {
grid-template-columns: 1fr;
grid-template-areas: "b";
margin-inline-start: 0;
margin-inline-end: 0;
display: block;
}
.card {
box-shadow: none;
}
.content-wrap.card {
padding-inline-start: 0;
padding-inline-end: 0;
}