]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/results.scss
round rolled by
[alttp.git] / resources / sass / results.scss
index 1bde5557f4371f0c491751aa444e0f286c074ce9..d78ebc53b47a8560a32d978509dc9a0c2a1f4661 100644 (file)
@@ -2,6 +2,10 @@
        .result {
                padding: 1ex;
 
+               .user-box {
+                       margin-right: 1ex;
+               }
+
                .status {
                        display: flex;
                        align-items: center;
                        background: $dark;
                        color: $light;
 
+                       &.has-comment {
+                               box-shadow: 0 0.5ex 0 $info;
+                       }
+
                        .time {
                                min-width: 9ex;
                                height: 1.4em;
-                               background: $secondary;
                                border-radius: 0.5ex;
                                padding: 0 0.5ex;
                        }
+                       &.finished .time {
+                               background: $secondary;
+                       }
                }
        }
 }