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:
parent
f599034457
commit
964f02c90d
@ -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;
|
||||
}
|
||||
|
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user