mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
Merge branch 'master' of https://github.com/exane/gwent-online
This commit is contained in:
commit
79c9be4b44
@ -14,6 +14,7 @@ $game-height: 800px;
|
|||||||
background: rgba(5,5,5,0.25);
|
background: rgba(5,5,5,0.25);
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
margin-bottom: 150px;
|
margin-bottom: 150px;
|
||||||
|
//margin-top: 65px;
|
||||||
}
|
}
|
||||||
.board {
|
.board {
|
||||||
height: $game-height;
|
height: $game-height;
|
||||||
@ -76,7 +77,7 @@ $game-height: 800px;
|
|||||||
|
|
||||||
.handcard-wrap {
|
.handcard-wrap {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 810px;
|
width: 550px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.field-hand {
|
.field-hand {
|
||||||
@ -411,7 +412,7 @@ $game-height: 800px;
|
|||||||
.waiting-for-opponent {
|
.waiting-for-opponent {
|
||||||
|
|
||||||
// temp
|
// temp
|
||||||
display: none;
|
//display: none;
|
||||||
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
//left: 43%;
|
//left: 43%;
|
||||||
@ -421,7 +422,8 @@ $game-height: 800px;
|
|||||||
//left: calc(50% - 400px) ;
|
//left: calc(50% - 400px) ;
|
||||||
left: 0;
|
left: 0;
|
||||||
//top: calc(50% - 60px);
|
//top: calc(50% - 60px);
|
||||||
top: calc(100% - 60px);
|
top: calc(100% - 170px);
|
||||||
|
//top: 0;
|
||||||
//border: 1px solid black;
|
//border: 1px solid black;
|
||||||
//border-radius: 10px;
|
//border-radius: 10px;
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user