Redesign task list view

This commit is contained in:
Frederic Guillot
2017-02-19 17:08:00 -05:00
parent dc7c7667ec
commit 3b3e803369
22 changed files with 379 additions and 130 deletions

View File

@@ -0,0 +1,13 @@
@import variables
.task-date
font-weight: 500
color: color('dark')
span
&.task-date-today
opacity: 1.0
color: link-color('primary')
&.task-date-overdue
opacity: 1.0
color: color('error')