Fix db scripts
[vchess.git] / public / stylesheets / layout.sass
index 38b78b1..e70d3fe 100644 (file)
@@ -10,6 +10,7 @@ body
 
 .container
   padding: 0
+  overflow: hidden
 
 .row
   div
@@ -21,6 +22,13 @@ body
       @media screen and (max-width: 767px)
         padding: 0 5px
 
+@media screen and (max-width: 767px)
+  .button-group
+    flex-direction: row
+    button:not(:first-child)
+      border-left: 1px solid var(--button-group-border-color)
+      border-top: 0
+
 a
   text-decoration: underline
 
@@ -33,6 +41,12 @@ a
 .emphasis
   font-style: italic
 
+.clickable
+  cursor: pointer
+
+.clearer
+  clear: both
+
 .red
   color: #cc3300
 
@@ -45,6 +59,9 @@ a
 .bigfont
   font-size: 1.2em
 
+.bold
+  font-weight: bold
+
 [type="checkbox"].modal+div .card
   max-width: 767px
   max-height: 100vh