Add Gomoku + Atarigo
[vchess.git] / client / src / styles / _board_squares_img.sass
index e082f9e..3dc3a12 100644 (file)
@@ -7,10 +7,22 @@ div.board
   display: inline-block
   position: relative
 
+div.board3
+  width: 33.33%
+  padding-bottom: 33.33%
+
 div.board5
   width: 20%
   padding-bottom: 20%
 
+div.board6
+  width: 16.66%
+  padding-bottom: 16.66%
+
+div.board7
+  width: 14.28%
+  padding-bottom: 14.28%
+
 div.board8
   width: 12.5%
   padding-bottom: 12.5%
@@ -31,6 +43,10 @@ div.board12
   width: 8.33%
   padding-bottom: 8.33%
 
+div.board19
+  width: 5.26%
+  padding-bottom: 5.26%
+
 img.piece
   width: 100%
   z-index: 10
@@ -59,6 +75,9 @@ img.circle-square
 .in-shadow
   filter: brightness(50%)
 
+.touch-hover
+  background-color: #C571E6 !important
+
 .monochrome
   border-bottom: 1px solid black
   border-right: 1px solid black