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