mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-10 11:13:05 +01:00
.
This commit is contained in:
parent
82e7786d22
commit
18703681f0
2 changed files with 2 additions and 13 deletions
|
|
@ -198,18 +198,7 @@
|
||||||
|
|
||||||
&.scar {
|
&.scar {
|
||||||
cursor: initial;
|
cursor: initial;
|
||||||
position: relative;
|
opacity: 0.6;
|
||||||
|
|
||||||
::after {
|
|
||||||
position: absolute;
|
|
||||||
content: '/';
|
|
||||||
color: var(--beige);
|
|
||||||
font-weight: 700;
|
|
||||||
font-size: 1.2rem;
|
|
||||||
left: 1px;
|
|
||||||
top: -3px;
|
|
||||||
rotate: 13deg;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@
|
||||||
{{/times}}
|
{{/times}}
|
||||||
{{#times document.system.scars}}
|
{{#times document.system.scars}}
|
||||||
<span class='hope-value scar'>
|
<span class='hope-value scar'>
|
||||||
<i class='fa-regular fa-circle'></i>
|
<i class='fa-regular fa-ban'></i>
|
||||||
</span>
|
</span>
|
||||||
{{/times}}
|
{{/times}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue