X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fstylesheets%2Flayout.sass;h=0e08e2724f56864a40d46e978df63192e9f75725;hb=050ae3b58673dfa1ed41bf78d935fe95ec9e74c5;hp=5639c7b21a829ba0876028b9a359e66bad5a92f5;hpb=8d61fc4ab7373b4a576f3f9108cdf7768ae27096;p=vchess.git diff --git a/client/src/stylesheets/layout.sass b/client/src/stylesheets/layout.sass index 5639c7b2..0e08e272 100644 --- a/client/src/stylesheets/layout.sass +++ b/client/src/stylesheets/layout.sass @@ -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