]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/results.scss
show admins finish times unless they're runners
[alttp.git] / resources / sass / results.scss
index ca1e1612e97b9003bcc7cbe7e55ff43eb6d1cc7d..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;