]> git.localhorst.tv Git - alttp.git/blob - resources/sass/rounds.scss
ee38c8237e287b9c139140a5a2a5900fc3ef3774
[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         }
20 }