Add styling for checks
This commit is contained in:
parent
0d03dbf424
commit
db69a8f537
7 changed files with 18 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue