X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fresults.scss;h=ca1e1612e97b9003bcc7cbe7e55ff43eb6d1cc7d;hb=d611bc90eab94fbce54e9e5485f15c20abf1ad31;hp=c5a7ce6e4f1ed254eb3347142f3d081e8dcbe68b;hpb=c59d0714d62f9028135cc9cff829d16b91e5fb4f;p=alttp.git diff --git a/resources/sass/results.scss b/resources/sass/results.scss index c5a7ce6..ca1e161 100644 --- a/resources/sass/results.scss +++ b/resources/sass/results.scss @@ -8,6 +8,7 @@ justify-content: space-between; margin-top: 1ex; padding: 0.5em; + min-width: 15ex; border-radius: 1ex; background: $dark; color: $light; @@ -15,10 +16,12 @@ .time { min-width: 9ex; height: 1.4em; - background: $secondary; border-radius: 0.5ex; padding: 0 0.5ex; } + &.finished .time { + background: $secondary; + } } } }