2013-02-05 14:16:51 -05:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Variables used throughout the theme
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2014-02-10 01:04:21 -05:00
|
|
|
|
|
|
|
// Layout dimensions
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
$small-width: 950px !default;
|
|
|
|
$medium-width: 995px !default;
|
|
|
|
$large-width: 1110px !default;
|
|
|
|
|
|
|
|
// Primary color variables
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2014-02-23 20:47:44 -05:00
|
|
|
$black: #333 !default;
|
|
|
|
$white: #fff !default;
|
|
|
|
|
2014-03-11 17:26:25 -04:00
|
|
|
$blue: #00aaff !default;
|
2014-02-23 20:47:44 -05:00
|
|
|
$yellow: lighten(#FFFF00, 15%) !default;
|
|
|
|
$red: #e45735 !default;
|
|
|
|
$pink: #fa6c8d !default;
|
|
|
|
$green: #009900 !default;
|
|
|
|
|
2014-02-10 01:04:21 -05:00
|
|
|
$google: #5b76f7 !default;
|
|
|
|
$facebook: #3b5998 !default;
|
|
|
|
$cas: #70BA61 !default;
|
|
|
|
$twitter: #00bced !default;
|
|
|
|
$yahoo: #810293 !default;
|
|
|
|
$github: #6d6d6d !default;
|
|
|
|
|
2014-03-26 21:16:41 -04:00
|
|
|
// Fonts
|
2013-02-05 14:16:51 -05:00
|
|
|
// --------------------------------------------------
|
|
|
|
|
2013-10-20 21:59:46 -04:00
|
|
|
$base-font-size: 14px !default;
|
|
|
|
$base-line-height: 19px !default;
|
2014-04-06 20:06:55 -04:00
|
|
|
$base-font-family: Helvetica, Arial, sans-serif !default;
|
2013-02-05 14:16:51 -05:00
|
|
|
|
2014-03-26 21:16:41 -04:00
|
|
|
// Broad general variables
|
|
|
|
// --------------------------------------------------
|
2013-02-05 14:16:51 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
2014-04-25 04:26:37 -04:00
|
|
|
|
2014-05-06 01:50:51 -04:00
|
|
|
@import "colors";
|
2014-04-25 04:26:37 -04:00
|
|
|
|
|
|
|
/* This file doesn't actually exist, it is injected by DiscourseSassImporter. */
|
|
|
|
@import "plugins_variables";
|