X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Flayout.sass;h=2e7f466802d051a2245dadf850a078cb6581fb4e;hb=e8e4adbded06cf3ccc36cee66a786d6e97b726ef;hp=52805f29b603edb996781da07e6dd0a0cef39b78;hpb=9a3c9f790aa28fd4708faefe41b4624173922c8e;p=vchess.git diff --git a/public/stylesheets/layout.sass b/public/stylesheets/layout.sass index 52805f29..2e7f4668 100644 --- a/public/stylesheets/layout.sass +++ b/public/stylesheets/layout.sass @@ -8,6 +8,26 @@ body padding: 0 min-width: 320px +.container + padding: 0 + +.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 text-decoration: underline @@ -20,6 +40,12 @@ a .emphasis font-style: italic +.clickable + cursor: pointer + +.clearer + clear: both + .red color: #cc3300 @@ -35,3 +61,7 @@ a [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