2017-08-04 21:27:11 +00:00
|
|
|
.daily-todo-control {
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
.svg-icon.check {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.svg-icon.check {
|
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
|
|
&.display-check-icon {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.task {
|
2017-06-26 21:55:14 +00:00
|
|
|
// for editing rewards or when a task is created
|
|
|
|
|
&-purple {
|
|
|
|
|
background: $purple-300;
|
2017-08-01 12:30:17 +00:00
|
|
|
|
2017-08-09 15:13:40 +00:00
|
|
|
&-color {
|
|
|
|
|
color: $purple-300;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-01 12:30:17 +00:00
|
|
|
&-control-habit {
|
|
|
|
|
background: $purple-300;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-modal-input {
|
|
|
|
|
color: $header-color !important;
|
|
|
|
|
}
|
2017-06-26 21:55:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-worst {
|
|
|
|
|
background: $maroon-100;
|
2017-08-09 15:13:40 +00:00
|
|
|
|
|
|
|
|
&-color {
|
|
|
|
|
color: darken($maroon-100, 12%);
|
|
|
|
|
}
|
|
|
|
|
|
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-08-04 21:27:11 +00:00
|
|
|
background: $maroon-100;
|
2017-06-29 18:49:05 +00:00
|
|
|
}
|
2017-08-01 12:30:17 +00:00
|
|
|
|
|
|
|
|
&-modal-input {
|
|
|
|
|
color: $maroon-500 !important;
|
|
|
|
|
}
|
2017-06-26 21:55:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-worse {
|
|
|
|
|
background: $red-100;
|
2017-08-09 15:13:40 +00:00
|
|
|
|
|
|
|
|
&-color {
|
|
|
|
|
color: darken($red-100, 12%);
|
|
|
|
|
}
|
|
|
|
|
|
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-08-04 21:27:11 +00:00
|
|
|
color: $red-100;
|
2017-06-29 18:49:05 +00:00
|
|
|
}
|
2017-08-01 12:30:17 +00:00
|
|
|
|
|
|
|
|
&-modal-input {
|
|
|
|
|
color: $red-500 !important;
|
|
|
|
|
}
|
2017-06-26 21:55:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-bad {
|
|
|
|
|
background: $orange-100;
|
2017-08-09 15:13:40 +00:00
|
|
|
|
|
|
|
|
&-color {
|
|
|
|
|
color: darken($orange-100, 12%);
|
|
|
|
|
}
|
|
|
|
|
|
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-08-04 21:27:11 +00:00
|
|
|
color: $orange-100;
|
2017-06-29 18:49:05 +00:00
|
|
|
}
|
2017-08-01 12:30:17 +00:00
|
|
|
|
|
|
|
|
&-modal-input {
|
|
|
|
|
color: $orange-500 !important;
|
|
|
|
|
}
|
2017-06-26 21:55:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-neutral {
|
2017-08-04 21:27:11 +00:00
|
|
|
background: $yellow-100;
|
2017-08-09 15:13:40 +00:00
|
|
|
|
|
|
|
|
&-color {
|
|
|
|
|
color: darken($yellow-100, 12%);
|
|
|
|
|
}
|
|
|
|
|
|
2017-06-29 18:49:05 +00:00
|
|
|
&-control-habit {
|
2017-08-04 21:27:11 +00:00
|
|
|
background: darken($yellow-100, 12%);
|
2017-06-26 21:55:14 +00:00
|
|
|
}
|
2017-06-29 18:49:05 +00:00
|
|
|
|
|
|
|
|
&-control-daily-todo {
|
|
|
|
|
background: $yellow-500;
|
2017-08-04 21:27:11 +00:00
|
|
|
color: $yellow-100;
|
2017-06-29 18:49:05 +00:00
|
|
|
}
|
2017-08-01 12:30:17 +00:00
|
|
|
|
|
|
|
|
&-modal-input {
|
|
|
|
|
color: $yellow-500 !important;
|
|
|
|
|
}
|
2017-06-26 21:55:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-good {
|
|
|
|
|
background: $green-10;
|
2017-08-09 15:13:40 +00:00
|
|
|
|
|
|
|
|
&-color {
|
|
|
|
|
color: darken($green-10, 12%);
|
|
|
|
|
}
|
|
|
|
|
|
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-08-04 21:27:11 +00:00
|
|
|
color: $green-10;
|
2017-06-29 18:49:05 +00:00
|
|
|
}
|
2017-08-01 12:30:17 +00:00
|
|
|
|
|
|
|
|
&-modal-input {
|
|
|
|
|
color: $green-500 !important;
|
|
|
|
|
}
|
2017-06-26 21:55:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-better {
|
|
|
|
|
background: $blue-50;
|
2017-08-09 15:13:40 +00:00
|
|
|
|
|
|
|
|
&-color {
|
|
|
|
|
color: darken($blue-50, 12%);
|
|
|
|
|
}
|
|
|
|
|
|
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-08-04 21:27:11 +00:00
|
|
|
color: $blue-50;
|
2017-06-29 18:49:05 +00:00
|
|
|
}
|
2017-08-01 12:30:17 +00:00
|
|
|
|
|
|
|
|
&-modal-input {
|
|
|
|
|
color: $blue-500 !important;
|
|
|
|
|
}
|
2017-06-26 21:55:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-best {
|
|
|
|
|
background: $teal-50;
|
2017-08-09 15:13:40 +00:00
|
|
|
|
|
|
|
|
&-color {
|
|
|
|
|
color: darken($teal-50, 12%);
|
|
|
|
|
}
|
|
|
|
|
|
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-08-04 21:27:11 +00:00
|
|
|
color: $teal-50;
|
2017-06-29 18:49:05 +00:00
|
|
|
}
|
2017-08-01 12:30:17 +00:00
|
|
|
|
|
|
|
|
&-modal-input {
|
|
|
|
|
color: $teal-500 !important;
|
|
|
|
|
}
|
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);
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-08-01 12:30:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.task-control {
|
|
|
|
|
width: 28px;
|
|
|
|
|
height: 28px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.habit-control {
|
|
|
|
|
border-radius: 100px;
|
|
|
|
|
color: $white;
|
|
|
|
|
|
|
|
|
|
.svg-icon {
|
|
|
|
|
width: 10px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.positive {
|
|
|
|
|
margin-top: 9px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.negative {
|
|
|
|
|
margin-top: 13px;
|
|
|
|
|
}
|
2017-06-26 21:55:14 +00:00
|
|
|
}
|