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:
@@ -1,11 +1,9 @@
|
||||
<div class="bbm-modal__topbar">
|
||||
<h3 class="bbm-modal__title">Choose one card from your foes discard pile</h3>
|
||||
<span class="btn-sub bbm-close">CLOSE</span>
|
||||
</div>
|
||||
<div class="bbm-modal__section">
|
||||
{{#each emreis_leader4.cards as |val key|}}
|
||||
{{>card val}}
|
||||
{{/each}}
|
||||
</div>
|
||||
<div class="bbm-modal__bottombar">
|
||||
<div class="bbm-button bbm-close">close</div>
|
||||
</div>
|
Reference in New Issue
Block a user