X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Flayout.sass;h=2e7f466802d051a2245dadf850a078cb6581fb4e;hb=e8e4adbded06cf3ccc36cee66a786d6e97b726ef;hp=38b78b1ec5a54d4984957402b774d5f6a7546a15;hpb=e6dcb115eab52abefa1d54a65af546cf5a0153e9;p=vchess.git diff --git a/public/stylesheets/layout.sass b/public/stylesheets/layout.sass index 38b78b1e..2e7f4668 100644 --- a/public/stylesheets/layout.sass +++ b/public/stylesheets/layout.sass @@ -21,6 +21,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 +40,12 @@ a .emphasis font-style: italic +.clickable + cursor: pointer + +.clearer + clear: both + .red color: #cc3300