X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Frounds.scss;h=0afc0ae1c5fab82f4fa28c92ad96851d90f40e16;hb=9e52cf7a5fc89a89301e00e9595c80b783449bbe;hp=83949c925ab50a27d753fbd88b322ffcee577284;hpb=c59d0714d62f9028135cc9cff829d16b91e5fb4f;p=alttp.git diff --git a/resources/sass/rounds.scss b/resources/sass/rounds.scss index 83949c9..0afc0ae 100644 --- a/resources/sass/rounds.scss +++ b/resources/sass/rounds.scss @@ -10,6 +10,30 @@ .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; +}