fix(tasks): styles and wordings

This commit is contained in:
SabreCat
2022-08-08 15:50:37 -05:00
parent 3654e01fee
commit 1b4d670b0a
4 changed files with 16 additions and 6 deletions

View File

@@ -387,7 +387,13 @@
@keypress.enter="score('down')"
>
<div
class="svg-icon"
v-if="showTaskLockIcon"
class="svg-icon color lock"
v-html="icons.lock"
></div>
<div
v-else
class="svg-icon mb-1"
v-html="icons.gold"
></div>
<div class="small-text">
@@ -846,8 +852,12 @@
height: 24px;
}
.lock {
color: $gray-200;
width: 15px;
}
.small-text {
margin-top: 4px;
font-style: initial;
font-weight: bold;
}