X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Findex.sass;h=e4f846ee8fab9629a9cfb3e3bce3c07d886145c5;hb=b8a0ec4a8182967f25179f60ad9a4b989684d422;hp=5d2033f996e31cada27bc12e1620af676a8d5f48;hpb=1d184b4c016a645228251ce984d4c980e60420b0;p=vchess.git diff --git a/public/stylesheets/index.sass b/public/stylesheets/index.sass index 5d2033f9..e4f846ee 100644 --- a/public/stylesheets/index.sass +++ b/public/stylesheets/index.sass @@ -6,3 +6,41 @@ margin-top: 20px a color: #663300 + +.help + cursor: pointer + +.card > h3.section.blue + color: #0033cc + +.card > h3.section.red + color: #cc3300 + +#welcome + max-height: 100vh + max-width: 90vw + +@media screen and (max-width: 400px) + #welcome + max-width: 100vw + +#welcome ul + list-style-type: none + +#welcome ul > li + font-family: monospace + +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