react-chess-analysis-board
Version:
React component for a fully featured, stylable chess analysis board.
31 lines (26 loc) • 470 B
CSS
.RCAB-board-header-container {
padding: 5px;
}
.RCAB-board-header-text {
font-weight: bold;
margin-bottom: 0.25rem;
}
.RCAB-board-header-text-detail {
font-size: 14px;
}
.RCAB-panel-container {
width: 560px;
display: flex;
border-style: solid;
align-items: center;
justify-content: space-evenly;
}
.RCAB-analysis-board-container {
outline: none;
display: flex;
flex-direction: row;
}
.RCAB-moves-container {
padding: 48px;
width: 24vw;
}