]> git.localhorst.tv Git - alttp.git/blob - resources/sass/rounds.scss
display seed code
[alttp.git] / resources / sass / rounds.scss
1 .rounds {
2         margin: 1rem 0;
3         padding: 0;
4
5         .round {
6                 margin: 1rem 0;
7                 border: thin solid $secondary;
8                 border-radius: 1ex;
9                 padding: 1ex;
10
11                 .info {
12                         padding-right: 1rem;
13                         min-width: 13em;
14
15                         .date {
16                                 font-size: 125%;
17                         }
18
19                         .seed-code {
20                                 margin: 1rem 0;
21                         }
22                 }
23         }
24 }
25
26 .seed-code {
27         display: flex;
28         flex-direction: row;
29         flex-wrap: nowrap;
30         align-items: center;
31         align-content: center;
32         justify-content: flex-start;
33         gap: 0.5ex;
34 }