X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Flayout.sass;h=5639c7b21a829ba0876028b9a359e66bad5a92f5;hb=b955c65b942d09d24b5c3bed0d755d4f2f8f71f1;hp=d4f6d6d07613f3eba345eaa6213d40512b15ac67;hpb=0596f5e7f9a87acbb13445f1bb93e803e9f5ea3c;p=vchess.git diff --git a/public/stylesheets/layout.sass b/public/stylesheets/layout.sass index d4f6d6d0..5639c7b2 100644 --- a/public/stylesheets/layout.sass +++ b/public/stylesheets/layout.sass @@ -1,3 +1,5 @@ +@import users + html, * font-family: "Open Sans", Arial, sans-serif --back-color: #f2f2f2 @@ -7,7 +9,6 @@ html, * body padding: 0 min-width: 320px - margin-bottom: 10px .container padding: 0 @@ -34,6 +35,46 @@ 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 + +a.right-menu + &:link, &:visited, &:hover + color: black + +#settings, #contactForm + max-width: 767px + @media screen and (max-width: 767px) + max-width: 100vw + +#emailSent + 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