RC-105 | Add an rc-svg component for ease of SVG-loading, and add the hero silhouette to the sheet
This commit is contained in:
parent
c1f0e8d9c5
commit
07f3b24897
9 changed files with 63 additions and 4 deletions
|
|
@ -23,6 +23,14 @@
|
|||
{{ rc-i18n "RipCrypt.common.armour" }}
|
||||
</div>
|
||||
<div class="person">
|
||||
<rc-svg
|
||||
var:fill="var(--section-header-background)"
|
||||
var:stroke="var(--base-background)"
|
||||
var:stroke-width="2"
|
||||
var:stroke-linejoin="rounded"
|
||||
class="silhouette"
|
||||
name="hero-silhouette"
|
||||
></rc-svg>
|
||||
<div class="head">
|
||||
<div class="compass small">0</div>
|
||||
<span class="label">{{ rc-i18n "RipCrypt.common.anatomy.head" }}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue