]> git.localhorst.tv Git - alttp.git/blob - resources/sass/common.scss
allow users to set their stream link
[alttp.git] / resources / sass / common.scss
1 #header {
2         img {
3                 max-height: 2rem;
4                 width: auto;
5                 margin: -0.5rem 0.25rem;
6         }
7 }
8
9 h1 {
10         margin-top: 2.5rem;
11         margin-bottom: 2rem;
12 }
13
14 .text-discord {
15         color: $discord;
16 }
17 .text-twitch {
18         color: $twitch;
19 }
20
21 .text-gold {
22         color: $gold;
23 }
24 .text-silver {
25         color: $silver;
26 }
27 .text-bronze {
28         color: $bronze;
29 }
30
31 .zelda-icon {
32         display: inline-flex;
33         align-items: center;
34         width: 2em;
35         height: 2em;
36
37         img {
38                 margin: auto;
39                 max-width: 100%;
40                 max-height: 100%;
41         }
42 }