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:
parent
8778ca9245
commit
1aed3075a8
@ -53,20 +53,21 @@
|
||||
font:
|
||||
size: 16px
|
||||
line-height: 26px
|
||||
color: #575656
|
||||
color: #3f4c5b
|
||||
|
||||
p
|
||||
font:
|
||||
size: 16px
|
||||
line-height: 26px
|
||||
color: #575656
|
||||
color: #3f4c5b
|
||||
clear: both
|
||||
|
||||
&:last-child
|
||||
padding: 0
|
||||
margin-bottom: 0
|
||||
|
||||
a
|
||||
color: #FF643C
|
||||
color: rgba(217, 111, 31, 0.99)
|
||||
|
||||
h3
|
||||
margin: 0
|
||||
|
@ -83,7 +83,7 @@ $game-height: 800px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
background: rgba(6, 13, 22, .8);
|
||||
background: rgba(6, 13, 22, .7);
|
||||
height: auto;
|
||||
z-index: 10;
|
||||
|
||||
|
@ -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>
|
@ -1,11 +1,9 @@
|
||||
<div class="bbm-modal__topbar">
|
||||
<h3 class="bbm-modal__title">Discard of {{openDiscard.name}}</h3>
|
||||
<span class="btn-sub bbm-close">CLOSE</span>
|
||||
</div>
|
||||
<div class="bbm-modal__section">
|
||||
{{#each openDiscard.discard as |val key|}}
|
||||
{{>card val}}
|
||||
{{/each}}
|
||||
</div>
|
||||
<div class="bbm-modal__bottombar">
|
||||
<div class="bbm-button bbm-close">close</div>
|
||||
</div>
|
@ -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>
|
@ -5,6 +5,3 @@
|
||||
<div class="btn btn-primary" data-id="you">You</div>
|
||||
<div class="btn btn-primary" data-id="foe">Foe</div>
|
||||
</div>
|
||||
<div class="bbm-modal__bottombar">
|
||||
<!--<div class="bbm-button bbm-close">close</div>-->
|
||||
</div>
|
||||
|
@ -5,9 +5,17 @@
|
||||
<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>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>
|
||||
</div>
|
||||
<div class="bbm-modal__bottombar">
|
||||
<div class="bbm-button bbm-close">close</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.startMatchmaking {
|
||||
line-height: 30px;
|
||||
width: auto;
|
||||
margin: 30px 0;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user