mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
bd7c7eb8d6
Seemed a bit redundant and complicated, since we're only adding a few extra styles. Just merged into main styles instead.
29 lines
403 B
SCSS
29 lines
403 B
SCSS
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;
|
|
} |