1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-30 05:57:30 +00:00

start change modal

This commit is contained in:
devfake
2015-07-03 18:16:21 +02:00
parent 0dba058a76
commit 4b26af7db1
3 changed files with 39 additions and 48 deletions

View File

@@ -1,11 +1,9 @@
<div class="bbm-modal__topbar">
<h3 class="bbm-modal__title">Choose up to 2 cards you wish to redraw!</h3>
<span class="btn-sub bbm-close">CLOSE</span>
</div>
<div class="bbm-modal__section">
{{#each handCards as |val key|}}
{{>card val}}
{{/each}}
</div>
<div class="bbm-modal__bottombar">
<div class="bbm-button bbm-close">close</div>
</div>