1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-20 05:27:38 +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

@@ -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>