X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Findex.sass;h=07f965fe22753d6be7ab1a4f9d244f56288a0cf4;hb=d597379096c51c658f4605e7965137fcd0e15c85;hp=f67ed08b88d9ccd1e8fb430fb7f69e26357a69ff;hpb=2807f530f7d9d7675497974fa95aa7ecdd5d144c;p=vchess.git diff --git a/public/stylesheets/index.sass b/public/stylesheets/index.sass index f67ed08b..07f965fe 100644 --- a/public/stylesheets/index.sass +++ b/public/stylesheets/index.sass @@ -3,26 +3,42 @@ .variant color: black - margin-top: 20px + //margin-top: 20px + border: 1px solid brown + box-sizing: border-box + background-color: lightyellow a color: #663300 -.help - cursor: pointer - .card > h3.section.blue color: #0033cc .card > h3.section.red color: #cc3300 -.main-title +#main-title font-style: italic + background: linear-gradient(#e66465, #9198e5) + margin-top: 0 + margin-left: 0 + margin-right: 0 + img + height: 30px + span + padding-left: 10px + padding-right: 15px + +#needHelp + cursor: pointer -#welcome, #help +#welcome max-height: 100vh max-width: 90vw +#help + max-height: 100vh + max-width: 600px + .conditional-jump display: block