]> git.localhorst.tv Git - alttp.git/blob - resources/sass/results.scss
show placement on scoreboard
[alttp.git] / resources / sass / results.scss
1 .results {
2         .result {
3                 padding: 1ex;
4
5                 .status {
6                         display: flex;
7                         align-items: center;
8                         justify-content: space-between;
9                         margin-top: 1ex;
10                         padding: 0.5em;
11                         min-width: 15ex;
12                         border-radius: 1ex;
13                         background: $dark;
14                         color: $light;
15
16                         .time {
17                                 min-width: 9ex;
18                                 height: 1.4em;
19                                 border-radius: 0.5ex;
20                                 padding: 0 0.5ex;
21                         }
22                         &.finished .time {
23                                 background: $secondary;
24                         }
25                 }
26         }
27 }