X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fcommon.scss;h=80b8b2a62e83293435f9d35a3b48437c210364e3;hb=920f11ddfeb2175e4e1556886773dcd044c6085b;hp=906d989c6f9fb2c598317f295d8cefd86caa70fb;hpb=f642f1eda2a68ad5e09b71ccdae1499bc9d31e4f;p=alttp.git diff --git a/resources/sass/common.scss b/resources/sass/common.scss index 906d989..80b8b2a 100644 --- a/resources/sass/common.scss +++ b/resources/sass/common.scss @@ -5,3 +5,38 @@ margin: -0.5rem 0.25rem; } } + +h1 { + margin-top: 2.5rem; + margin-bottom: 2rem; +} + +.text-discord { + color: $discord; +} +.text-twitch { + color: $twitch; +} + +.text-gold { + color: $gold; +} +.text-silver { + color: $silver; +} +.text-bronze { + color: $bronze; +} + +.zelda-icon { + display: inline-flex; + align-items: center; + width: 2em; + height: 2em; + + img { + margin: auto; + max-width: 100%; + max-height: 100%; + } +}