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

change layout

This commit is contained in:
exane 2015-07-04 17:08:08 +02:00
parent ba053c042d
commit c47d513320
2 changed files with 7 additions and 4 deletions

View File

@ -41,7 +41,8 @@ $game-height: 800px;
.field {
//width: 100%;
height: 100px;
border: 1px solid black;
border-bottom: 1px solid black;
//border: 1px solid black;
/*margin-bottom: 15px;*/
/*
overflow: hidden;
@ -280,7 +281,9 @@ $game-height: 800px;
}
.right-side {
border: 1px solid black;
&:nth-child(2) {
border-bottom: 1px solid black;
}
height: $height/2;
}

View File

@ -1,6 +1,6 @@
<div class="col-xs-12 info-name">{{data.name}}</div>
<div class="col-xs-12 col-lg-6 field-single field-leader">{{>card leader}}</div>
<div class="col-xs-12 col-lg-6">
<div class="col-xs-6 col-lg-6 field-single field-leader">{{>card leader}}</div>
<div class="col-xs-6 col-lg-6">
<div class="row">
<div class="col-xs-4 info-title">Points:</div>
<div class="col-xs-4 score">{{data.score}}</div>