mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
33 lines
474 B
CSS
33 lines
474 B
CSS
.square {
|
|
background: #fff;
|
|
border: 1px solid #999;
|
|
float: left;
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
line-height: 34px;
|
|
height: 34px;
|
|
margin-right: -1px;
|
|
margin-top: -1px;
|
|
padding: 0;
|
|
text-align: center;
|
|
width: 34px;
|
|
}
|
|
|
|
.board-row:after {
|
|
clear: both;
|
|
content: '';
|
|
display: table;
|
|
}
|
|
|
|
.status {
|
|
margin-bottom: 10px;
|
|
}
|
|
.game {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.game-info {
|
|
margin-left: 20px;
|
|
}
|