mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 18:04:38 +08:00
49 lines
1.1 KiB
SCSS
49 lines
1.1 KiB
SCSS
// --------------------------------------------------
|
|
// Variables used throughout the theme
|
|
// --------------------------------------------------
|
|
|
|
|
|
// Layout dimensions
|
|
// --------------------------------------------------
|
|
|
|
$small-width: 950px !default;
|
|
$medium-width: 995px !default;
|
|
$large-width: 1110px !default;
|
|
|
|
// Primary color variables
|
|
// --------------------------------------------------
|
|
|
|
$black: #333 !default;
|
|
$white: #fff !default;
|
|
|
|
$blue: #00aaff !default;
|
|
$yellow: lighten(#FFFF00, 15%) !default;
|
|
$red: #e45735 !default;
|
|
$pink: #fa6c8d !default;
|
|
$green: #009900 !default;
|
|
|
|
$google: #5b76f7 !default;
|
|
$facebook: #3b5998 !default;
|
|
$cas: #70BA61 !default;
|
|
$twitter: #00bced !default;
|
|
$yahoo: #810293 !default;
|
|
$github: #6d6d6d !default;
|
|
|
|
// Fonts
|
|
// --------------------------------------------------
|
|
|
|
$base-font-size: 14px !default;
|
|
$base-line-height: 19px !default;
|
|
$base-font-family: Helvetica, Arial, sans-serif !default;
|
|
|
|
// Broad general variables
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
|
|
@import "colors";
|
|
|
|
/* This file doesn't actually exist, it is injected by DiscourseSassImporter. */
|
|
@import "plugins_variables";
|