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
.task-board-category-container
text-align: right
margin-top: 8px
@@ -5,7 +7,7 @@
.task-board-category
font-weight: 500
color: #000
color: color('dark')
border: 1px solid #555
padding: 1px 2px 1px 2px
border-radius: 4px