Styling
[vchess.git] / client / src / stylesheets / layout.sass
index 5639c7b..0e08e27 100644 (file)
@@ -1,5 +1,3 @@
-@import users
-
 html, *
   font-family: "Open Sans", Arial, sans-serif
   --back-color: #f2f2f2
@@ -14,19 +12,19 @@ body
   padding: 0
   overflow: hidden
 
-.row
-  div
-    padding: 0
-    .section-content
-      *
-        margin-left: auto
-        margin-right: auto
-        max-width: 767px
-      figure.diagram-container
-        max-width: 1000px
-      @media screen and (max-width: 767px)
-        max-width: 100%
-        padding: 0 5px
+div
+  padding: 0
+
+.section-content
+  *
+    margin-left: auto
+    margin-right: auto
+    max-width: 767px
+  figure.diagram-container
+    max-width: 1000px
+  @media screen and (max-width: 767px)
+    max-width: 100%
+    padding: 0 5px
 
 @media screen and (max-width: 767px)
   .button-group
@@ -55,26 +53,6 @@ a.right-menu
   color: blue
   display: none
 
-footer
-  height: 77px
-  background-color: #000033
-  div
-    line-height: 77px
-    a
-      margin: 0 10px 0 0
-      display: inline-block
-      &:visited, &:link
-        color: white
-    p
-      margin: 0 0 0 10px
-      display: inline-block
-      color: white
-      text-decoration: underline
-  @media screen and (max-width: 767px)
-    height: 43px
-    div
-      line-height: 43px
-
 a
   text-decoration: underline