]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_variables.scss
Added page HTML export
[bookstack] / resources / assets / sass / _variables.scss
index 7e67e8a3da3f7cbcd4f238fb2c915bec698a1d64..29a46302bb7aa6cb295772295b6152ab633863e1 100644 (file)
@@ -2,7 +2,7 @@
 ///////////////
 
 // Sizes
-$max-width: 1100px;
+$max-width: 1400px;
 
 // Screen breakpoints
 $xl: 1100px;
@@ -12,6 +12,9 @@ $m: 800px;
 $s: 600px;
 $xs: 400px;
 $xxs: 360px;
+$screen-lg: 1200px;
+$screen-md: 992px;
+$screen-sm: 768px;
 
 // Spacing (Margins+Padding)
 $-xxxl: 64px;
@@ -26,14 +29,20 @@ $-xxs: 3px;
 // Fonts
 $heading:  'Roboto', Helvetica, Arial, sans-serif;
 $text: 'Roboto', Helvetica, Arial, sans-serif;
-$fs-m: 16px;
+$fs-m: 15px;
 $fs-s: 14px;
 
 // Colours
-$primary: #1c77c1;
+$primary: #0288D1;
+$primary-dark: #0288D1;
 $secondary: #e27b41;
-$positive: #409945;
-$negative: #D35252;
+$positive: #52A256;
+$negative: #E84F4F;
+
+// Item Colors
+$color-book: #009688;
+$color-chapter: #ef7c3c;
+$color-page: $primary;
 
 // Text colours
 $text-dark: #444;