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

style modals

This commit is contained in:
devfake
2015-07-04 12:13:32 +02:00
parent 8778ca9245
commit 1aed3075a8
7 changed files with 20 additions and 20 deletions

View File

@@ -1,11 +1,9 @@
<div class="bbm-modal__topbar">
<h3 class="bbm-modal__title">Choose one card from your discard pile</h3>
<span class="btn-sub bbm-close">CLOSE</span>
</div>
<div class="bbm-modal__section">
{{#each medicDiscard.cards as |val key|}}
{{>card val}}
{{/each}}
</div>
<div class="bbm-modal__bottombar">
<div class="bbm-button bbm-close">close</div>
</div>