mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
background test
This commit is contained in:
parent
30e284a973
commit
7866cee61a
@ -1,7 +1,6 @@
|
|||||||
//@import "style";
|
//@import "style";
|
||||||
@import "backbone.modal";
|
@import "backbone.modal";
|
||||||
@import "backbone.modal.theme";
|
@import "backbone.modal.theme";
|
||||||
|
|
||||||
@import "base";
|
@import "base";
|
||||||
|
|
||||||
|
|
||||||
@ -9,17 +8,19 @@ $height: 600px;
|
|||||||
$game-height: 800px;
|
$game-height: 800px;
|
||||||
.container {
|
.container {
|
||||||
min-width: 960px;
|
min-width: 960px;
|
||||||
|
background: rgba(5,5,5,0.25);
|
||||||
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.board {
|
.board {
|
||||||
height: $game-height;
|
height: $game-height;
|
||||||
border: 1px solid black;
|
//border: 1px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.battleside {
|
.battleside {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: $height/2;
|
height: $height/2;
|
||||||
border: 1px solid black;
|
//border: 1px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.large-field-counter {
|
.large-field-counter {
|
||||||
@ -100,7 +101,7 @@ $game-height: 800px;
|
|||||||
.game-info {
|
.game-info {
|
||||||
height: $game-height/2 - 100px;
|
height: $game-height/2 - 100px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 1px solid black;
|
//border: 1px solid black;
|
||||||
background: rgba(252, 219, 125, 0.51);
|
background: rgba(252, 219, 125, 0.51);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user