mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Updated version and assets for release v0.28.0
This commit is contained in:
parent
34854915b3
commit
4b79d5e4e8
18
public/dist/app.js
vendored
18
public/dist/app.js
vendored
File diff suppressed because one or more lines are too long
2785
public/dist/export-styles.css
vendored
2785
public/dist/export-styles.css
vendored
File diff suppressed because one or more lines are too long
36
public/dist/print-styles.css
vendored
36
public/dist/print-styles.css
vendored
@ -1,36 +1,2 @@
|
||||
:root {
|
||||
--color-primary: #206ea7;
|
||||
--color-primary-light: rgba(32,110,167,0.15);
|
||||
--color-page: #206ea7;
|
||||
--color-page-draft: #7e50b1;
|
||||
--color-chapter: #af4d0d;
|
||||
--color-book: #077b70;
|
||||
--color-bookshelf: #a94747; }
|
||||
|
||||
header {
|
||||
display: none; }
|
||||
|
||||
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-left: 0;
|
||||
margin-right: 0;
|
||||
display: block; }
|
||||
|
||||
.card {
|
||||
box-shadow: none; }
|
||||
|
||||
.content-wrap.card {
|
||||
padding-left: 0;
|
||||
padding-right: 0; }
|
||||
:root{--color-primary: #206ea7;--color-primary-light: rgba(32,110,167,0.15);--color-page: #206ea7;--color-page-draft: #7e50b1;--color-chapter: #af4d0d;--color-book: #077b70;--color-bookshelf: #a94747}header{display:none}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-left:0;margin-right:0;display:block}.card{box-shadow:none}.content-wrap.card{padding-left:0;padding-right:0}
|
||||
|
||||
|
4431
public/dist/styles.css
vendored
4431
public/dist/styles.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user