X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Frounds.scss;h=0afc0ae1c5fab82f4fa28c92ad96851d90f40e16;hb=80befc9403845a0f41f5f7e766938b0bbf607d7e;hp=ee38c8237e287b9c139140a5a2a5900fc3ef3774;hpb=0f171dfffd9c0c2cc895c9f282c5f4550844cc5a;p=alttp.git diff --git a/resources/sass/rounds.scss b/resources/sass/rounds.scss index ee38c82..0afc0ae 100644 --- a/resources/sass/rounds.scss +++ b/resources/sass/rounds.scss @@ -15,6 +15,25 @@ .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; +}