X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Frounds.scss;fp=resources%2Fsass%2Frounds.scss;h=0afc0ae1c5fab82f4fa28c92ad96851d90f40e16;hb=2daab77f3b549a6c88c4d1949b994e38dd6bd80f;hp=f258d46fd0f82b7585222be23531b62d61f112d4;hpb=a63d08fd45b4d9ac59be8241b4147aab4e64ff68;p=alttp.git diff --git a/resources/sass/rounds.scss b/resources/sass/rounds.scss index f258d46..0afc0ae 100644 --- a/resources/sass/rounds.scss +++ b/resources/sass/rounds.scss @@ -16,19 +16,24 @@ font-size: 125%; } - .seed-code { - margin: 1rem 0; + .seed-code, .btn { + margin-bottom: 1ex; } } } } .seed-code { - display: flex; + 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; }