Add styling for checks

This commit is contained in:
Johannes Loher 2021-04-20 22:38:00 +02:00
parent 0d03dbf424
commit db69a8f537
7 changed files with 18 additions and 8 deletions

View file

@ -6,6 +6,7 @@
!-- @param check-label: The label for the check
--}}
<div class="ds4-check rollable-check" data-check="{{check-key}}">
{{check-label}}: {{check-target-number}}
<div class="ds4-check rollable-check" data-check="{{check-key}}" title="{{localize 'DS4.CheckTooltip' check=check-label}}">
<span>{{check-label}}</span>
<span>{{check-target-number}}</span>
</div>