-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(files): changes now reflected in src files
- Loading branch information
1 parent
9abce87
commit 3c4478d
Showing
5 changed files
with
102 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<div><b>{{name}}</b></div> | ||
<div class="dice-roll"> | ||
<div class="dice-result"> | ||
<div class="dice-formula">{{formula}}</div> | ||
<div class="dice-tooltip expanded" style="display: none"> | ||
<section class="tooltip-part"> | ||
<div class="dice"> | ||
<header class="part-header flexrow"> | ||
<span class="part-formula">{{result}}</span> | ||
|
||
<span class="part-total">{{total}}</span> | ||
</header> | ||
<ol class="dice-rolls"> | ||
<li class="roll die d6">{{total}}</li> | ||
</ol> | ||
</div> | ||
</section> | ||
</div> | ||
|
||
<h4 class="dice-total">{{total}}</h4> | ||
</div> | ||
</div> | ||
</br> |