Add SASS variables for colors

This commit is contained in:
Frederic Guillot
2016-08-07 18:08:28 -04:00
parent 508a5eaf85
commit 41f93e0957
50 changed files with 329 additions and 220 deletions

View File

@@ -1,14 +1,16 @@
@import variables
h1, h2, h3
font-weight: normal
color: $title-color
color: color('primary')
h1
font-size: $page-title-size
font-size: size('title')
h2
font-size: $text-large
font-size: size('large')
margin-bottom: 10px
h3
margin-top: 10px
font-size: $text-medium
font-size: size('medium')