lila/ui/common/css/component/_board.scss

21 lines
280 B
SCSS

.main-board {
@extend %square;
&__preload {
position: absolute;
}
.cg-wrap {
@extend %abs-100;
}
}
.cg-wrap {
display: table; // part of hack to round to full pixel size in chrome
}
.mini-board, .mini-game .cg-wrap {
@extend %square;
display: table;
}