1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-11-20 11:26:54 +00:00

style waiting

This commit is contained in:
devfake 2015-07-04 17:29:23 +02:00
parent f599034457
commit 964f02c90d
2 changed files with 3 additions and 3 deletions

View File

@ -501,11 +501,11 @@ $game-height: 800px;
//border-radius: 10px;
/*
padding: 0px 200px;*/
font-size: 25px;
font-size: 19px;
line-height: 15px;
padding: 15px;
z-index: 300;
color: #ff8927;
color: #dfe1fd;
//text-shadow: 0px 0px 1px #000;
background: #444ba1;
}

View File

@ -1,7 +1,7 @@
{{#if isWaiting}}
<div class="col-xs-12">
<div class="waiting-for-opponent">
~~ Waiting for opponent ~~
Waiting for opponent
</div>
</div>
{{/if}}