X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Frounds.scss;h=d8d117db805f729859c1a0b4bf98c883401369d5;hb=9747af2d739c2e934aac05fc2c99703ee433aee1;hp=0afc0ae1c5fab82f4fa28c92ad96851d90f40e16;hpb=2daab77f3b549a6c88c4d1949b994e38dd6bd80f;p=alttp.git diff --git a/resources/sass/rounds.scss b/resources/sass/rounds.scss index 0afc0ae..d8d117d 100644 --- a/resources/sass/rounds.scss +++ b/resources/sass/rounds.scss @@ -8,6 +8,10 @@ border-radius: 1ex; padding: 1ex; + &.has-not-finished { + box-shadow: 0 0 0.25rem $primary; + } + .info { padding-right: 1rem; min-width: 13em; @@ -16,7 +20,18 @@ font-size: 125%; } - .seed-code, .btn { + .rolled-by { + display: inline-block; + vertical-align: middle; + + img { + max-height: 2rem; + width: auto; + border-radius: 50%; + } + } + + .seed-code, .btn, .rolled-by { margin-bottom: 1ex; } }