Slight margin adjustement for FEN string
[vchess.git] / public / stylesheets / variant.sass
index 5341217..3207287 100644 (file)
@@ -76,6 +76,9 @@ figure.diagram-container > .diagram
 .settings-btn
   padding: 6px 7px 0 7px
 
+.settings-btn-small
+  padding: 0 3px
+
 .white-turn
   background-color: white
 
@@ -157,6 +160,12 @@ figure.diagram-container > figcaption
   clear: both
   padding-top: 5px
 
+.highlight
+  background-color: #00cc66 !important
+
+.incheck
+  background-color: #cc3300 !important
+
 .light-square.lichess
        background-color: #f0d9b5;
 .dark-square.lichess
@@ -170,12 +179,6 @@ figure.diagram-container > figcaption
 .dark-square.chesstempo
        background-color: #88a0a8;
 
-.highlight
-  background-color: #00cc66
-
-.incheck
-  background-color: #cc3300
-
 .light-square-diag
   background-color: #e5e5ca
 .dark-square-diag
@@ -224,3 +227,6 @@ ul:not(.browser-default) > li
   cursor: pointer
   padding: 3px;
   background-color: lightgrey
+
+#fen-string
+  margin-top: 0