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,3 +1,5 @@
@import variables
.activity-event
margin-bottom: 15px
padding: 10px
@@ -7,18 +9,18 @@
.activity-date
margin-left: 10px
font-weight: normal
color: #999
color: color('light')
.activity-content
margin-left: 55px
.activity-title
font-weight: bold
color: #000
color: color('dark')
border-bottom: 1px dotted #efefef
.activity-description
color: #555
color: color('medium')
margin-top: 10px
li
list-style-type: circle