_variables.scss 532 B

123456789101112131415161718192021
  1. // Variables
  2. // ---------------------------------------/
  3. $container-width: 980px !default;
  4. $grid-gutter: 10px !default;
  5. // Colors
  6. $white: #fff;
  7. $black: #333;
  8. // Styles
  9. $text_color: $black;
  10. // Font stack
  11. $body-font: Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !default;
  12. // The base body size
  13. $body-font-size: 13px !default;
  14. // Monospace font stack
  15. $mono-font: Consolas, "Liberation Mono", Menlo, Courier, monospace !default;