]> git.localhorst.tv Git - alttp.git/blob - resources/sass/results.scss
d78ebc53b47a8560a32d978509dc9a0c2a1f4661
[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                         &.has-comment {
21                                 box-shadow: 0 0.5ex 0 $info;
22                         }
23
24                         .time {
25                                 min-width: 9ex;
26                                 height: 1.4em;
27                                 border-radius: 0.5ex;
28                                 padding: 0 0.5ex;
29                         }
30                         &.finished .time {
31                                 background: $secondary;
32                         }
33                 }
34         }
35 }