Some advances. TODO: test board.js, and then game.js, and then implement room.js
[vchess.git] / public / stylesheets / layout.sass
index dedab08..161995d 100644 (file)
@@ -1,3 +1,5 @@
+@import users
+
 html, *
   font-family: "Open Sans", Arial, sans-serif
   --back-color: #f2f2f2
@@ -33,6 +35,13 @@ body
       border-left: 1px solid var(--button-group-border-color)
       border-top: 0
 
+.right-menu
+  float: right
+  @media screen and (max-width: 767px)
+    .info-container
+      p
+        margin-right: 5px
+
 #settings, #contactForm
   max-width: 767px
   @media screen and (max-width: 767px)