X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Frounds.scss;h=414552363f85ef1d2802924e856eb6aad8e08d5c;hb=a4260a00251cef4ad806c9d5c44d4c444d6ab831;hp=b83f37bce01b84d25fbf64301169d42fece5de8d;hpb=d920d896d4357289112e31d3b33d386ab754a12d;p=alttp.git diff --git a/resources/sass/rounds.scss b/resources/sass/rounds.scss index b83f37b..4145523 100644 --- a/resources/sass/rounds.scss +++ b/resources/sass/rounds.scss @@ -8,9 +8,36 @@ border-radius: 1ex; padding: 1ex; + &.has-not-finished { + box-shadow: 0 0 0.25rem $primary; + } + .info { padding-right: 1rem; min-width: 13em; + + .date { + font-size: 125%; + } + + .seed-code, .btn { + margin-bottom: 1ex; + } } } } + +.seed-code { + display: inline-flex; + flex-direction: row; + flex-wrap: nowrap; + align-items: center; + align-content: center; + justify-content: flex-start; + gap: 0.5ex; + padding: 0.5ex; + border-radius: 0.5ex; + background: $dark; + color: $light; + vertical-align: middle; +}