]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/results.scss
clarify finished label
[alttp.git] / resources / sass / results.scss
index 1bde5557f4371f0c491751aa444e0f286c074ce9..ca1e1612e97b9003bcc7cbe7e55ff43eb6d1cc7d 100644 (file)
                        .time {
                                min-width: 9ex;
                                height: 1.4em;
-                               background: $secondary;
                                border-radius: 0.5ex;
                                padding: 0 0.5ex;
                        }
+                       &.finished .time {
+                               background: $secondary;
+                       }
                }
        }
 }