Fixed task best color (#9563)

This commit is contained in:
Keith Holliday 2017-11-21 14:02:53 -06:00 committed by GitHub
parent 9eaa531f66
commit e628c5dc3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,27 +139,6 @@
}
&-better {
background: $blue-50;
&-color {
color: darken($blue-50, 12%);
}
&-control-habit {
background: darken($blue-50, 12%);
}
&-control-daily-todo {
background: $blue-500;
color: $blue-50;
}
&-modal-input {
color: $blue-500 !important;
}
}
&-best {
background: $teal-50;
&-color {
@ -180,6 +159,27 @@
}
}
&-best {
background: $blue-50;
&-color {
color: darken($blue-50, 12%);
}
&-control-habit {
background: darken($blue-50, 12%);
}
&-control-daily-todo {
background: $blue-500;
color: $blue-50;
}
&-modal-input {
color: $blue-500 !important;
}
}
&-reward {
background: #FFF5E5
}