mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 17:07:08 +02:00
44 lines
No EOL
620 B
CSS
44 lines
No EOL
620 B
CSS
.boardRow:after {
|
|
clear: both;
|
|
content: "";
|
|
display: table;
|
|
}
|
|
|
|
.status {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.square:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.game {
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
justify-content: center;
|
|
}
|
|
|
|
.gameInfo {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.gameBoard {
|
|
margin-left: 10px;
|
|
} |