]> git.localhorst.tv Git - alttp.git/blob - resources/sass/common.scss
display seed code
[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-gold {
15         color: $gold;
16 }
17 .text-silver {
18         color: $silver;
19 }
20 .text-bronze {
21         color: $bronze;
22 }
23
24 .zelda-icon {
25         display: inline-flex;
26         align-items: center;
27         width: 2em;
28         height: 2em;
29
30         img {
31                 margin: auto;
32                 max-width: 100%;
33                 max-height: 100%;
34         }
35 }