From 9797cc7404ff0fba45c22ab6f5ef2fd6cb884131 Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Fri, 25 Apr 2014 11:01:31 +0200 Subject: [PATCH] File for all site sass variables and variables that are customized from bootstrap, font-awesome. --- src/styles/global/_variables.scss | 39 +++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/styles/global/_variables.scss diff --git a/src/styles/global/_variables.scss b/src/styles/global/_variables.scss new file mode 100644 index 00000000..5ba1f93a --- /dev/null +++ b/src/styles/global/_variables.scss @@ -0,0 +1,39 @@ +// ** Custom Variables ** +// -------------------------------------------------- + +// Colors +$background: #e5e5e5; +$componentbg: #f5f5f5; +$componentfg1: #262626; +$componentfg2: rgba(0,0,0,.5); +$componentfg3: rgba(0,0,0,.2); +$componentfg4: #737373; +$sidepanebg: white; +$bordercolor: #ccc; +$actioncolor1: rgb(132,184,25); +$actioncolor2: rgb(0,149,52); +$audiovideolevel: #9dd53a; + + + +// ** Fontawsome changed variables ** +// original at libs/fontawesome/_variables.scss +// -------------------------- + + + +// ** Bootstrap changed variables ** +// original at libs/bootstrap/_variables.scss +// -------------------------------------------------- + +//== Typography +// +//## Font, line-height, and color for body text, headings, and more. + +$font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif; +$font-family-serif: Georgia, "Times New Roman", Times, serif; +//** Default monospace fonts for ``, ``, and `
`.
+$font-family-monospace:   Menlo, Monaco, Consolas, "Courier New", monospace;
+$font-family-base:        $font-family-sans-serif;
+
+$font-size-base:          13px;