X-Git-Url: https://git.auder.net/pieces/Checkered/cb.svg?a=blobdiff_plain;f=public%2Fstylesheets%2Flayout.sass;h=cb8f80185bf5e94cab2162738b5a3e5fa7823725;hb=6f7f7893f5cb51d7f0e09f93b85eb258060219d5;hp=8a2626093f64c595ebc4cd78ee190f0b740a4936;hpb=1d184b4c016a645228251ce984d4c980e60420b0;p=vchess.git diff --git a/public/stylesheets/layout.sass b/public/stylesheets/layout.sass index 8a262609..cb8f8018 100644 --- a/public/stylesheets/layout.sass +++ b/public/stylesheets/layout.sass @@ -1,15 +1,68 @@ html, * - font-size: 18px font-family: "Open Sans", Arial, sans-serif + --back-color: #f2f2f2 + --a-link-color: blue + --a-visited-color: blue body - padding: 1% + padding: 0 + min-width: 320px + +.container + padding: 0 + overflow: hidden + +.row + div + padding: 0 + .section-content + * + margin-left: 0 + margin-right: 0 + @media screen and (max-width: 767px) + padding: 0 5px + +@media screen and (max-width: 767px) + .button-group + flex-direction: row + button:not(:first-child) + border-left: 1px solid var(--button-group-border-color) + border-top: 0 a - color: #00B7FF + text-decoration: underline .text-center text-align: center .smallpad padding: 5px + +.emphasis + font-style: italic + +.clickable + cursor: pointer + +.clearer + clear: both + +.red + color: #cc3300 + +.purple + color: purple + +.smallfont + font-size: 0.8em + +.bigfont + font-size: 1.2em + +[type="checkbox"].modal+div .card + max-width: 767px + max-height: 100vh +[type="checkbox"].modal+div .card.small-modal + max-width: 320px +[type="checkbox"].modal+div .card.big-modal + max-width: 90vw