]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/common.scss
clickable user boxes
[alttp.git] / resources / sass / common.scss
index 8266db79bcd5641eefdc303bf7cc3127838d979a..80b8b2a62e83293435f9d35a3b48437c210364e3 100644 (file)
@@ -10,3 +10,33 @@ 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%;
+       }
+}