]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/results.scss
show placements on user profile
[alttp.git] / resources / sass / results.scss
index c5a7ce6e4f1ed254eb3347142f3d081e8dcbe68b..ca1e1612e97b9003bcc7cbe7e55ff43eb6d1cc7d 100644 (file)
@@ -8,6 +8,7 @@
                        justify-content: space-between;
                        margin-top: 1ex;
                        padding: 0.5em;
+                       min-width: 15ex;
                        border-radius: 1ex;
                        background: $dark;
                        color: $light;
                        .time {
                                min-width: 9ex;
                                height: 1.4em;
-                               background: $secondary;
                                border-radius: 0.5ex;
                                padding: 0 0.5ex;
                        }
+                       &.finished .time {
+                               background: $secondary;
+                       }
                }
        }
 }