mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-24 14:41:25 +08: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:
@ -1,6 +1,3 @@
|
||||
@use "sass:math";
|
||||
@import "variables";
|
||||
|
||||
html, body {
|
||||
font-size: 12px;
|
||||
background-color: #FFF;
|
@ -23,6 +23,10 @@
|
||||
@import "pages";
|
||||
@import "content";
|
||||
|
||||
@media print {
|
||||
@import "print";
|
||||
}
|
||||
|
||||
// Jquery Sortable Styles
|
||||
.dragged {
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user