fix: stray token + styles
This commit is contained in:
parent
ccce1537fd
commit
09c4a274bf
4 changed files with 12 additions and 8 deletions
|
@ -14,7 +14,7 @@
|
|||
{% if item.rating %}
|
||||
<span class="rating"> ({{ item.rating }})</span>
|
||||
{% endif %}
|
||||
{% endunless %} %}
|
||||
{% endunless %}
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="header">{{ item.name }}</div>
|
||||
|
|
|
@ -81,13 +81,17 @@
|
|||
text-shadow: rgba(0, 0, 0, 0.7) 0px 0px 10px;
|
||||
}
|
||||
|
||||
& .rating {
|
||||
font-size: calc(var(--font-size-sm) * .75);
|
||||
}
|
||||
|
||||
& .header {
|
||||
font-weight: var(--font-weight-bold);
|
||||
}
|
||||
|
||||
.subheader {
|
||||
gap: var(--sizing-xs);
|
||||
}
|
||||
|
||||
& .rating {
|
||||
font-size: calc(var(--font-size-sm) * .75);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue