diff options
Diffstat (limited to 'res/css/modules')
| -rw-r--r-- | res/css/modules/Typography.scss | 28 | ||||
| -rw-r--r-- | res/css/modules/colors.scss | 19 |
2 files changed, 37 insertions, 10 deletions
diff --git a/res/css/modules/Typography.scss b/res/css/modules/Typography.scss new file mode 100644 index 00000000..224e7a44 --- /dev/null +++ b/res/css/modules/Typography.scss @@ -0,0 +1,28 @@ +//Font size +$h1-size: 30px; +$h2-size: 24px; +$h3-size: 18px; +$h4-size: 14px; +$h5-size: 12px; + +//Font weights +$light: 100; +$regular: 400; +$bold: 600; + +// Base font +$base-font-family: 'Source Sans Pro', sans-serif; +$semibold-font-family: 'Source Sans Pro Semibold', sans-serif; + +$base-font-weight: $regular; +$base-font-size: 13px; +$base-line-height: 1.4; + + +// Fixed Font +$fixed-font-family: monospace; +$fixed-font-size: 85%; +$fixed-line-height: $base-line-height; + +// Headings +$header-font-weight: $bold;
\ No newline at end of file diff --git a/res/css/modules/colors.scss b/res/css/modules/colors.scss index 1bb70320..705cf9f7 100644 --- a/res/css/modules/colors.scss +++ b/res/css/modules/colors.scss @@ -1,10 +1,9 @@ -//Color palette
-$light-grey: #f5f5fa; -
$mid-grey: #919095; -
$dark-grey: #363636;
-$magenta: #ee3654; -
$cyan: #33c2e0; -
$blue: #004681; -
$purple: #8b3ab0; -
$orange: #ff8b11; -
$yellow:#fad900;
\ No newline at end of file +//$light-grey: #f5f5fa; +//$mid-grey: #919095; +//
$dark-grey: #363636; +//$magenta: #ee3654;
+//$cyan: #33c2e0; +//
$blue: #004681; +//
$purple: #8b3ab0; +//
$orange: #ff8b11; +//
$yellow: #fad900;
\ No newline at end of file |
