X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fresults.scss;h=d78ebc53b47a8560a32d978509dc9a0c2a1f4661;hb=852d5a3c5527794e2d30d512b4e2a03e6d4e169d;hp=c5a7ce6e4f1ed254eb3347142f3d081e8dcbe68b;hpb=c59d0714d62f9028135cc9cff829d16b91e5fb4f;p=alttp.git diff --git a/resources/sass/results.scss b/resources/sass/results.scss index c5a7ce6..d78ebc5 100644 --- a/resources/sass/results.scss +++ b/resources/sass/results.scss @@ -2,23 +2,34 @@ .result { padding: 1ex; + .user-box { + margin-right: 1ex; + } + .status { display: flex; align-items: center; justify-content: space-between; margin-top: 1ex; padding: 0.5em; + min-width: 15ex; border-radius: 1ex; 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; + } } } }