basic admin endgame view and add (#3)
Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
.bg-boardwhite {
|
||||
background-color: #f2f5f3; /* light square */
|
||||
}
|
||||
|
||||
.bg-boardblack {
|
||||
background-color: #71828f; /* dark square */
|
||||
}
|
||||
@@ -8,6 +8,7 @@
|
||||
@import "../node_modules/chessground/assets/chessground.brown.css";
|
||||
@import "../node_modules/chessground/assets/chessground.cburnett.css";
|
||||
|
||||
@import "./_board.css";
|
||||
@import "./_promotion.css";
|
||||
|
||||
@source "../css";
|
||||
|
||||
Reference in New Issue
Block a user