1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-09-22 14:49:06 +00:00

small changes

This commit is contained in:
exane
2015-07-05 12:03:44 +02:00
parent 862c18c408
commit 91cd34638f
5 changed files with 13 additions and 8 deletions

View File

@@ -64,7 +64,8 @@ body {
}
.btn-sub {
font-size: 18px;
font-size: 22px;
color: #6a8097;
}
.bbm-modal__topbar {

View File

@@ -1,6 +1,6 @@
<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>
<span class="btn-sub bbm-close">DONE</span>
</div>
<div class="bbm-modal__section">
{{#each emreis_leader4.cards as |val key|}}

View File

@@ -1,6 +1,6 @@
<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>
<span class="btn-sub bbm-close">DONE</span>
</div>
<div class="bbm-modal__section">
{{#each medicDiscard.cards as |val key|}}

View File

@@ -1,6 +1,6 @@
<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">READY</span>
<span class="btn-sub bbm-close">DONE</span>
</div>
<div class="bbm-modal__section preview-b small-cards-modal">
{{#each handCards as |val key|}}