1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-11-23 19:36:53 +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; //border-radius: 10px;
/* /*
padding: 0px 200px;*/ padding: 0px 200px;*/
font-size: 25px; font-size: 19px;
line-height: 15px; line-height: 15px;
padding: 15px; padding: 15px;
z-index: 300; z-index: 300;
color: #ff8927; color: #dfe1fd;
//text-shadow: 0px 0px 1px #000; //text-shadow: 0px 0px 1px #000;
background: #444ba1; background: #444ba1;
} }

View File

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