Style changes for the Use cases.
[yaffs-website] / web / themes / custom / yaffs / scss / _default-variables.scss
1 /**
2  * Default Variables.
3  *
4  * Modify this file to provide default Bootstrap Framework variables. The
5  * Bootstrap Framework will not override any variables defined here because it
6  * uses the `!default` flag which will only set their default if not already
7  * defined here.
8  *
9  * You can copy existing variables directly from the following file:
10  * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
11  */
12
13 // Set the proper directory for the Bootstrap Glyphicon font.
14 $icon-font-path: '../bootstrap/assets/fonts/bootstrap/';
15 $fa-font-path: '../fonts/font-awesome/fonts';
16
17 /* "Liberation Sans", Arimo, Helvetica, Arial, sans-serif */
18 $font-family-sans-serif:  "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
19 $font-family-serif:       "Liberation Serif", "Times New Roman", Times, serif;
20 // Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
21 // $font-family-monospace:   Menlo, Monaco, Consolas, "Courier New", monospace !default;
22 $font-family-monospace:   "Liberation Mono", "Courier New", monospace !default;
23 $font-family-base:        $font-family-sans-serif;
24
25 $font-size-base:          16px;
26
27
28 $yaffs-fade-1: rgb(203, 228, 232);
29
30
31 /*$line-height-base
32 $link-color
33 */
34