Wyświetlanie zdobytych bonusowych monet w podsumowaniu rundy podczas pokazywania wyniku.
This commit is contained in:
@@ -202,7 +202,7 @@
|
||||
left: 5vw;
|
||||
box-shadow: 0 0 207px #0000027F;
|
||||
border: 3px solid #ccc;
|
||||
/*display: none;*/
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* PLAYERS END */
|
||||
@@ -256,27 +256,45 @@
|
||||
}
|
||||
|
||||
.bonus_section {
|
||||
display: flex;
|
||||
display: none;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.bonus_section.show {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.player1_bonus {
|
||||
text-align: right;
|
||||
margin-right: 3.5vh;
|
||||
}
|
||||
|
||||
.player2_bonus {
|
||||
.player1_bonus .bonus3,.player1_bonus .bonus4,.player1_bonus .bonus5 {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
|
||||
.player2_bonus {
|
||||
margin-left: 3.5vh;
|
||||
}
|
||||
.bonus_section .player2_bonus, .bonus_section .player1_bonus {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.bonus_section .player1_bonus span:first-child {
|
||||
margin-left: -30px ;
|
||||
}
|
||||
|
||||
.bonus_section span:first-child {
|
||||
margin: 1vh 0 1vh 1vw;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.bonus_section span {
|
||||
height: 5vh;
|
||||
width: 5vh;
|
||||
height: 6vh;
|
||||
width: 6vh;
|
||||
display: inline-block;
|
||||
margin: 1vh 0 1vh -3vw;
|
||||
margin-left: -30px ;
|
||||
border-radius: 50%;
|
||||
border: 1px solid dodgerblue;
|
||||
background: no-repeat #fff center center / 60% 60%;
|
||||
|
||||
Reference in New Issue
Block a user