]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_variables.scss
#47 - Fixes the issues with the test case.
[bookstack] / resources / assets / sass / _variables.scss
index d886dcfca37f7165954127283a9db7cac7924808..3e864aaa4effc572ec80f5846a65ec331444e74d 100644 (file)
@@ -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;
@@ -24,8 +27,8 @@ $-xs: 6px;
 $-xxs: 3px;
 
 // Fonts
-$heading:  'Roboto', Helvetica, Arial, sans-serif;
-$text: 'Roboto', Helvetica, Arial, sans-serif;
+$heading:  'Roboto', 'DejaVu Sans', Helvetica,  Arial, sans-serif;
+$text: 'Roboto', 'DejaVu Sans', Helvetica,  Arial, sans-serif;
 $fs-m: 15px;
 $fs-s: 14px;
 
@@ -34,7 +37,16 @@ $primary: #0288D1;
 $primary-dark: #0288D1;
 $secondary: #e27b41;
 $positive: #52A256;
-$negative: #D32F2F;
+$negative: #E84F4F;
+$info: $primary;
+$warning: $secondary;
+$primary-faded: rgba(21, 101, 192, 0.15);
+
+// Item Colors
+$color-book: #009688;
+$color-chapter: #ef7c3c;
+$color-page: $primary;
+$color-page-draft: #9A60DA;
 
 // Text colours
 $text-dark: #444;
@@ -44,3 +56,6 @@ $text-light: #EEE;
 $bs-light: 0 0 4px 1px #CCC;
 $bs-med: 0 1px 3px 1px rgba(76, 76, 76, 0.26);
 $bs-hover: 0 2px 2px 1px rgba(0,0,0,.13);
+
+// comments
+$comment-border: #DDD;
\ No newline at end of file