2017-06-26 21:55:14 +00:00
|
|
|
.task {
|
|
|
|
|
// for editing rewards or when a task is created
|
|
|
|
|
&-purple {
|
|
|
|
|
background: $purple-300;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-worst {
|
|
|
|
|
background: $maroon-100;
|
2017-06-29 18:49:05 +00:00
|
|
|
&-control-habit {
|
2017-06-26 21:55:14 +00:00
|
|
|
background: darken($maroon-100, 12%);
|
|
|
|
|
}
|
2017-06-29 18:49:05 +00:00
|
|
|
|
|
|
|
|
&-control-daily-todo {
|
|
|
|
|
background: $maroon-500;
|
|
|
|
|
}
|
2017-06-26 21:55:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-worse {
|
|
|
|
|
background: $red-100;
|
2017-06-29 18:49:05 +00:00
|
|
|
&-control-habit {
|
2017-06-26 21:55:14 +00:00
|
|
|
background: darken($red-100, 12%);
|
|
|
|
|
}
|
2017-06-29 18:49:05 +00:00
|
|
|
|
|
|
|
|
&-control-daily-todo {
|
|
|
|
|
background: $red-500;
|
|
|
|
|
}
|
2017-06-26 21:55:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-bad {
|
|
|
|
|
background: $orange-100;
|
2017-06-29 18:49:05 +00:00
|
|
|
&-control-habit {
|
2017-06-26 21:55:14 +00:00
|
|
|
background: darken($orange-100, 12%);
|
|
|
|
|
}
|
2017-06-29 18:49:05 +00:00
|
|
|
|
|
|
|
|
&-control-daily-todo {
|
|
|
|
|
background: $orange-500;
|
|
|
|
|
}
|
2017-06-26 21:55:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-neutral {
|
|
|
|
|
background: $yellow-50;
|
2017-06-29 18:49:05 +00:00
|
|
|
&-control-habit {
|
2017-06-26 21:55:14 +00:00
|
|
|
background: darken($yellow-50, 12%);
|
|
|
|
|
}
|
2017-06-29 18:49:05 +00:00
|
|
|
|
|
|
|
|
&-control-daily-todo {
|
|
|
|
|
background: $yellow-500;
|
|
|
|
|
}
|
2017-06-26 21:55:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-good {
|
|
|
|
|
background: $green-10;
|
2017-06-29 18:49:05 +00:00
|
|
|
&-control-habit {
|
2017-06-26 21:55:14 +00:00
|
|
|
background: darken($green-10, 12%);
|
|
|
|
|
}
|
2017-06-29 18:49:05 +00:00
|
|
|
|
|
|
|
|
&-control-daily-todo {
|
|
|
|
|
background: $green-500;
|
|
|
|
|
}
|
2017-06-26 21:55:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-better {
|
|
|
|
|
background: $blue-50;
|
2017-06-29 18:49:05 +00:00
|
|
|
&-control-habit {
|
2017-06-26 21:55:14 +00:00
|
|
|
background: darken($blue-50, 12%);
|
|
|
|
|
}
|
2017-06-29 18:49:05 +00:00
|
|
|
|
|
|
|
|
&-control-daily-todo {
|
|
|
|
|
background: $blue-500;
|
|
|
|
|
}
|
2017-06-26 21:55:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-best {
|
|
|
|
|
background: $teal-50;
|
2017-06-29 18:49:05 +00:00
|
|
|
&-control-habit {
|
2017-06-26 21:55:14 +00:00
|
|
|
background: darken($teal-50, 12%);
|
|
|
|
|
}
|
2017-06-29 18:49:05 +00:00
|
|
|
|
|
|
|
|
&-control-daily-todo {
|
|
|
|
|
background: $teal-500;
|
|
|
|
|
}
|
2017-06-26 21:55:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-reward {
|
|
|
|
|
background: rgba($yellow-500, 0.26);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-daily-todo-disabled {
|
|
|
|
|
background: $gray-500;
|
|
|
|
|
|
2017-07-19 19:02:40 +00:00
|
|
|
&-control-daily-todo {
|
2017-06-26 21:55:14 +00:00
|
|
|
background: $gray-400;
|
|
|
|
|
color: $gray-200;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-daily-todo-content-disabled {
|
|
|
|
|
background: $gray-600;
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
|
color: $gray-300 !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-habit-disabled {
|
|
|
|
|
background: $gray-700;
|
|
|
|
|
color: rgba(0, 0, 0, 0.12);
|
|
|
|
|
|
2017-07-19 19:02:40 +00:00
|
|
|
&-control-habit {
|
2017-06-26 21:55:14 +00:00
|
|
|
color: rgba(0, 0, 0, 0.12) !important;
|
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.12);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|