diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-28 18:18:23 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-28 18:18:23 +0200 |
| commit | 3af4fc29a27a64612681b1bc00611c276cef9f7e (patch) | |
| tree | 3d053244c92373f7d83775a6478a67dd864d52d9 /res/css/partials | |
| parent | 27ce5b4d88ee37d0fdb3eabddaba1a3e713c670f (diff) | |
Add color+header-size vars to sass
Diffstat (limited to 'res/css/partials')
| -rw-r--r-- | res/css/partials/typography.scss | 7 |
1 files changed, 7 insertions, 0 deletions
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; |
