1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-06 12:02:45 +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

@@ -1,6 +1,3 @@
@use "sass:math";
@import "variables";
html, body {
font-size: 12px;
background-color: #FFF;

View File

@@ -23,6 +23,10 @@
@import "pages";
@import "content";
@media print {
@import "print";
}
// Jquery Sortable Styles
.dragged {
position: absolute;