From 3af4fc29a27a64612681b1bc00611c276cef9f7e Mon Sep 17 00:00:00 2001 From: garbash Date: Fri, 28 Nov 2014 18:18:23 +0200 Subject: Add color+header-size vars to sass --- res/css/modules/colors.scss | 10 ++++++++++ res/css/partials/typography.scss | 7 +++++++ 2 files changed, 17 insertions(+) (limited to 'res/css') diff --git a/res/css/modules/colors.scss b/res/css/modules/colors.scss index e69de29b..7eb98a5c 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: #919095; +$magenta: #ee3654; +$cyan: #33c2e0; +$blue: #004681; +$purple: #8b3ab0; +$orange: #ff8b11; +$yellow:#fad900; 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; -- cgit v1.3.1