1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +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

@ -53,20 +53,21 @@
font: font:
size: 16px size: 16px
line-height: 26px line-height: 26px
color: #575656 color: #3f4c5b
p p
font: font:
size: 16px size: 16px
line-height: 26px line-height: 26px
color: #575656 color: #3f4c5b
clear: both
&:last-child &:last-child
padding: 0 padding: 0
margin-bottom: 0 margin-bottom: 0
a a
color: #FF643C color: rgba(217, 111, 31, 0.99)
h3 h3
margin: 0 margin: 0

View File

@ -83,7 +83,7 @@ $game-height: 800px;
bottom: 0; bottom: 0;
left: 0; left: 0;
width: 100%; width: 100%;
background: rgba(6, 13, 22, .8); background: rgba(6, 13, 22, .7);
height: auto; height: auto;
z-index: 10; z-index: 10;

View File

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

View File

@ -1,11 +1,9 @@
<div class="bbm-modal__topbar"> <div class="bbm-modal__topbar">
<h3 class="bbm-modal__title">Discard of {{openDiscard.name}}</h3> <h3 class="bbm-modal__title">Discard of {{openDiscard.name}}</h3>
<span class="btn-sub bbm-close">CLOSE</span>
</div> </div>
<div class="bbm-modal__section"> <div class="bbm-modal__section">
{{#each openDiscard.discard as |val key|}} {{#each openDiscard.discard as |val key|}}
{{>card val}} {{>card val}}
{{/each}} {{/each}}
</div>
<div class="bbm-modal__bottombar">
<div class="bbm-button bbm-close">close</div>
</div> </div>

View File

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

View File

@ -5,6 +5,3 @@
<div class="btn btn-primary" data-id="you">You</div> <div class="btn btn-primary" data-id="you">You</div>
<div class="btn btn-primary" data-id="foe">Foe</div> <div class="btn btn-primary" data-id="foe">Foe</div>
</div> </div>
<div class="bbm-modal__bottombar">
<!--<div class="bbm-button bbm-close">close</div>-->
</div>

View File

@ -5,9 +5,17 @@
<h1>{{winner}} wins the match!</h1> <h1>{{winner}} wins the match!</h1>
<p>If you want to give feedback, or want to contribute, please feel free to visit <a href="https://github.com/exane/gwent-online" target="_blank">Github Gwent-Online</a>.</p> <p>If you want to give feedback, or want to contribute, please feel free to visit <a href="https://github.com/exane/gwent-online" target="_blank">Github Gwent-Online</a>.</p>
<p>For another match reload the page und enqueue again!</p> <p>For another match reload the page und enqueue again!</p>
<p><button onclick="location.reload()">Reload</button></p>
<div class="wrap-btn-action btn-register-action startMatchmaking" onclick="location.reload()">
<input type="submit" value="Reload and play again" class="btn-action">
</div>
<p><b>Thanks for playing the game!</b></p> <p><b>Thanks for playing the game!</b></p>
</div> </div>
<div class="bbm-modal__bottombar">
<div class="bbm-button bbm-close">close</div> <style>
</div> .startMatchmaking {
line-height: 30px;
width: auto;
margin: 30px 0;
}
</style>