X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Flayout.sass;h=e70d3fe4fd8f54ba855f39bda57c6616239fd9bf;hb=26c1e3bd4d3e9fb7c86e25c0f423bea57b977111;hp=38b78b1ec5a54d4984957402b774d5f6a7546a15;hpb=e6dcb115eab52abefa1d54a65af546cf5a0153e9;p=vchess.git diff --git a/public/stylesheets/layout.sass b/public/stylesheets/layout.sass index 38b78b1e..e70d3fe4 100644 --- a/public/stylesheets/layout.sass +++ b/public/stylesheets/layout.sass @@ -10,6 +10,7 @@ body .container padding: 0 + overflow: hidden .row div @@ -21,6 +22,13 @@ body @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 @@ -33,6 +41,12 @@ a .emphasis font-style: italic +.clickable + cursor: pointer + +.clearer + clear: both + .red color: #cc3300 @@ -45,6 +59,9 @@ a .bigfont font-size: 1.2em +.bold + font-weight: bold + [type="checkbox"].modal+div .card max-width: 767px max-height: 100vh