X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Findex.sass;h=e38f87ddd28074fa0587059f9912a22c343aa854;hb=298c42e63ae321526693e9ce418c4113af36e025;hp=0c6d92a5efe6687d5c7f8c2c43072200a8d28bcc;hpb=d449ae46d69980f18c96dbd5a87135d257dcb19d;p=vchess.git diff --git a/public/stylesheets/index.sass b/public/stylesheets/index.sass index 0c6d92a5..e38f87dd 100644 --- a/public/stylesheets/index.sass +++ b/public/stylesheets/index.sass @@ -14,7 +14,7 @@ display: inline-block padding: 3px border: 1px solid black; - margin: 27px 15px 5px 7px + margin: 25px 15px 5px 7px @media screen and (max-width: 767px) margin-top: 7px @@ -34,33 +34,19 @@ font-weight: bold padding: 0 border: none - margin-top: 22px + margin-top: 21px font-size: 1.5em @media screen and (max-width: 767px) margin-top: 10px font-size: 1em -#helpMenu +#settingsMenu, #introductionMenu float: right - cursor: pointer @media screen and (max-width: 767px) .info-container p margin-right: 5px -#flagMenu - float: right - cursor: pointer - margin-right: 10px - @media screen and (max-width: 767px) - margin-right: 5px - img - display: inline-block - height: 30px - padding-top: 27px - @media screen and (max-width: 767px) - padding-top: 8px - // TODO: box-shadow or box-sizing ? https://stackoverflow.com/a/13517809 .variant box-sizing: border-box @@ -78,12 +64,6 @@ @media screen and (max-width: 767px) margin-top: 0 -#readThis - margin-top: 0 - color: var(--a-link-color) - text-decoration: underline - cursor: pointer - #welcome max-width: 767px @media screen and (max-width: 767px) @@ -95,7 +75,7 @@ max-width: 552px ul list-style-type: none - // TODO: bad practice, use table to align things... + // TODO: bad practice, shouldn't use table to align things... table.list-table width: 300px margin: 0 auto @@ -110,6 +90,3 @@ padding: 0 text-align: left border: 0 - #disableMsg - cursor: pointer - color: darkred