summaryrefslogtreecommitdiff
path: root/res/css
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2014-11-28 18:31:08 +0200
committergarbash <dor.garbash@gmail.com>2014-11-28 18:31:08 +0200
commit3ba090f8246e7e2ae559e000197e8eb5beb460e0 (patch)
tree116f431496621440b596ae8796748ec6ee8740d2 /res/css
parent199d0d8dbe87e3e8cde23b66521354b87f5baf1a (diff)
Colors and header-size sass vars - now correct
Diffstat (limited to 'res/css')
-rw-r--r--res/css/modules/colors.scss10
-rw-r--r--res/css/partials/typography.scss7
2 files changed, 17 insertions, 0 deletions
diff --git a/res/css/modules/colors.scss b/res/css/modules/colors.scss
index e69de29b..1bb70320 100644
--- a/res/css/modules/colors.scss
+++ b/res/css/modules/colors.scss
@@ -0,0 +1,10 @@
+//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
diff --git a/res/css/partials/typography.scss b/res/css/partials/typography.scss
index 77aa003f..817770cb 100644
--- a/res/css/partials/typography.scss
+++ b/res/css/partials/typography.scss
@@ -1,3 +1,10 @@
+//Font size
+$h1-size: 30px;
+$h2-size: 24px;
+$h3-size: 18px;
+$h4-size: 14px;
+$h5-size: 12px;
+
//Font weights
$light: 100;
$regular: 400;