Forgot to remove game seek on new game
[vchess.git] / public / stylesheets / variant.sass
index 5148410..7e99fa3 100644 (file)
@@ -1,6 +1,12 @@
 .container#variantPage
   padding: 0
 
+.warn
+  padding: 3px
+  color: red
+  background-color: lightgrey
+  font-weight: bold
+
 // https://stackoverflow.com/questions/5445491/height-equal-to-dynamic-width-css-fluid-layout
 figure.diagram-container > .diagram
   display: block
@@ -31,6 +37,9 @@ div.board
   display: inline-block
   position: relative
 
+.game .board
+  cursor: pointer
+
 #choices
        margin-bottom: 10px