misc client fixes (#8998)

* color selected difficulty icon

* misc fixes
This commit is contained in:
Matteo Pagliazzi
2017-08-28 19:37:22 +02:00
committed by GitHub
parent 4094ca99dd
commit fb1808d85a
4 changed files with 3 additions and 7 deletions

View File

@@ -181,7 +181,7 @@
} }
&-reward { &-reward {
background: rgba($yellow-500, 0.26); background: #FFF5E5
} }
&-daily-todo-disabled { &-daily-todo-disabled {

View File

@@ -50,6 +50,7 @@
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
margin-top: 16px;
} }
.tasks-list { .tasks-list {

View File

@@ -281,11 +281,6 @@
color: $gray-300; color: $gray-300;
white-space: nowrap; white-space: nowrap;
} }
.task-reward {
// @TODO: I'm unsure of where this is defined. Can't find it in search. So, I am using important for now
background-color: #ffd9a0 !important;
}
</style> </style>
<script> <script>

View File

@@ -262,7 +262,7 @@
} }
&-selected { &-selected {
.option-item-label { .svg-icon, .option-item-label {
color: inherit !important; color: inherit !important;
} }
} }