X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fstylesheets%2Findex.sass;h=dcf75b3cf9fe35357490df1d71c6c32f979a219e;hb=fb54f098a565034c09c111f1141d2c60073b4a61;hp=5f76e00b64004d9cc3f775fa3a732d66fb7de360;hpb=85e5b5c1e6192a134fa69182e8c077605fdb969f;p=vchess.git diff --git a/client/src/stylesheets/index.sass b/client/src/stylesheets/index.sass index 5f76e00b..dcf75b3c 100644 --- a/client/src/stylesheets/index.sass +++ b/client/src/stylesheets/index.sass @@ -52,46 +52,3 @@ @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 - border: 1px solid brown - background-color: lightyellow - &:hover - background-color: yellow - a - color: #663300 - text-decoration: none - .boxtitle - font-weight: bold - margin-bottom: 0 - .description - @media screen and (max-width: 767px) - margin-top: 0 - -#welcome - max-width: 767px - @media screen and (max-width: 767px) - max-width: 100vw - img - width: 75% - @media screen and (max-width: 767px) - width: 100% - max-width: 552px - ul - list-style-type: none - // TODO: bad practice, shouldn't use table to align things... - table.list-table - width: 300px - margin: 0 auto - border: 0 - tbody - border: 0 - tr - border: 0 - margin: 0 - padding: 0 - td - padding: 0 - text-align: left - border: 0